[QGIS Commit] [qgis/Quantum-GIS] 078853: fix windows build

GitHub noreply at github.com
Wed Feb 1 03:37:38 EST 2012


  Branch: refs/heads/release-1_8
  Home:   https://github.com/qgis/Quantum-GIS
  Commit: 07885360d7a575f327c9dea03b694ffe3cad6fa5
      https://github.com/qgis/Quantum-GIS/commit/07885360d7a575f327c9dea03b694ffe3cad6fa5
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/core/qgsgeometryvalidator.h
  M src/providers/grass/qgsgrass.cpp

  Log Message:
  -----------
  fix windows build


  Commit: caff27e7ed459a30a5af7fd5a22027c1b587636d
      https://github.com/qgis/Quantum-GIS/commit/caff27e7ed459a30a5af7fd5a22027c1b587636d
  Author: Werner Macho <werner.macho at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_pt_BR.ts

  Log Message:
  -----------
  translation update: pt_BR by arthur


  Commit: ab811c61ce971a0877d9bb39dc804c9068b5ef3d
      https://github.com/qgis/Quantum-GIS/commit/ab811c61ce971a0877d9bb39dc804c9068b5ef3d
  Author: Nathan Woodrow <woodrow.nathan at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/ui/qgsexpressionbuilder.ui

  Log Message:
  -----------
  Remove border from expression builder output area


  Commit: 1c442ca1fba8d435c55faa95013d267900a2049e
      https://github.com/qgis/Quantum-GIS/commit/1c442ca1fba8d435c55faa95013d267900a2049e
  Author: Sergey Yakushev <yakushevs at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/plugins/roadgraph/linevectorlayerwidget.cpp
  M src/plugins/roadgraph/shortestpathwidget.cpp

  Log Message:
  -----------
  RoadGraph: fix runtime warnings


  Commit: 3c2b827f37c252de85161299c972e05f6bdd0e19
      https://github.com/qgis/Quantum-GIS/commit/3c2b827f37c252de85161299c972e05f6bdd0e19
  Author: Nathan Woodrow <woodrow.nathan at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgslabelinggui.cpp
  M src/core/qgspallabeling.cpp
  M src/core/qgspallabeling.h
  M src/ui/qgslabelingguibase.ui

  Log Message:
  -----------
  [FEATURE] Add label wrapping on character. Semi Fixes #3284


  Commit: 2a291cbafbdb2c70ed4eea2af0c53a91cd572302
      https://github.com/qgis/Quantum-GIS/commit/2a291cbafbdb2c70ed4eea2af0c53a91cd572302
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/gui/qgsprojectionselector.cpp

  Log Message:
  -----------
  fix #4748


  Commit: cf4a16f90423040f595777c29105bb62ee184e2a
      https://github.com/qgis/Quantum-GIS/commit/cf4a16f90423040f595777c29105bb62ee184e2a
  Author: Richard Duivenvoorde <richard at duif.net>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/gui/qgsprojectionselector.cpp
  M src/gui/qgsprojectionselector.h

  Log Message:
  -----------
  better fix for #4550 change itemchanged event for simple clicked event
(also should fix #4748)


  Commit: 58f8b5371c1a92170466b38418170f84b62e2361
      https://github.com/qgis/Quantum-GIS/commit/58f8b5371c1a92170466b38418170f84b62e2361
  Author: Martin Dobias <wonder.sk at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M python/core/qgsexpression.sip
  M src/core/qgsexpression.cpp
  M src/core/qgsexpression.h
  M src/gui/qgssearchquerybuilder.cpp
  M src/providers/wfs/CMakeLists.txt
  M src/providers/wfs/qgswfsconnection.cpp
  A src/providers/wfs/qgswfsutils.cpp
  A src/providers/wfs/qgswfsutils.h

  Log Message:
  -----------
  Expressions: support for visitor pattern, expresion->OGCFilter now a visitor


  Commit: 69dbad17040a63f05d613371c8e75c014bdee0cb
      https://github.com/qgis/Quantum-GIS/commit/69dbad17040a63f05d613371c8e75c014bdee0cb
  Author: Martin Dobias <wonder.sk at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M python/plugins/plugin_installer/installer_gui.py
  M python/plugins/plugin_installer/installer_plugin.py

  Log Message:
  -----------
  plugin installer: use default flags (do not exclude close button)


  Commit: 818c99809a05a9f651719058e5c20120e4db6424
      https://github.com/qgis/Quantum-GIS/commit/818c99809a05a9f651719058e5c20120e4db6424
  Author: Martin Dobias <wonder.sk at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M python/core/qgsexpression.sip
  M src/core/qgsexpression.cpp
  M src/core/qgsexpression.h
  M src/core/qgsexpressionlexer.ll
  M src/core/qgsexpressionparser.yy
  M src/providers/wfs/qgswfsutils.cpp
  M tests/src/core/testqgsexpression.cpp

  Log Message:
  -----------
  Expressions - conditional expressions (CASE)

Right now only without "base" expression:
CASE WHEN cond1 THEN exp1 [WHEN cond2 THEN exp2]* [ELSE exp3] END


  Commit: f2d22629015e63ffb72f98d78359c2c6ce5aedf2
      https://github.com/qgis/Quantum-GIS/commit/f2d22629015e63ffb72f98d78359c2c6ce5aedf2
  Author: Nathan Woodrow <woodrow.nathan at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/gui/qgsexpressionhighlighter.cpp

  Log Message:
  -----------
  Add highlighting for CASE condition; make regex for quote matching less greedy


  Commit: ae4339afcedc972b641108d3870039ef919a6327
      https://github.com/qgis/Quantum-GIS/commit/ae4339afcedc972b641108d3870039ef919a6327
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/core/qgsexpression.h
  M src/providers/wfs/qgswfsprovider.cpp
  M src/providers/wfs/qgswfsutils.cpp
  M src/ui/qgsoptionsbase.ui
  M src/ui/qgsprojectpropertiesbase.ui
  M src/ui/qgsvectorlayerpropertiesbase.ui

  Log Message:
  -----------
  fix windows build and some warnings


  Commit: 9e6ca45a0d691e0faf97c704eb27c8151e2f6ebf
      https://github.com/qgis/Quantum-GIS/commit/9e6ca45a0d691e0faf97c704eb27c8151e2f6ebf
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/core/qgsexpression.cpp

  Log Message:
  -----------
  fix #4622


  Commit: 2b8facaca54680e38cc1fc6e1712e185c516aea6
      https://github.com/qgis/Quantum-GIS/commit/2b8facaca54680e38cc1fc6e1712e185c516aea6
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M CMakeLists.txt
  M src/CMakeLists.txt
  M src/plugins/CMakeLists.txt
  M src/plugins/georeferencer/CMakeLists.txt
  M src/plugins/gps_importer/CMakeLists.txt

  Log Message:
  -----------
  [FEATURE] make desktop build optional (but default; fixes #4756)


  Commit: 54b7bbba3849c8f5e5e9f96c45c4e3d638c4b8ca
      https://github.com/qgis/Quantum-GIS/commit/54b7bbba3849c8f5e5e9f96c45c4e3d638c4b8ca
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M python/core/qgsfeature.sip

  Log Message:
  -----------
  fix sip bindings


  Commit: e7850bacdbbd27cebf902e556f8c937a5136d263
      https://github.com/qgis/Quantum-GIS/commit/e7850bacdbbd27cebf902e556f8c937a5136d263
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M cmake_templates/qgsconfig.h.in
  M src/core/qgslogger.cpp
  M src/core/qgslogger.h

  Log Message:
  -----------
  strip toplevel directory from debugging output


  Commit: 1668c4ee3ac038b3910ac1fde60b7768442226d2
      https://github.com/qgis/Quantum-GIS/commit/1668c4ee3ac038b3910ac1fde60b7768442226d2
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsattributetabledialog.cpp
  M src/app/qgsattributetabledialog.h
  M src/browser/qgsbrowser.cpp
  M src/gui/attributetable/qgsattributetablememorymodel.cpp
  M src/gui/attributetable/qgsattributetablememorymodel.h
  M src/gui/attributetable/qgsattributetablemodel.cpp
  M src/gui/attributetable/qgsattributetablemodel.h
  M src/gui/attributetable/qgsattributetableview.cpp
  M src/gui/attributetable/qgsattributetableview.h

  Log Message:
  -----------
  [FEATURE] make loading attributes interruptable
- also show progress
- fix tracking of canvas extent (OTFR wasn't considered)


  Commit: 6603aa987ad6fdb9054b52d84ddaf4c60f645f97
      https://github.com/qgis/Quantum-GIS/commit/6603aa987ad6fdb9054b52d84ddaf4c60f645f97
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M CMakeLists.txt
  M src/plugins/CMakeLists.txt
  M src/plugins/gps_importer/CMakeLists.txt

  Log Message:
  -----------
  fix 8a2ea36a


  Commit: 3850ae793f560a0ff1cd728d3ddb0f80b8fe0244
      https://github.com/qgis/Quantum-GIS/commit/3850ae793f560a0ff1cd728d3ddb0f80b8fe0244
  Author: Werner Macho <werner.macho at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_fr.ts

  Log Message:
  -----------
  translation update: fr by JRM


  Commit: fd083f38b194f17c4f7a0b0e36ece506e510796d
      https://github.com/qgis/Quantum-GIS/commit/fd083f38b194f17c4f7a0b0e36ece506e510796d
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_de.ts

  Log Message:
  -----------
  german translation update


  Commit: e763be901cde1acfebcaf0a008faebb02cd47b42
      https://github.com/qgis/Quantum-GIS/commit/e763be901cde1acfebcaf0a008faebb02cd47b42
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/core/qgsvectorlayer.cpp

  Log Message:
  -----------
  QgsVectorLayer:
- boundingBoxOfSelected() iterate only selected feature with featureAtId where available
- identify unknown extents in metadata


  Commit: 38c4cf0d3f0ccb4de9930492f291c43830b6d328
      https://github.com/qgis/Quantum-GIS/commit/38c4cf0d3f0ccb4de9930492f291c43830b6d328
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsmaptoolcapture.cpp
  M src/providers/grass/qgsgrassprovider.cpp

  Log Message:
  -----------
  fix vc warnings


  Commit: 3412a26bb706647e6ff9c3d5815b82e05ff41be1
      https://github.com/qgis/Quantum-GIS/commit/3412a26bb706647e6ff9c3d5815b82e05ff41be1
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_de.ts
  M src/app/main.cpp
  M src/core/qgscoordinatereferencesystem.cpp
  M src/core/qgscoordinatetransform.cpp
  M src/core/raster/qgsrasterlayer.cpp

  Log Message:
  -----------
  - 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)


  Commit: 37ad04d7c7fcd00f7db5408fe76ebd808719394c
      https://github.com/qgis/Quantum-GIS/commit/37ad04d7c7fcd00f7db5408fe76ebd808719394c
  Author: Werner Macho <werner.macho at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_es.ts

  Log Message:
  -----------
  translation update: es by carlos


  Commit: 84f22983baf95a8c0dd40ebc05bc4e632fa6f2a3
      https://github.com/qgis/Quantum-GIS/commit/84f22983baf95a8c0dd40ebc05bc4e632fa6f2a3
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  don't require webkit when desktop is not built (refers #4756)


  Commit: 647cb42de509cf153fca3eff35d5181b85f3e8d7
      https://github.com/qgis/Quantum-GIS/commit/647cb42de509cf153fca3eff35d5181b85f3e8d7
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M python/gui/gui.sip
  A python/gui/qgsscalecombobox.sip
  M src/app/qgisapp.cpp
  M src/app/qgisapp.h
  M src/gui/CMakeLists.txt
  A src/gui/qgsscalecombobox.cpp
  A src/gui/qgsscalecombobox.h

  Log Message:
  -----------
  move map scale selector to QgsScaleComboBox class. Highlight nearest
value to the current scale when open selectors popup


  Commit: f522eb0c17557358f4c772b3c69f0041aa79ae58
      https://github.com/qgis/Quantum-GIS/commit/f522eb0c17557358f4c772b3c69f0041aa79ae58
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M python/gui/qgsscalecombobox.sip
  M src/gui/qgsscalecombobox.h

  Log Message:
  -----------
  fix typo


  Commit: 858b4df6e53c7f977772e547da50328c61ca8342
      https://github.com/qgis/Quantum-GIS/commit/858b4df6e53c7f977772e547da50328c61ca8342
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/core/symbology-ng/qgscategorizedsymbolrendererv2.cpp
  M src/gui/symbology-ng/qgscategorizedsymbolrendererv2widget.cpp

  Log Message:
  -----------
  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)


  Commit: 53ed7442e7d1de64d14572dd22f6df3ec1e26383
      https://github.com/qgis/Quantum-GIS/commit/53ed7442e7d1de64d14572dd22f6df3ec1e26383
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M images/images.qrc
  M images/themes/default/CMakeLists.txt
  A images/themes/default/mIconWarn.png
  M src/app/main.cpp
  M src/app/qgisapp.cpp
  M src/gui/qgsmessagelogviewer.cpp
  M src/gui/qgsmessagelogviewer.h

  Log Message:
  -----------
  [FEATURE] add status bar tool button that toggles visibility of message log and show tooltips when messages appear while message log is hidden


  Commit: 97698bed8bbc8ce5b6ea22787edc781386f32af8
      https://github.com/qgis/Quantum-GIS/commit/97698bed8bbc8ce5b6ea22787edc781386f32af8
  Author: Marco Bernasocchi <marco at bernawebdesign.ch>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsoptions.cpp

  Log Message:
  -----------
  FIX #4201


  Commit: 4fa68ceb16c9e4a7436a5b389c7225f677ca97fc
      https://github.com/qgis/Quantum-GIS/commit/4fa68ceb16c9e4a7436a5b389c7225f677ca97fc
  Author: Marco Bernasocchi <marco at bernawebdesign.ch>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/main.cpp

  Log Message:
  -----------
  fixing execinfo.h no such file or directory on android


  Commit: 6779d5fa16ae2f4f95c9ce0f025d1d6bd34110e0
      https://github.com/qgis/Quantum-GIS/commit/6779d5fa16ae2f4f95c9ce0f025d1d6bd34110e0
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/plugins/raster_terrain_analysis/qgsrasterterrainanalysisdialog.cpp

  Log Message:
  -----------
  always save last used dir in Raster terrain analysis plugin (fix #4693)


  Commit: 4beda4dc082cef5e74fee491720441b2a1d07336
      https://github.com/qgis/Quantum-GIS/commit/4beda4dc082cef5e74fee491720441b2a1d07336
  Author: VKa <victor.axbom at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M python/plugins/fTools/tools/doGeoprocessing.py

  Log Message:
  -----------
  Fix Union tool to produce correct attribute table (fix #4567)


  Commit: 3d8a129226b7597fe32f7e558b9ae90e51e6ed2f
      https://github.com/qgis/Quantum-GIS/commit/3d8a129226b7597fe32f7e558b9ae90e51e6ed2f
  Author: Giuseppe Sucameli <brush.tyler at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsattributeactiondialog.cpp

  Log Message:
  -----------
  in the action dialog update the capture checkbox state when populating edit section


  Commit: 0f24f21280115931062d8ab0b7fff86023d2b382
      https://github.com/qgis/Quantum-GIS/commit/0f24f21280115931062d8ab0b7fff86023d2b382
  Author: Giuseppe Sucameli <brush.tyler at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/ui/qgsattributeactiondialogbase.ui

  Log Message:
  -----------
  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


  Commit: 7516a4e91baaa9370fcfa2d330e9b581424e1912
      https://github.com/qgis/Quantum-GIS/commit/7516a4e91baaa9370fcfa2d330e9b581424e1912
  Author: Giuseppe Sucameli <brush.tyler at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsattributeactiondialog.cpp
  M src/app/qgsattributeactiondialog.h
  M src/app/qgsfeatureaction.cpp
  M src/app/qgsidentifyresults.cpp
  M src/core/qgsattributeaction.cpp
  M src/core/qgsattributeaction.h
  M src/gui/attributetable/qgsattributetablemodel.cpp
  M src/gui/attributetable/qgsattributetablemodel.h
  M src/ui/qgsattributeactiondialogbase.ui

  Log Message:
  -----------
  [FEATURE] use expressions engine to evaluate feature actions
work done for Regione Toscana-SIGTA


  Commit: 100f5397c2f0aba7e7e965c5994dc32a4111ad6c
      https://github.com/qgis/Quantum-GIS/commit/100f5397c2f0aba7e7e965c5994dc32a4111ad6c
  Author: Giuseppe Sucameli <brush.tyler at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/CMakeLists.txt
  M src/app/qgisapp.cpp
  M src/app/qgisapp.h
  M src/app/qgisappinterface.cpp
  M src/app/qgisappinterface.h
  A src/app/qgsmaptoolfeatureaction.cpp
  A src/app/qgsmaptoolfeatureaction.h
  M src/core/qgsattributeaction.h
  M src/ui/qgisapp.ui

  Log Message:
  -----------
  [FEATURE] add "feature action" map tool to run actions directly when clicking on features (fix #119 and #4262)
work done for Regione Toscana-SIGTA


  Commit: 53ed769057f098b21739fed9b3ac2200bc492667
      https://github.com/qgis/Quantum-GIS/commit/53ed769057f098b21739fed9b3ac2200bc492667
  Author: Giuseppe Sucameli <brush.tyler at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgisapp.cpp

  Log Message:
  -----------
  enable (or disable) "feature action" tool after adding (or removing) actions


  Commit: 629cb4c59730f1ad25a5070d1e9c00f8c6c0cb32
      https://github.com/qgis/Quantum-GIS/commit/629cb4c59730f1ad25a5070d1e9c00f8c6c0cb32
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/ui/qgsattributeactiondialogbase.ui

  Log Message:
  -----------
  fix warning


  Commit: b0a6817b49be31d02db015cd2af3d0b0a0b7cfe0
      https://github.com/qgis/Quantum-GIS/commit/b0a6817b49be31d02db015cd2af3d0b0a0b7cfe0
  Author: Werner Macho <werner.macho at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_es.ts

  Log Message:
  -----------
  translation update: es by carlos


  Commit: 1840a936bce211f169c9e7542916f1cc3257b713
      https://github.com/qgis/Quantum-GIS/commit/1840a936bce211f169c9e7542916f1cc3257b713
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_de.ts

  Log Message:
  -----------
  german translation update


  Commit: be5fd16e925d2bedece9072640c9344669cf6274
      https://github.com/qgis/Quantum-GIS/commit/be5fd16e925d2bedece9072640c9344669cf6274
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/analysis/CMakeLists.txt
  M src/analysis/raster/qgsaspectfilter.h
  M src/analysis/raster/qgsderivativefilter.cpp
  M src/analysis/raster/qgsderivativefilter.h
  A src/analysis/raster/qgshillshadefilter.cpp
  A src/analysis/raster/qgshillshadefilter.h
  M src/analysis/raster/qgsninecellfilter.cpp
  M src/analysis/raster/qgsninecellfilter.h
  A src/analysis/raster/qgsrelief.cpp
  A src/analysis/raster/qgsrelief.h
  M src/analysis/raster/qgsruggednessfilter.cpp
  M src/analysis/raster/qgsruggednessfilter.h
  M src/analysis/raster/qgsslopefilter.cpp
  M src/analysis/raster/qgsslopefilter.h
  M src/analysis/raster/qgstotalcurvaturefilter.cpp
  M src/analysis/raster/qgstotalcurvaturefilter.h
  M src/plugins/raster_terrain_analysis/qgsrasterterrainanalysisdialog.cpp
  M src/plugins/raster_terrain_analysis/qgsrasterterrainanalysisdialog.h
  M src/plugins/raster_terrain_analysis/qgsrasterterrainanalysisdialogbase.ui
  M src/plugins/raster_terrain_analysis/qgsrasterterrainanalysisplugin.cpp
  M src/plugins/raster_terrain_analysis/qgsrasterterrainanalysisplugin.h
  A src/plugins/raster_terrain_analysis/qgsreliefdialog.cpp
  A src/plugins/raster_terrain_analysis/qgsreliefdialog.h
  A src/plugins/raster_terrain_analysis/qgsreliefdialogbase.ui

  Log Message:
  -----------
  [FEATURE]: relief and hillshade function, modification of raster terrain structure


  Commit: 1173f6191ae8eaf37068a55e41f7e324e5ed3e67
      https://github.com/qgis/Quantum-GIS/commit/1173f6191ae8eaf37068a55e41f7e324e5ed3e67
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/plugins/raster_terrain_analysis/qgsrasterterrainanalysisplugin.cpp
  R src/plugins/raster_terrain_analysis/qgsreliefdialog.cpp
  R src/plugins/raster_terrain_analysis/qgsreliefdialog.h
  R src/plugins/raster_terrain_analysis/qgsreliefdialogbase.ui

  Log Message:
  -----------
  Raster category, remove obsolete files


  Commit: 8cd37c1e043339d5ea63e30e29d03ce8805b364d
      https://github.com/qgis/Quantum-GIS/commit/8cd37c1e043339d5ea63e30e29d03ce8805b364d
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/analysis/raster/qgsrelief.cpp
  M src/analysis/raster/qgsrelief.h

  Log Message:
  -----------
  Add missing copyright notices


  Commit: 8600b68472dd2540a217c534e0ced6debe69932f
      https://github.com/qgis/Quantum-GIS/commit/8600b68472dd2540a217c534e0ced6debe69932f
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/analysis/raster/qgsaspectfilter.h
  M src/analysis/raster/qgsderivativefilter.cpp
  M src/analysis/raster/qgsderivativefilter.h
  M src/analysis/raster/qgsninecellfilter.cpp
  M src/analysis/raster/qgsninecellfilter.h
  M src/analysis/raster/qgsruggednessfilter.cpp
  M src/analysis/raster/qgsslopefilter.cpp
  M src/analysis/raster/qgsslopefilter.h
  M src/analysis/raster/qgstotalcurvaturefilter.cpp
  M src/analysis/raster/qgstotalcurvaturefilter.h

  Log Message:
  -----------
  Reapply cosmetical changes


  Commit: 64538f6a44eecb8c33ea3e6c197d86e9af081af8
      https://github.com/qgis/Quantum-GIS/commit/64538f6a44eecb8c33ea3e6c197d86e9af081af8
  Author: Sergey Yakushev <yakushevs at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/plugins/roadgraph/shortestpathwidget.cpp

  Log Message:
  -----------
  RoadGraph: fix export tool.


  Commit: 8b270f7338c99f241342dfab34f6ce9327ffcde5
      https://github.com/qgis/Quantum-GIS/commit/8b270f7338c99f241342dfab34f6ce9327ffcde5
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/core/qgslogger.cpp

  Log Message:
  -----------
  show full filename for debugging in MSVC again


  Commit: 6b1df34bcb45d9f7ea749d9d5143a111fbb4a70e
      https://github.com/qgis/Quantum-GIS/commit/6b1df34bcb45d9f7ea749d9d5143a111fbb4a70e
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/plugins/gps_importer/qgsgpsplugin.cpp
  M src/plugins/gps_importer/qgsgpsplugingui.cpp
  M src/plugins/gps_importer/qgsgpsplugingui.h

  Log Message:
  -----------
  save last used dirs and last used filter in GPSTools plugin (fix #1209).
Also remember dialog size and position and restore them (addresses #206)


  Commit: d3898e8b5809740b988afb43148cad9b4d5a259c
      https://github.com/qgis/Quantum-GIS/commit/d3898e8b5809740b988afb43148cad9b4d5a259c
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/plugins/raster_terrain_analysis/qgsrasterterrainanalysisdialog.cpp

  Log Message:
  -----------
  reapply fix for #4693 (broken in 8ed3e6d68d)


  Commit: eb3b8c3c7734fa8b68b0d30c0e38ddb7bfcf5536
      https://github.com/qgis/Quantum-GIS/commit/eb3b8c3c7734fa8b68b0d30c0e38ddb7bfcf5536
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/plugins/raster_terrain_analysis/qgsrasterterrainanalysisdialog.cpp

  Log Message:
  -----------
  Append suffix in raster terrain plugin


  Commit: 50d7ab93623f223fc415a40a0b1ebd9b08db0bfe
      https://github.com/qgis/Quantum-GIS/commit/50d7ab93623f223fc415a40a0b1ebd9b08db0bfe
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M ms-windows/osgeo4w/package-nightly.cmd
  M ms-windows/osgeo4w/package.cmd

  Log Message:
  -----------
  osgeo4w packaging: update to GRASS 6.4.2RC3


  Commit: 2ad9500e237efd1739571ba1235ec8291b27f1b4
      https://github.com/qgis/Quantum-GIS/commit/2ad9500e237efd1739571ba1235ec8291b27f1b4
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/core/composer/qgscomposermap.cpp

  Log Message:
  -----------
  Set composer map projection earlier (changes in qgsmaprenderer)


  Commit: cdff65ff789907eee3525123f105096eb2ff7a6b
      https://github.com/qgis/Quantum-GIS/commit/cdff65ff789907eee3525123f105096eb2ff7a6b
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/mapserver/qgsprojectparser.cpp

  Log Message:
  -----------
  Avoid second redraw in GetPrint request


  Commit: cdb7de6a5d9ab4f5e553be99320052640f8562c8
      https://github.com/qgis/Quantum-GIS/commit/cdb7de6a5d9ab4f5e553be99320052640f8562c8
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/plugins/gps_importer/qgsgpspluginguibase.ui

  Log Message:
  -----------
  GPSTools: open "Load GPX" tab by default


  Commit: 0e59442f8dde7f438a08fc37af2f7f82e3079c69
      https://github.com/qgis/Quantum-GIS/commit/0e59442f8dde7f438a08fc37af2f7f82e3079c69
  Author: Giuseppe Sucameli <brush.tyler at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/core/qgsvectorlayerimport.cpp
  M src/core/qgsvectorlayerimport.h

  Log Message:
  -----------
  convert field names to lowercase when importing from shapefile,
fix the number of written features,
cleanup the code


  Commit: ff4452cab61f53907d0c60a9c4a8aa64b9e61743
      https://github.com/qgis/Quantum-GIS/commit/ff4452cab61f53907d0c60a9c4a8aa64b9e61743
  Author: Giuseppe Sucameli <brush.tyler at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsattributeactiondialog.cpp
  M src/app/qgsattributeactiondialog.h

  Log Message:
  -----------
  in actions tab activate buttons only when appropriate (fixes #4785)


  Commit: bb1b8b7ea9349e4c65e56fb1fb124829e1aba41c
      https://github.com/qgis/Quantum-GIS/commit/bb1b8b7ea9349e4c65e56fb1fb124829e1aba41c
  Author: Giuseppe Sucameli <brush.tyler at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsnewspatialitelayerdialog.cpp
  M src/app/qgsnewspatialitelayerdialog.h
  M src/ui/qgsnewspatialitelayerdialogbase.ui

  Log Message:
  -----------
  Remove Apply button from new spatialite layer dialog,
activate add and remove attribute buttons only when appropriate


  Commit: f2587bf57c29af0b620456adc011269b54b9c2d8
      https://github.com/qgis/Quantum-GIS/commit/f2587bf57c29af0b620456adc011269b54b9c2d8
  Author: Giuseppe Sucameli <brush.tyler at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/core/qgsvectorfilewriter.cpp

  Log Message:
  -----------
  cleanup (remove unused line)


  Commit: dbf7a7f133260e9f49e125833ddd01b15a0a0425
      https://github.com/qgis/Quantum-GIS/commit/dbf7a7f133260e9f49e125833ddd01b15a0a0425
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/analysis/raster/qgsrelief.cpp

  Log Message:
  -----------
  fix warning


  Commit: fab036a4e67bec53f58f7021b11ce09badd00a9f
      https://github.com/qgis/Quantum-GIS/commit/fab036a4e67bec53f58f7021b11ce09badd00a9f
  Author: Werner Macho <werner.macho at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_es.ts

  Log Message:
  -----------
  translation update: es by carlos


  Commit: 1a199f30956431c4a430b750e461dca3eb3109dc
      https://github.com/qgis/Quantum-GIS/commit/1a199f30956431c4a430b750e461dca3eb3109dc
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_de.ts

  Log Message:
  -----------
  german translation update


  Commit: 33e13597cb39e2851aa695a0fb29e845e3e72d12
      https://github.com/qgis/Quantum-GIS/commit/33e13597cb39e2851aa695a0fb29e845e3e72d12
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/mapserver/qgswmsserver.cpp
  M src/mapserver/qgswmsserver.h

  Log Message:
  -----------
  Read optional legend parameters from GetLegendGraphic request (extension to WMS)


  Commit: a4c39a64af861bc3df0eb31e1ec4a1be69ea0a77
      https://github.com/qgis/Quantum-GIS/commit/a4c39a64af861bc3df0eb31e1ec4a1be69ea0a77
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/mapserver/qgswmsserver.cpp

  Log Message:
  -----------
  Fix for preview symbols in GetLegendGraphic


  Commit: 91b83f9ee394245b581cc9e54b69612b61c904a8
      https://github.com/qgis/Quantum-GIS/commit/91b83f9ee394245b581cc9e54b69612b61c904a8
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/mapserver/qgswmsserver.cpp

  Log Message:
  -----------
  Fix rounding problem for font size in GetLegendGraphic


  Commit: f25040f4a2e07b195636c4ae1ffb2d5832a36c26
      https://github.com/qgis/Quantum-GIS/commit/f25040f4a2e07b195636c4ae1ffb2d5832a36c26
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M scripts/astyle-all.sh
  M src/analysis/raster/qgshillshadefilter.cpp
  M src/analysis/raster/qgshillshadefilter.h
  M src/analysis/raster/qgsrelief.cpp
  M src/analysis/raster/qgsrelief.h
  M src/app/qgsmaptoolcapture.cpp
  M src/core/qgsattributeaction.cpp
  M src/core/qgsattributeaction.h
  M src/core/qgsexpression.cpp
  M src/core/qgsvectorlayerimport.cpp
  M src/gui/qgsexpressionbuilderwidget.cpp
  M src/gui/qgsprojectionselector.cpp
  M src/gui/qgsprojectionselector.h
  M src/gui/qgsscalecombobox.cpp
  M src/plugins/gps_importer/qgsgpsplugingui.cpp

  Log Message:
  -----------
  indentation update


  Commit: 1d6668a4afc37a1fde9de7088a9a1fb61e17b239
      https://github.com/qgis/Quantum-GIS/commit/1d6668a4afc37a1fde9de7088a9a1fb61e17b239
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/core/qgsvectordataprovider.cpp

  Log Message:
  -----------
  vector provider: fetch codec list from Qt and default to System when a unavailable codecs is requested (might cure issueID #4801)


  Commit: fb2333e5ac969a008ddef8f70ba682adc52c31c3
      https://github.com/qgis/Quantum-GIS/commit/fb2333e5ac969a008ddef8f70ba682adc52c31c3
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/gui/attributetable/qgsattributetablemodel.cpp
  M src/ui/qgsoptionsbase.ui

  Log Message:
  -----------
  fix #4812


  Commit: 532ff8442adff20eede8e2e287e4e2aa36538e72
      https://github.com/qgis/Quantum-GIS/commit/532ff8442adff20eede8e2e287e4e2aa36538e72
  Author: Nathan Woodrow <woodrow.nathan at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/providers/spatialite/qgsspatialiteprovider.cpp
  M src/providers/spatialite/qgsspatialiteprovider.h

  Log Message:
  -----------
  [FEATURE] Add support to edit views that have triggers. Fixes #4787


  Commit: 4f7ae709cee294b77444b9a9109a30e0c570cc02
      https://github.com/qgis/Quantum-GIS/commit/4f7ae709cee294b77444b9a9109a30e0c570cc02
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsrasterlayerproperties.cpp

  Log Message:
  -----------
  display real band number for multiband rasters when single band gray
drawing style used (patch by Bill Clay, fix #4138)


  Commit: 8026a0b79af27b0e15ce5b1656617ddf572dedbb
      https://github.com/qgis/Quantum-GIS/commit/8026a0b79af27b0e15ce5b1656617ddf572dedbb
  Author: Radim Blazek <radim.blazek at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M python/core/qgscoordinatereferencesystem.sip
  M src/core/qgscoordinatereferencesystem.cpp
  M src/core/qgscoordinatereferencesystem.h
  M src/core/qgsmaprenderer.cpp

  Log Message:
  -----------
  unset QgsMapRenderer mCachedTrForLayer on setDestinationCrs and always check layer->crs against mCachedTr destCRS


  Commit: e5c761a425f896ac2296fef0269150cce87739be
      https://github.com/qgis/Quantum-GIS/commit/e5c761a425f896ac2296fef0269150cce87739be
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/gui/qgsexpressionbuilderwidget.cpp
  M src/gui/qgsexpressionbuilderwidget.h
  M src/providers/grass/qgsgrass.h
  M src/providers/spatialite/qgsspatialiteprovider.cpp

  Log Message:
  -----------
  fix typos


  Commit: 425ab10f0954c303ea11bbcced44bd9c50938bbd
      https://github.com/qgis/Quantum-GIS/commit/425ab10f0954c303ea11bbcced44bd9c50938bbd
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/core/qgsmaplayer.cpp
  M src/core/qgsmaplayer.h
  M src/core/qgsmaprenderer.cpp
  M src/core/qgsmaprenderer.h
  M src/core/qgsvectorlayer.cpp
  M src/core/raster/qgsrasterlayer.cpp

  Log Message:
  -----------
  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


  Commit: 687ac76cf39d36e17277c5807ec0b60fae863f56
      https://github.com/qgis/Quantum-GIS/commit/687ac76cf39d36e17277c5807ec0b60fae863f56
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/core/qgsmaprenderer.cpp
  M src/core/qgsmaprenderer.h
  M src/core/qgspoint.cpp

  Log Message:
  -----------
  and followup 84dc1ba5e :(


  Commit: fe525640739d04bc631ededad36deee7343854b5
      https://github.com/qgis/Quantum-GIS/commit/fe525640739d04bc631ededad36deee7343854b5
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_de.ts

  Log Message:
  -----------
  german translation update


  Commit: 229d9dc3c813811701fbc91eca3b539e4101fab2
      https://github.com/qgis/Quantum-GIS/commit/229d9dc3c813811701fbc91eca3b539e4101fab2
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/core/qgsvectorlayer.cpp
  M src/providers/spatialite/qgsspatialiteprovider.cpp

  Log Message:
  -----------
  error logging:
- fix key message in postgres provider
- add logging of errors to spatialite provider
- log commit errors in vector layer


  Commit: 8b3d92b3c75dd797a136239e92c60d06020be38e
      https://github.com/qgis/Quantum-GIS/commit/8b3d92b3c75dd797a136239e92c60d06020be38e
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M python/core/conversions.sip
  M python/core/qgsvectordataprovider.sip

  Log Message:
  -----------
  add python binding to QgsVectorDataProvider::fieldNameMap()


  Commit: c4f845209a3a8c063d4d6a9fa828a70b24d3369c
      https://github.com/qgis/Quantum-GIS/commit/c4f845209a3a8c063d4d6a9fa828a70b24d3369c
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/mapserver/qgswmsserver.cpp
  M src/mapserver/qgswmsserver.h

  Log Message:
  -----------
  Parameter for font color in GetLegendGraphic


  Commit: bb31f956e6bb1790ee64c47c7323ab02d9999058
      https://github.com/qgis/Quantum-GIS/commit/bb31f956e6bb1790ee64c47c7323ab02d9999058
  Author: Sergey Yakushev <yakushevs at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M python/analysis/network/qgsgraphanalyzer.sip
  M src/analysis/network/qgsgraphanalyzer.cpp
  M src/analysis/network/qgsgraphanalyzer.h
  M src/plugins/roadgraph/shortestpathwidget.cpp
  M src/plugins/roadgraph/shortestpathwidget.h

  Log Message:
  -----------
  RoadGraph: add dijkstra method to Network analysis library, remove unused shortestpath, update python bindings


  Commit: c3fd1777a306c0312a084eeda92739be1c64d339
      https://github.com/qgis/Quantum-GIS/commit/c3fd1777a306c0312a084eeda92739be1c64d339
  Author: Giuseppe Sucameli <brush.tyler at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/plugins/grass/qgsgrassmodule.cpp

  Log Message:
  -----------
  GRASS py modules returns 1 getting interface description (fix 4667)


  Commit: 1fa00b5cf2a538551cc573109c233ed6e70e4ff9
      https://github.com/qgis/Quantum-GIS/commit/1fa00b5cf2a538551cc573109c233ed6e70e4ff9
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/plugins/delimited_text/qgsdelimitedtextplugin.cpp
  M src/plugins/delimited_text/qgsdelimitedtextplugingui.cpp
  M src/plugins/delimited_text/qgsdelimitedtextplugingui.h
  M src/plugins/dxf2shp_converter/CMakeLists.txt
  M src/plugins/dxf2shp_converter/dxf2shpconvertergui.cpp
  M src/plugins/dxf2shp_converter/dxf2shpconvertergui.h
  M src/plugins/dxf2shp_converter/dxf2shpconvertergui.ui
  M src/plugins/evis/databaseconnection/evisdatabaseconnectiongui.cpp
  M src/plugins/evis/databaseconnection/evisdatabaseconnectiongui.h
  M src/plugins/evis/eventbrowser/evisgenericeventbrowsergui.cpp
  M src/plugins/evis/eventbrowser/evisgenericeventbrowsergui.h
  M src/plugins/interpolation/qgsinterpolationdialog.cpp
  M src/plugins/interpolation/qgsinterpolationdialog.h
  M src/plugins/offline_editing/offline_editing_plugin_gui.cpp
  M src/plugins/offline_editing/offline_editing_plugin_gui.h
  M src/plugins/oracle_raster/qgsselectgeoraster_ui.cpp
  M src/plugins/oracle_raster/qgsselectgeoraster_ui.h
  M src/plugins/raster_terrain_analysis/qgsrasterterrainanalysisdialog.cpp
  M src/plugins/raster_terrain_analysis/qgsrasterterrainanalysisdialogbase.ui
  M src/plugins/spatialquery/qgsspatialquerydialog.cpp
  M src/plugins/spatialquery/qgsspatialquerydialog.h
  M src/plugins/spit/qgsspit.cpp
  M src/plugins/spit/qgsspit.h
  M src/plugins/zonal_statistics/qgszonalstatisticsdialog.cpp
  M src/plugins/zonal_statistics/qgszonalstatisticsdialog.h

  Log Message:
  -----------
  save size and position of the core plugins dialogs (addresses #206)


  Commit: 1759ac44b38c64c2b750c1fede995320ee38ad27
      https://github.com/qgis/Quantum-GIS/commit/1759ac44b38c64c2b750c1fede995320ee38ad27
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgisapp.cpp
  M src/app/qgisapp.h
  M src/app/qgsoptions.cpp
  M src/app/qgsoptions.h
  M src/ui/qgsoptionsbase.ui

  Log Message:
  -----------
  fix setting of icon size and allow to set global fontsize


  Commit: ff4f2d5f333f19698d51a2244c20b81ddf756a0f
      https://github.com/qgis/Quantum-GIS/commit/ff4f2d5f333f19698d51a2244c20b81ddf756a0f
  Author: Nathan Woodrow <woodrow.nathan at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsfieldcalculator.cpp
  M src/app/qgsfieldcalculator.h
  M src/gui/qgsexpressionbuilderwidget.cpp
  M src/gui/qgsexpressionbuilderwidget.h
  M src/ui/qgsexpressionbuilder.ui
  M src/ui/qgsfieldcalculatorbase.ui

  Log Message:
  -----------
  [FEATURE] Add expression builder to field calculator Fix #4814


  Commit: 352297472bf39de916705e74fb6c6c0db44803ed
      https://github.com/qgis/Quantum-GIS/commit/352297472bf39de916705e74fb6c6c0db44803ed
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgisapp.cpp
  M src/app/qgisapp.h
  M src/app/qgsoptions.cpp
  M src/ui/qgsoptionsbase.ui

  Log Message:
  -----------
  use applications default font instead of style sheet to set options and determine default size (fixes 5155176e)


  Commit: 7e1db212d6d7312a7e28040c1233e6cb948051e6
      https://github.com/qgis/Quantum-GIS/commit/7e1db212d6d7312a7e28040c1233e6cb948051e6
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M doc/AUTHORS

  Log Message:
  -----------
  add Marco Bernasocchi to AUTHORS


  Commit: 9e0efe0f758484d2e48ea7a4ad37b11707c4cb04
      https://github.com/qgis/Quantum-GIS/commit/9e0efe0f758484d2e48ea7a4ad37b11707c4cb04
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/analysis/raster/qgsrelief.cpp
  M src/analysis/raster/qgsrelief.h

  Log Message:
  -----------
  Use byte raster bands for relief plugin to generate smaller output rasters


  Commit: e65317936a713b53d36e8f970087f409f35ee86c
      https://github.com/qgis/Quantum-GIS/commit/e65317936a713b53d36e8f970087f409f35ee86c
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/analysis/raster/qgsrelief.cpp
  M src/analysis/raster/qgsrelief.h

  Log Message:
  -----------
  Better to use unsigned char


  Commit: 6028d0b4086258e426f4f25b85dc6835fab1a584
      https://github.com/qgis/Quantum-GIS/commit/6028d0b4086258e426f4f25b85dc6835fab1a584
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/plugins/delimited_text/qgsdelimitedtextplugingui.cpp
  M src/plugins/delimited_text/qgsdelimitedtextplugingui.h
  M src/plugins/dxf2shp_converter/dxf2shpconvertergui.cpp
  M src/plugins/dxf2shp_converter/dxf2shpconvertergui.h
  M src/plugins/evis/databaseconnection/evisdatabaseconnectiongui.cpp
  M src/plugins/evis/databaseconnection/evisdatabaseconnectiongui.h
  M src/plugins/evis/eventbrowser/evisgenericeventbrowsergui.cpp
  M src/plugins/evis/eventbrowser/evisgenericeventbrowsergui.h
  M src/plugins/gps_importer/qgsgpsplugingui.cpp
  M src/plugins/interpolation/qgsinterpolationdialog.cpp
  M src/plugins/interpolation/qgsinterpolationdialog.h
  M src/plugins/offline_editing/offline_editing_plugin_gui.cpp
  M src/plugins/oracle_raster/qgsselectgeoraster_ui.cpp
  M src/plugins/oracle_raster/qgsselectgeoraster_ui.h
  M src/plugins/spatialquery/qgsspatialquerydialog.cpp
  M src/plugins/spatialquery/qgsspatialquerydialog.h
  M src/plugins/spit/qgsspit.cpp
  M src/plugins/spit/qgsspit.h
  M src/plugins/zonal_statistics/qgszonalstatisticsdialog.cpp
  M src/plugins/zonal_statistics/qgszonalstatisticsdialog.h

  Log Message:
  -----------
  follow up 2e7867a14e


  Commit: dd3517900ebc68f9c30cb4a8a1d13db1285be55c
      https://github.com/qgis/Quantum-GIS/commit/dd3517900ebc68f9c30cb4a8a1d13db1285be55c
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/providers/wfs/qgswfssourceselect.cpp
  M src/providers/wms/qgswmssourceselect.cpp

  Log Message:
  -----------
  add tooltips to abstract field for WMS/WFS layers (addresses #4406).
Also save and restore WFS dialog size and position (addresses #206)


  Commit: f95758917cc9498c509aa058d803ef2939055ece
      https://github.com/qgis/Quantum-GIS/commit/f95758917cc9498c509aa058d803ef2939055ece
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_de.ts

  Log Message:
  -----------
  german translation update


  Commit: 84a352fd59d20ec4553a19059672a0de0dc7dcf1
      https://github.com/qgis/Quantum-GIS/commit/84a352fd59d20ec4553a19059672a0de0dc7dcf1
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M python/core/qgsmessagelog.sip
  M src/core/CMakeLists.txt
  M src/core/qgsmessagelog.cpp
  M src/core/qgsmessagelog.h
  M src/gui/qgsmessagelogviewer.cpp
  M src/gui/qgsmessagelogviewer.h

  Log Message:
  -----------
  use signals for logging


  Commit: 048905c0b1e75b72bd2529926a53dcec298138a9
      https://github.com/qgis/Quantum-GIS/commit/048905c0b1e75b72bd2529926a53dcec298138a9
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsfieldcalculator.cpp
  M src/app/qgsfieldcalculator.h
  M src/gui/qgsexpressionbuilderwidget.cpp
  M src/gui/qgsexpressionbuilderwidget.h
  M src/ui/qgsfieldcalculatorbase.ui

  Log Message:
  -----------
  expression builder: fix typos and warnings and follow selection (not just clicked)


  Commit: 98b23d1eaf6f6eba92b0dcac7c6de9bf83a82454
      https://github.com/qgis/Quantum-GIS/commit/98b23d1eaf6f6eba92b0dcac7c6de9bf83a82454
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgisapp.cpp

  Log Message:
  -----------
  repaint vector layer on toggleEditing if the there are vertex markers


  Commit: 63d444bb687ca3a7298afbe31764e88aa702a220
      https://github.com/qgis/Quantum-GIS/commit/63d444bb687ca3a7298afbe31764e88aa702a220
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgisapp.cpp

  Log Message:
  -----------
  back to using setStyleSheet to set the fontsize


  Commit: 3f2018ac5701ee789c1bdee1819afa0e17957742
      https://github.com/qgis/Quantum-GIS/commit/3f2018ac5701ee789c1bdee1819afa0e17957742
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgslabelpreview.h

  Log Message:
  -----------
  fix font preview in labeling


  Commit: 5162e784f1f695e0129ec264aecb8cf3f481c340
      https://github.com/qgis/Quantum-GIS/commit/5162e784f1f695e0129ec264aecb8cf3f481c340
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/composer/qgscomposermanager.cpp
  M src/app/ogr/qgsnewogrconnection.cpp
  M src/app/ogr/qgsogrsublayersdialog.cpp
  M src/app/ogr/qgsopenvectorlayerdialog.cpp
  M src/app/ogr/qgsvectorlayersaveasdialog.cpp
  M src/app/qgisapp.cpp
  M src/app/qgscustomprojectiondialog.cpp
  M src/app/qgsdecorationcopyrightdialog.cpp
  M src/app/qgsdecorationnortharrowdialog.cpp
  M src/app/qgsdecorationscalebardialog.cpp
  M src/app/qgsembedlayerdialog.cpp
  M src/app/qgslabelinggui.cpp
  M src/app/qgsnewspatialitelayerdialog.cpp
  M src/gui/qgsgenericprojectionselector.cpp
  M src/gui/qgsnewvectorlayerdialog.cpp
  M src/gui/qgsquerybuilder.cpp
  M src/gui/symbology-ng/qgsstylev2managerdialog.cpp
  M src/providers/spatialite/qgsspatialitesourceselect.cpp
  M src/providers/spatialite/qgsspatialitesourceselect.h
  M src/ui/qgsnewogrconnectionbase.ui

  Log Message:
  -----------
  force most core dialogs to remember their state and restore it when
opened (adresses #206)


  Commit: 5cef97a91da87ae81df285b71322319e53f1150d
      https://github.com/qgis/Quantum-GIS/commit/5cef97a91da87ae81df285b71322319e53f1150d
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    R src/core/gps/qgsgpstrackerthread.cpp
  R src/core/gps/qgsgpstrackerthread.h
  R src/plugins/interpolation/qgsinterpolationdialogbase.h

  Log Message:
  -----------
  remove empty source files


  Commit: 31af79dd2db128d9a0b1942b3667ece44db1b36d
      https://github.com/qgis/Quantum-GIS/commit/31af79dd2db128d9a0b1942b3667ece44db1b36d
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgisapp.cpp
  M src/app/qgisapp.h

  Log Message:
  -----------
  avoid useless canvas redraw when user interacts with scale selector


  Commit: 890cb3a1b257bc9f8328b644feca51a42d0304c3
      https://github.com/qgis/Quantum-GIS/commit/890cb3a1b257bc9f8328b644feca51a42d0304c3
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgisapp.cpp

  Log Message:
  -----------
  fix font in scale selector combobox


  Commit: 956ff5ae86261c7382e84be943f4f4b2e826a010
      https://github.com/qgis/Quantum-GIS/commit/956ff5ae86261c7382e84be943f4f4b2e826a010
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsoptions.cpp

  Log Message:
  -----------
  clear collected plugins path before collecting svg path


  Commit: ee4ce94a3d9a0d9762de6fc53859670b1668a0dd
      https://github.com/qgis/Quantum-GIS/commit/ee4ce94a3d9a0d9762de6fc53859670b1668a0dd
  Author: Werner Macho <werner.macho at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_gl_ES.ts

  Log Message:
  -----------
  translation update: gl_ES by Xan


  Commit: acad5145b535158855ea7ba8753f522392538364
      https://github.com/qgis/Quantum-GIS/commit/acad5145b535158855ea7ba8753f522392538364
  Author: Werner Macho <werner.macho at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_pt_BR.ts

  Log Message:
  -----------
  translation update: pt_BR by Arthur


  Commit: 91320a01182dade6bbf4dcececc73cd0ac604e04
      https://github.com/qgis/Quantum-GIS/commit/91320a01182dade6bbf4dcececc73cd0ac604e04
  Author: Werner Macho <werner.macho at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsoptions.cpp

  Log Message:
  -----------
  fix typo myPath_s_


  Commit: 86a5882df8b27828b74c1778956e5e47f146bf36
      https://github.com/qgis/Quantum-GIS/commit/86a5882df8b27828b74c1778956e5e47f146bf36
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_de.ts

  Log Message:
  -----------
  german translation update


  Commit: c64afa9e4df7226885679095fc51f47f2fcda9a7
      https://github.com/qgis/Quantum-GIS/commit/c64afa9e4df7226885679095fc51f47f2fcda9a7
  Author: Jean-Roc Morreale <jr.morreale at enoreth.net>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_fr.ts

  Log Message:
  -----------
  update fr translation


  Commit: 030bbb9a612ec57af1f7893b05a6837dd43df252
      https://github.com/qgis/Quantum-GIS/commit/030bbb9a612ec57af1f7893b05a6837dd43df252
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/providers/postgres/qgspgnewconnection.cpp

  Log Message:
  -----------
  implement #4823


  Commit: c133ef3091457d8801d4bcf8d12b27f001e13e08
      https://github.com/qgis/Quantum-GIS/commit/c133ef3091457d8801d4bcf8d12b27f001e13e08
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgspluginmanager.cpp

  Log Message:
  -----------
  display plugins from additional paths in Plugin Manager (fix #4178)


  Commit: b1a286d140edcf29e747f86b902b9a006778ff6b
      https://github.com/qgis/Quantum-GIS/commit/b1a286d140edcf29e747f86b902b9a006778ff6b
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgisapp.cpp

  Log Message:
  -----------
  repaint layer after commiting


  Commit: bf2ac8b1a220f5b14f47c9a0382977288ec8f2f2
      https://github.com/qgis/Quantum-GIS/commit/bf2ac8b1a220f5b14f47c9a0382977288ec8f2f2
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M ms-windows/osgeo4w/package-nightly.cmd
  M ms-windows/osgeo4w/package.cmd

  Log Message:
  -----------
  osgeo4w update: build with Python 2.7


  Commit: ba4acbcad8c9ffedebe667115994998962a5c9ce
      https://github.com/qgis/Quantum-GIS/commit/ba4acbcad8c9ffedebe667115994998962a5c9ce
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/core/qgsvectorlayer.cpp

  Log Message:
  -----------
  QgsVectorLayer: use featureAtId() in selectedFeatures() (fixes #4856)


  Commit: a86fce26d3147ebb110de92da6976eea91938ccc
      https://github.com/qgis/Quantum-GIS/commit/a86fce26d3147ebb110de92da6976eea91938ccc
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M images/images.qrc
  A images/themes/default/mActionPanToSelected.png
  A images/themes/gis/mActionPanToSelected.png
  M python/gui/qgisinterface.sip
  M python/gui/qgsmapcanvas.sip
  M src/app/qgisapp.cpp
  M src/app/qgisapp.h
  M src/app/qgisappinterface.cpp
  M src/app/qgisappinterface.h
  M src/gui/qgisinterface.h
  M src/gui/qgsmapcanvas.cpp
  M src/gui/qgsmapcanvas.h
  M src/ui/qgisapp.ui

  Log Message:
  -----------
  [FEATURE] new navigation tool Pan Map to Selection (fix #4031)


  Commit: 7608d847538556636a74c9f19f04b4b685ee9da1
      https://github.com/qgis/Quantum-GIS/commit/7608d847538556636a74c9f19f04b4b685ee9da1
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgisapp.cpp
  M src/app/qgisapp.h
  M src/app/qgsoptions.cpp

  Log Message:
  -----------
  use 8pt default font size on android


  Commit: 3cfe5e6065d437510457f34a02ddfe8a0881ff7c
      https://github.com/qgis/Quantum-GIS/commit/3cfe5e6065d437510457f34a02ddfe8a0881ff7c
  Author: Werner Macho <werner.macho at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    A i18n/qgis_ko_KR.ts

  Log Message:
  -----------
  translation update: added korean translation thanks to Sanghee and the korean team


  Commit: 6401ef3ccba367b8b1e03fcb60241f144c1c74ff
      https://github.com/qgis/Quantum-GIS/commit/6401ef3ccba367b8b1e03fcb60241f144c1c74ff
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsattributetabledialog.cpp
  M src/app/qgsattributetabledialog.h
  M src/ui/qgsattributetabledialog.ui

  Log Message:
  -----------
  also add Pan to Selected button to the attribute table dialog


  Commit: 9f36386f6753c0854b0b47b3fb609df69ce2fb5a
      https://github.com/qgis/Quantum-GIS/commit/9f36386f6753c0854b0b47b3fb609df69ce2fb5a
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgisapp.cpp
  M src/app/qgscustomization.cpp
  M src/app/qgscustomization.h
  M src/plugins/interpolation/qgsinterpolationdialog.cpp
  M src/plugins/interpolation/qgsinterpolationplugin.cpp
  M src/plugins/raster_terrain_analysis/qgsrasterterrainanalysisplugin.cpp

  Log Message:
  -----------
  set parents of various objects to propagate the font settings


  Commit: 0cf9f14668b06817f60e6eb3438479e8a1e8013c
      https://github.com/qgis/Quantum-GIS/commit/0cf9f14668b06817f60e6eb3438479e8a1e8013c
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/composer/qgscomposer.cpp
  M src/app/legend/qgslegend.cpp
  M src/app/qgisapp.cpp
  M src/app/qgsabout.cpp
  M src/app/qgsabout.h
  M src/app/qgssponsors.cpp
  M src/app/qgssponsors.h

  Log Message:
  -----------
  more font propagation


  Commit: 5a1226225995e3b744bdc73b3668a16210bbec52
      https://github.com/qgis/Quantum-GIS/commit/5a1226225995e3b744bdc73b3668a16210bbec52
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M python/plugins/GdalTools/GdalTools.py
  M python/plugins/GdalTools/tools/dialogSRS.py
  M python/plugins/GdalTools/tools/doClipper.py
  M python/plugins/GdalTools/tools/doExtractProj.py
  M python/plugins/GdalTools/tools/widgetBatchBase.py
  M python/plugins/GdalTools/tools/widgetPluginBase.py
  M python/plugins/fTools/tools/doDefineProj.py
  M python/plugins/fTools/tools/doGeometry.py
  M python/plugins/fTools/tools/doGeoprocessing.py
  M python/plugins/fTools/tools/doIntersectLines.py
  M python/plugins/fTools/tools/doMeanCoords.py
  M python/plugins/fTools/tools/doMergeShapes.py
  M python/plugins/fTools/tools/doPointDistance.py
  M python/plugins/fTools/tools/doPointsInPolygon.py
  M python/plugins/fTools/tools/doRandPoints.py
  M python/plugins/fTools/tools/doRandom.py
  M python/plugins/fTools/tools/doRegPoints.py
  M python/plugins/fTools/tools/doSelectByLocation.py
  M python/plugins/fTools/tools/doSimplify.py
  M python/plugins/fTools/tools/doSpatialIndex.py
  M python/plugins/fTools/tools/doSpatialJoin.py
  M python/plugins/fTools/tools/doSubsetSelect.py
  M python/plugins/fTools/tools/doSumLines.py
  M python/plugins/fTools/tools/doValidate.py
  M python/plugins/fTools/tools/doVectorGrid.py
  M python/plugins/fTools/tools/doVectorSplit.py
  M python/plugins/fTools/tools/doVisual.py
  M python/plugins/mapserver_export/mapserverexport.py
  M python/plugins/mapserver_export/mapserverexportdialog.py
  M python/plugins/osm/OsmAddRelationDlg.py
  M python/plugins/osm/OsmDownloadDlg.py
  M python/plugins/osm/OsmImportDlg.py
  M python/plugins/osm/OsmLoadDlg.py
  M python/plugins/osm/OsmSaveDlg.py
  M python/plugins/osm/OsmUploadDlg.py
  M src/app/qgisapp.cpp
  M src/plugins/grass/qgsgrassbrowser.cpp
  M src/plugins/grass/qgsgrassmapcalc.cpp
  M src/plugins/grass/qgsgrassmodule.h
  M src/plugins/grass/qgsgrassplugin.cpp
  M src/plugins/grass/qgsgrassselect.cpp
  M src/plugins/grass/qgsgrassselect.h
  M src/plugins/grass/qgsgrassutils.cpp
  M src/plugins/grass/qgsgrassutils.h
  M src/plugins/zonal_statistics/qgszonalstatisticsdialog.cpp

  Log Message:
  -----------
  even more font propagation


  Commit: c2a16a19b375671f477cd8434b881eb08b00458d
      https://github.com/qgis/Quantum-GIS/commit/c2a16a19b375671f477cd8434b881eb08b00458d
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/ogr/qgsopenvectorlayerdialog.cpp
  M src/app/ogr/qgsvectorlayersaveasdialog.cpp
  M src/core/qgsvectordataprovider.cpp
  M src/core/qgsvectorfilewriter.cpp
  M src/gui/qgsencodingfiledialog.cpp
  M src/plugins/spit/qgsshapefile.cpp

  Log Message:
  -----------
  use QTextCodec::codecForLocale() where "System" is not available (like android)


  Commit: b5eb9b50ab362ced7c8c6dd5fd61e3700c4d5867
      https://github.com/qgis/Quantum-GIS/commit/b5eb9b50ab362ced7c8c6dd5fd61e3700c4d5867
  Author: pcav <cavallini at faunalia.it>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/plugins/grass/modules/r.sunmask.date.time.qgm
  M src/plugins/grass/modules/r.sunmask.position.qgm

  Log Message:
  -----------
  Fix #4668 (GRASS r.sunmask modules)


  Commit: 8eb3eedffc093327640d4a04869e6007c34230aa
      https://github.com/qgis/Quantum-GIS/commit/8eb3eedffc093327640d4a04869e6007c34230aa
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/composer/qgscomposer.cpp
  M src/app/composer/qgscomposer.h
  M src/app/qgisapp.cpp

  Log Message:
  -----------
  handle composer window differently (partly reverts a30eb373)


  Commit: 7dda51574371fe1950d364a4fa3358074a7bbbc2
      https://github.com/qgis/Quantum-GIS/commit/7dda51574371fe1950d364a4fa3358074a7bbbc2
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/core/qgscoordinatetransform.cpp
  M src/core/qgsmaprenderer.cpp

  Log Message:
  -----------
  catch more transformation errors


  Commit: cd3e352217c46e724cddffbdd00eac456e0b4dce
      https://github.com/qgis/Quantum-GIS/commit/cd3e352217c46e724cddffbdd00eac456e0b4dce
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_de.ts

  Log Message:
  -----------
  german translation update


  Commit: 8349d80736ccc72d9ad538e1fd8ebbe07b87dcb2
      https://github.com/qgis/Quantum-GIS/commit/8349d80736ccc72d9ad538e1fd8ebbe07b87dcb2
  Author: Werner Macho <werner.macho at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_af.ts
  M i18n/qgis_ar.ts
  M i18n/qgis_bg.ts
  M i18n/qgis_ca_ES.ts
  M i18n/qgis_cs_CZ.ts
  M i18n/qgis_de.ts
  M i18n/qgis_el_GR.ts
  M i18n/qgis_es.ts
  M i18n/qgis_et.ts
  M i18n/qgis_fa.ts
  M i18n/qgis_fi.ts
  M i18n/qgis_fr.ts
  M i18n/qgis_gl_ES.ts
  M i18n/qgis_he.ts
  M i18n/qgis_hr_HR.ts
  M i18n/qgis_hu.ts
  M i18n/qgis_id.ts
  M i18n/qgis_is.ts
  M i18n/qgis_it.ts
  M i18n/qgis_ja.ts
  M i18n/qgis_ka_GE.ts
  M i18n/qgis_ko_KR.ts
  M i18n/qgis_lo.ts
  M i18n/qgis_lt.ts
  M i18n/qgis_lv.ts
  M i18n/qgis_mn.ts
  M i18n/qgis_nl.ts
  M i18n/qgis_no.ts
  M i18n/qgis_pl_PL.ts
  M i18n/qgis_pt_BR.ts
  M i18n/qgis_pt_PT.ts
  M i18n/qgis_ro.ts
  M i18n/qgis_ru.ts
  M i18n/qgis_sk.ts
  M i18n/qgis_sl_SI.ts
  M i18n/qgis_sq_AL.ts
  M i18n/qgis_sr_CS-Latn.ts
  M i18n/qgis_sv.ts
  M i18n/qgis_ta.ts
  M i18n/qgis_th.ts
  M i18n/qgis_tr.ts
  M i18n/qgis_uk.ts
  M i18n/qgis_vi.ts
  M i18n/qgis_xh.ts
  M i18n/qgis_zh_CN.ts
  M i18n/qgis_zh_TW.ts

  Log Message:
  -----------
  translation update: string update for all languages


  Commit: b18cfcc89d19262412970dc167daf00f5c26ed5e
      https://github.com/qgis/Quantum-GIS/commit/b18cfcc89d19262412970dc167daf00f5c26ed5e
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/providers/ogr/qgsogrprovider.cpp

  Log Message:
  -----------
  fix #4227


  Commit: be34a697a30e9ececc68ebad98bd49efa3c417d1
      https://github.com/qgis/Quantum-GIS/commit/be34a697a30e9ececc68ebad98bd49efa3c417d1
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M python/core/conversions.sip

  Log Message:
  -----------
  fix python binding for QgsVectorDataProvider::changeGeometryValues()


  Commit: e3ddc1e0f8a9dd1c5132b6be1e2691f15cc5b52b
      https://github.com/qgis/Quantum-GIS/commit/e3ddc1e0f8a9dd1c5132b6be1e2691f15cc5b52b
  Author: Nathan Woodrow <woodrow.nathan at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/ui/qgsattributetabledialog.ui

  Log Message:
  -----------
  Set save button not checkable - fixes #4290


  Commit: 88e04afa670e2344e1ee79e5a28cf21c4c4c9acb
      https://github.com/qgis/Quantum-GIS/commit/88e04afa670e2344e1ee79e5a28cf21c4c4c9acb
  Author: pcav <cavallini at faunalia.it>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_it.ts

  Log Message:
  -----------
  Update of IT translation


  Commit: b43b89b08c33831b619c8486ea2522134c21b63f
      https://github.com/qgis/Quantum-GIS/commit/b43b89b08c33831b619c8486ea2522134c21b63f
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    A images/themes/default/propertyicons/gdal.png
  R images/themes/default/propertyicons/gdal.png
  R python/core/qgsmessagelog.sip
  A python/core/qgsmessagelog.sip
  A src/app/composer/qgscomposer.cpp
  R src/app/composer/qgscomposer.cpp
  R src/app/composer/qgscomposer.h
  A src/app/composer/qgscomposer.h
  A src/app/qgisapp.cpp
  R src/app/qgisapp.cpp
  A src/app/qgscustomization.cpp
  R src/app/qgscustomization.cpp
  R src/app/qgslabelpreview.h
  A src/app/qgslabelpreview.h
  A src/app/qgsoptions.cpp
  R src/app/qgsoptions.cpp
  A src/core/qgscoordinatetransform.cpp
  R src/core/qgscoordinatetransform.cpp
  R src/core/qgsmaprenderer.cpp
  A src/core/qgsmaprenderer.cpp
  R src/core/qgsmessagelog.cpp
  A src/core/qgsmessagelog.cpp
  A src/core/qgsmessagelog.h
  R src/core/qgsmessagelog.h
  A src/gui/qgsmessagelogviewer.cpp
  R src/gui/qgsmessagelogviewer.cpp
  A src/providers/grass/qgsgrass.cpp
  R src/providers/grass/qgsgrass.cpp

  Log Message:
  -----------
  fix file permissions


  Commit: 89732ca5be7846be758f4de5da2b7269d337ec20
      https://github.com/qgis/Quantum-GIS/commit/89732ca5be7846be758f4de5da2b7269d337ec20
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/composer/qgscomposer.cpp
  M src/app/qgisapp.cpp
  M src/app/qgsembedlayerdialog.cpp
  M src/app/qgsrasterlayerproperties.cpp
  M src/gui/qgisgui.cpp
  M src/plugins/grass/qgsgrassmodule.cpp
  M src/plugins/grass/qgsgrassnewmapset.cpp

  Log Message:
  -----------
  use native file dialogs wherever possible (fixes #3763)


  Commit: 962cb48bf233083f1bf0886d5bec601ad622d07d
      https://github.com/qgis/Quantum-GIS/commit/962cb48bf233083f1bf0886d5bec601ad622d07d
  Author: Nathan Woodrow <woodrow.nathan at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsvectorlayerproperties.cpp

  Log Message:
  -----------
  Remove multiselect from fields tab in layer properties


  Commit: ca63fce7a09c2ca76dbdab45931a43d5123bd99e
      https://github.com/qgis/Quantum-GIS/commit/ca63fce7a09c2ca76dbdab45931a43d5123bd99e
  Author: Nathan Woodrow <woodrow.nathan at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsvectorlayerproperties.cpp

  Log Message:
  -----------
  Put multi selection back for fields tab, use extended selection instead


  Commit: 511448edeb8a966780600c49882d82e78b49c779
      https://github.com/qgis/Quantum-GIS/commit/511448edeb8a966780600c49882d82e78b49c779
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/core/qgscoordinatetransform.cpp
  M src/core/qgsmaprenderer.cpp
  M src/core/raster/qgsrasterlayer.cpp
  M src/gui/qgsmapcanvas.cpp
  M src/gui/qgsmapcanvas.h

  Log Message:
  -----------
  reproject canvas extent on crs change with OTFR enabled


  Commit: 64929170df3ef23c5e463aa14f686f442ad4edbb
      https://github.com/qgis/Quantum-GIS/commit/64929170df3ef23c5e463aa14f686f442ad4edbb
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M cmake/SIPMacros.cmake
  M python/core/core.sip
  M python/core/qgscoordinatetransform.sip
  A python/core/qgsexception.sip
  M src/app/qgsmaptoolidentify.cpp
  M src/providers/gdal/qgsgdalprovider.cpp

  Log Message:
  -----------
  [API] add sip bindings for QgsCsException


  Commit: cbafacbcb53d9b3ce2262b76f7964d03788b4a64
      https://github.com/qgis/Quantum-GIS/commit/cbafacbcb53d9b3ce2262b76f7964d03788b4a64
  Author: Werner Macho <werner.macho at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_es.ts

  Log Message:
  -----------
  translation update: es by Carlos


  Commit: d3cbd30610ac5abb2ea0722a9ea4ea46fc3832b0
      https://github.com/qgis/Quantum-GIS/commit/d3cbd30610ac5abb2ea0722a9ea4ea46fc3832b0
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/gui/qgsprojectionselector.cpp
  M src/gui/qgsprojectionselector.h

  Log Message:
  -----------
  cleanup projection selections - makes it work via keyboard again


  Commit: ccabdf3e39942f281deb3dc39c521a29c106d7e1
      https://github.com/qgis/Quantum-GIS/commit/ccabdf3e39942f281deb3dc39c521a29c106d7e1
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/python/qgspythonutilsimpl.cpp

  Log Message:
  -----------
  use os.path.expand user for home directories for python (reintroduces fixes from #2515)


  Commit: a9b9efb309408c518f4353eb2838db47158dfd7d
      https://github.com/qgis/Quantum-GIS/commit/a9b9efb309408c518f4353eb2838db47158dfd7d
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/python/qgspythonutilsimpl.cpp

  Log Message:
  -----------
  fix python path setting in windows


  Commit: fff57534485e7d10dd54f8b35ffddfacaca11ebc
      https://github.com/qgis/Quantum-GIS/commit/fff57534485e7d10dd54f8b35ffddfacaca11ebc
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsundowidget.cpp
  M src/plugins/grass/qgsgrassplugin.cpp
  M src/plugins/grass/qgsgrassselect.cpp
  M src/plugins/grass/qgsgrassselect.h

  Log Message:
  -----------
  fix warnings and icon size of GRASS toolbar


  Commit: f14caa53ed0e601da23e64546d63f7e8fc917b6d
      https://github.com/qgis/Quantum-GIS/commit/f14caa53ed0e601da23e64546d63f7e8fc917b6d
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/legend/qgslegend.cpp

  Log Message:
  -----------
  also consider layer crs, when initially zooming to the extent of the first layer


  Commit: cc59f7caa9651b9da26306fe1d3ee08d72802530
      https://github.com/qgis/Quantum-GIS/commit/cc59f7caa9651b9da26306fe1d3ee08d72802530
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/gps/qgsgpsinformationwidget.cpp
  M src/app/qgisapp.cpp
  M src/app/qgsconfigureshortcutsdialog.cpp
  M src/app/qgsembedlayerdialog.cpp
  M src/app/qgsrasterlayerproperties.cpp
  M src/app/qgssinglesymboldialog.cpp
  M src/app/qgsvectorlayerproperties.cpp
  M src/gui/qgssearchquerybuilder.cpp
  M src/gui/symbology-ng/qgssymbollayerv2widget.cpp
  M src/plugins/delimited_text/qgsdelimitedtextplugingui.cpp
  M src/plugins/dxf2shp_converter/dxf2shpconvertergui.cpp
  M src/plugins/georeferencer/qgsgeorefplugingui.cpp
  M src/plugins/globe/globe_plugin_dialog.cpp
  M src/plugins/gps_importer/qgsgpsplugin.cpp
  M src/plugins/gps_importer/qgsgpsplugingui.cpp
  M src/plugins/offline_editing/offline_editing_plugin_gui.cpp
  M src/plugins/spit/qgsspit.cpp

  Log Message:
  -----------
  cleanup separate file type names from extensions in translations


  Commit: 41fde93f0162ab71ae4a8e8422be4cbca280befe
      https://github.com/qgis/Quantum-GIS/commit/41fde93f0162ab71ae4a8e8422be4cbca280befe
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_de.ts

  Log Message:
  -----------
  german translation update


  Commit: bf49190c481bf19ee3428461e6d3108de0c701db
      https://github.com/qgis/Quantum-GIS/commit/bf49190c481bf19ee3428461e6d3108de0c701db
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/plugins/offline_editing/offline_editing_plugin_gui.cpp

  Log Message:
  -----------
  fix build error


  Commit: e0c62e3bf840d4382fdfdc527bf4375113914014
      https://github.com/qgis/Quantum-GIS/commit/e0c62e3bf840d4382fdfdc527bf4375113914014
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/plugins/globe/globe_plugin_dialog.cpp

  Log Message:
  -----------
  fix another build error :(


  Commit: 1d9bda41a30eda81a9f40392579a40f0a18018fe
      https://github.com/qgis/Quantum-GIS/commit/1d9bda41a30eda81a9f40392579a40f0a18018fe
  Author: Arunmozhi <aruntheguy at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/plugins/raster_terrain_analysis/qgsrasterterrainanalysisdialog.cpp

  Log Message:
  -----------
  refactored code to reduce loop in favour of a func


  Commit: 8f07369de78766d5a2187603477fb59b5483134c
      https://github.com/qgis/Quantum-GIS/commit/8f07369de78766d5a2187603477fb59b5483134c
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsrastercalcdialog.cpp

  Log Message:
  -----------
  Apply loop improvement from Arunmozhi also to raster calc dialog


  Commit: 42d1c4c0e50225f0f3474310d7bd16cba0407d92
      https://github.com/qgis/Quantum-GIS/commit/42d1c4c0e50225f0f3474310d7bd16cba0407d92
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsnewspatialitelayerdialog.cpp
  M src/providers/ogr/qgsogrprovider.cpp
  M src/providers/spatialite/qgsspatialitedataitems.cpp
  M src/providers/spatialite/qgsspatialitesourceselect.cpp

  Log Message:
  -----------
  add .db to spatialite extensions (fixes #4919)


  Commit: f8b8e35361d7eead6bdf394891094d2f9f612cea
      https://github.com/qgis/Quantum-GIS/commit/f8b8e35361d7eead6bdf394891094d2f9f612cea
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/providers/ogr/qgsogrprovider.cpp

  Log Message:
  -----------
  support strange mysql quoting


  Commit: a8b97bc45b92a1c5b76d128187fd68e67b174bd8
      https://github.com/qgis/Quantum-GIS/commit/a8b97bc45b92a1c5b76d128187fd68e67b174bd8
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M i18n/qgis_de.ts

  Log Message:
  -----------
  german translation update


  Commit: bf62470feca8810a1e0f08e9f42d011e5406132a
      https://github.com/qgis/Quantum-GIS/commit/bf62470feca8810a1e0f08e9f42d011e5406132a
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/app/qgsmaptooladdfeature.cpp

  Log Message:
  -----------
  [Backport]: disable abort if avoid intersections returns a different geometry type (e.g. multitype instead of singletype). Temporary solution for ticket #4880


  Commit: db2400180f33db8dbf742a4ff0a0b32aac8a2698
      https://github.com/qgis/Quantum-GIS/commit/db2400180f33db8dbf742a4ff0a0b32aac8a2698
  Author: Martin Dobias <wonder.sk at gmail.com>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M src/ui/qgslabelingguibase.ui

  Log Message:
  -----------
  Increase scale range (#3189)


Compare: https://github.com/qgis/Quantum-GIS/compare/8928fa1...db24001


More information about the QGIS-commit mailing list