[QGIS Commit] [qgis/Quantum-GIS] 70865e: Raster redesign: first prototype of paletted rende...

GitHub noreply at github.com
Thu Jun 14 01:50:43 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/qgis/Quantum-GIS
  Commit: 70865e5dcfb2e039a4a1d03086398800c2018419
      https://github.com/qgis/Quantum-GIS/commit/70865e5dcfb2e039a4a1d03086398800c2018419
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-18 (Sun, 18 Dec 2011)

  Changed paths:
    M src/core/CMakeLists.txt
    M src/core/raster/qgsrasterlayer.cpp

  Log Message:
  -----------
  Raster redesign: first prototype of paletted renderer


  Commit: 79b8a762f54a8912060db3e2ee10dc886b4f680b
      https://github.com/qgis/Quantum-GIS/commit/79b8a762f54a8912060db3e2ee10dc886b4f680b
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-18 (Sun, 18 Dec 2011)

  Changed paths:
    A src/core/raster/qgspalettedrasterrenderer.cpp
    A src/core/raster/qgspalettedrasterrenderer.h
    A src/core/raster/qgsrasterrenderer.cpp
    A src/core/raster/qgsrasterrenderer.h

  Log Message:
  -----------
  Added raster renderer interface and test implementation for paletted rasters


  Commit: 66ef651e37cff855b67719ea887011d8abb2bd17
      https://github.com/qgis/Quantum-GIS/commit/66ef651e37cff855b67719ea887011d8abb2bd17
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-18 (Sun, 18 Dec 2011)

  Changed paths:
    M src/core/CMakeLists.txt
    A src/core/raster/qgsbilinearrasterresampler.cpp
    A src/core/raster/qgsbilinearrasterresampler.h
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgspalettedrasterrenderer.h
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.h
    A src/core/raster/qgsrasterresampler.h

  Log Message:
  -----------
  Bilinear resampler


  Commit: 5f216278dfc827a6c5cfab572947d523fe0a9439
      https://github.com/qgis/Quantum-GIS/commit/5f216278dfc827a6c5cfab572947d523fe0a9439
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-19 (Mon, 19 Dec 2011)

  Changed paths:
    M src/core/raster/qgspalettedrasterrenderer.cpp

  Log Message:
  -----------
  Fix resampling with otf-reprojection turned on


  Commit: 52b559ed99753d090908e0ebb70a25ed9c3ea765
      https://github.com/qgis/Quantum-GIS/commit/52b559ed99753d090908e0ebb70a25ed9c3ea765
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-19 (Mon, 19 Dec 2011)

  Changed paths:
    M src/core/CMakeLists.txt
    A src/core/raster/qgsmultibandcolorrenderer.cpp
    A src/core/raster/qgsmultibandcolorrenderer.h
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterresampler.h

  Log Message:
  -----------
  Add renderer class for multiband color


  Commit: e9b8cc0ba61255612c79c0d48031274c57685d35
      https://github.com/qgis/Quantum-GIS/commit/e9b8cc0ba61255612c79c0d48031274c57685d35
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-19 (Mon, 19 Dec 2011)

  Changed paths:
    M src/core/raster/qgsbilinearrasterresampler.cpp

  Log Message:
  -----------
  No access to invalid image pixels


  Commit: 3d0b85ab0f5b7403a7d478a90f066c3ab763651d
      https://github.com/qgis/Quantum-GIS/commit/3d0b85ab0f5b7403a7d478a90f066c3ab763651d
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-21 (Wed, 21 Dec 2011)

  Changed paths:
    M src/core/CMakeLists.txt
    M src/core/raster/qgsbilinearrasterresampler.cpp
    M src/core/raster/qgsbilinearrasterresampler.h
    A src/core/raster/qgscubicrasterresampler.cpp
    A src/core/raster/qgscubicrasterresampler.h
    M src/core/raster/qgsrasterlayer.cpp

  Log Message:
  -----------
  Added cubic resampler (not working yet)


  Commit: 668b73ddfdf2d3fe734b1b2a2b06f777edc5ace2
      https://github.com/qgis/Quantum-GIS/commit/668b73ddfdf2d3fe734b1b2a2b06f777edc5ace2
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-21 (Wed, 21 Dec 2011)

  Changed paths:
    M src/core/raster/qgsbilinearrasterresampler.cpp
    M src/core/raster/qgsbilinearrasterresampler.h
    M src/core/raster/qgscubicrasterresampler.cpp
    M src/core/raster/qgscubicrasterresampler.h
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterresampler.h

  Log Message:
  -----------
  Use bezier interpolation for cubic resampling. Still buggy


  Commit: 583d61fccc4d87547364e6c547538fcc256eaf04
      https://github.com/qgis/Quantum-GIS/commit/583d61fccc4d87547364e6c547538fcc256eaf04
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-21 (Wed, 21 Dec 2011)

  Changed paths:
    M src/core/raster/qgscubicrasterresampler.cpp

  Log Message:
  -----------
  Fix bug in cubic interpolation


  Commit: c81f4fb0153e10a17d97ee79bf398bcce038f62b
      https://github.com/qgis/Quantum-GIS/commit/c81f4fb0153e10a17d97ee79bf398bcce038f62b
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-24 (Sat, 24 Dec 2011)

  Changed paths:
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.h

  Log Message:
  -----------
  Reading of rasters in several parts


  Commit: 8336565356630feb17ed0cc3d3f682a150880b58
      https://github.com/qgis/Quantum-GIS/commit/8336565356630feb17ed0cc3d3f682a150880b58
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-24 (Sat, 24 Dec 2011)

  Changed paths:
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.cpp

  Log Message:
  -----------
  Fix some errors related to reading rasters in multiple parts


  Commit: 4786279f6ce00f3af8d360dc020d3ec6af1be5a1
      https://github.com/qgis/Quantum-GIS/commit/4786279f6ce00f3af8d360dc020d3ec6af1be5a1
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-24 (Sat, 24 Dec 2011)

  Changed paths:
    M src/core/raster/qgspalettedrasterrenderer.cpp

  Log Message:
  -----------
  Remove legacy code in palleted raster renderer


  Commit: 17e6afc17815b9b6e17dfd87a5bb39ceffd7d1cd
      https://github.com/qgis/Quantum-GIS/commit/17e6afc17815b9b6e17dfd87a5bb39ceffd7d1cd
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-25 (Sun, 25 Dec 2011)

  Changed paths:
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.h

  Log Message:
  -----------
  Clean up memory


  Commit: 48278209775441df44fdc827a77a98220340c337
      https://github.com/qgis/Quantum-GIS/commit/48278209775441df44fdc827a77a98220340c337
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-26 (Mon, 26 Dec 2011)

  Changed paths:
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.h

  Log Message:
  -----------
  Support for global transparency in raster renderer


  Commit: 25f8ec5fa1b167e7bc2667dfb1a0e007f8833c7a
      https://github.com/qgis/Quantum-GIS/commit/25f8ec5fa1b167e7bc2667dfb1a0e007f8833c7a
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-27 (Tue, 27 Dec 2011)

  Changed paths:
    M src/app/qgsrasterlayerproperties.cpp
    M src/core/raster/qgsbilinearrasterresampler.h
    M src/core/raster/qgscubicrasterresampler.h
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterlayer.h
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterresampler.h
    M src/ui/qgsrasterlayerpropertiesbase.ui

  Log Message:
  -----------
  Select resampling type from raster properties. Read and write resampling method to project file


  Commit: 76cc2193e39822c9842e4a22623a263e43876d70
      https://github.com/qgis/Quantum-GIS/commit/76cc2193e39822c9842e4a22623a263e43876d70
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-27 (Tue, 27 Dec 2011)

  Changed paths:
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.h
    M src/core/raster/qgsrastertransparency.cpp
    M src/core/raster/qgsrastertransparency.h

  Log Message:
  -----------
  Consider transparency in raster renderer


  Commit: 172a7c8bdbcf0b466a1853355f51809728e11c3f
      https://github.com/qgis/Quantum-GIS/commit/172a7c8bdbcf0b466a1853355f51809728e11c3f
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-28 (Wed, 28 Dec 2011)

  Changed paths:
    M src/core/raster/qgsmultibandcolorrenderer.cpp
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.cpp

  Log Message:
  -----------
  Use raster renderer functions to retrieve data parts for multiband color too


  Commit: cd0348944043437b5c712f23cb2907cdba655b12
      https://github.com/qgis/Quantum-GIS/commit/cd0348944043437b5c712f23cb2907cdba655b12
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-28 (Wed, 28 Dec 2011)

  Changed paths:
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.h

  Log Message:
  -----------
  Invert color flag for raster renderer


  Commit: cb7b812d0e61e60884a8759f47fa90de69019736
      https://github.com/qgis/Quantum-GIS/commit/cb7b812d0e61e60884a8759f47fa90de69019736
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-28 (Wed, 28 Dec 2011)

  Changed paths:
    M src/core/raster/qgsbilinearrasterresampler.cpp

  Log Message:
  -----------
  Fix bilinear resampler


  Commit: bccba1d8217f8937c9fbfebe10ee88058a980a51
      https://github.com/qgis/Quantum-GIS/commit/bccba1d8217f8937c9fbfebe10ee88058a980a51
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-28 (Wed, 28 Dec 2011)

  Changed paths:
    M src/core/raster/qgsbilinearrasterresampler.cpp

  Log Message:
  -----------
  Better handling of edge-cases for bilinear resampler


  Commit: 242134c7932d961dcd455dfe4df72d3f565cc9a1
      https://github.com/qgis/Quantum-GIS/commit/242134c7932d961dcd455dfe4df72d3f565cc9a1
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-28 (Wed, 28 Dec 2011)

  Changed paths:
    M src/core/raster/qgscubicrasterresampler.cpp
    M src/core/raster/qgscubicrasterresampler.h
    M src/core/raster/qgspalettedrasterrenderer.cpp

  Log Message:
  -----------
  Improve handling of corner cases with cubic resampler


  Commit: b33f24f4b81f67e6794f9e920fc98571e3c879b7
      https://github.com/qgis/Quantum-GIS/commit/b33f24f4b81f67e6794f9e920fc98571e3c879b7
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-29 (Thu, 29 Dec 2011)

  Changed paths:
    M src/core/raster/qgsmultibandcolorrenderer.cpp
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.h

  Log Message:
  -----------
  Use different oversampling factors in x and y directions to problems with resampled image size


  Commit: 5344b2a5940f60aeeb483d405d69dbb8a105da7b
      https://github.com/qgis/Quantum-GIS/commit/5344b2a5940f60aeeb483d405d69dbb8a105da7b
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-29 (Thu, 29 Dec 2011)

  Changed paths:
    M src/core/raster/qgsmultibandcolorrenderer.cpp
    M src/core/raster/qgsmultibandcolorrenderer.h
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.h

  Log Message:
  -----------
  Consider invert color flag


  Commit: 2e371eb7913d37b7296a41391757be5f2b972313
      https://github.com/qgis/Quantum-GIS/commit/2e371eb7913d37b7296a41391757be5f2b972313
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-29 (Thu, 29 Dec 2011)

  Changed paths:
    M src/core/raster/qgsmultibandcolorrenderer.cpp
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.cpp

  Log Message:
  -----------
  Use small overlap between adjacent tiles


  Commit: 46aa6c621ecf324ca08ec590c8a9fb0f2764984b
      https://github.com/qgis/Quantum-GIS/commit/46aa6c621ecf324ca08ec590c8a9fb0f2764984b
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-29 (Thu, 29 Dec 2011)

  Changed paths:
    M src/core/CMakeLists.txt
    M src/core/raster/qgsrasterlayer.cpp
    A src/core/raster/qgssinglebandgrayrenderer.cpp
    A src/core/raster/qgssinglebandgrayrenderer.h

  Log Message:
  -----------
  Added single band gray renderer


  Commit: ab26a7f0db2f6828ec8b0cef12541cb1d2bbfe5f
      https://github.com/qgis/Quantum-GIS/commit/ab26a7f0db2f6828ec8b0cef12541cb1d2bbfe5f
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-29 (Thu, 29 Dec 2011)

  Changed paths:
    M src/core/raster/qgsrasterlayer.cpp

  Log Message:
  -----------
  Set contrast enhancement to single band gray renderer


  Commit: 8ea43ae577b8f81ebfd9cfc464a994c47c552bbb
      https://github.com/qgis/Quantum-GIS/commit/8ea43ae577b8f81ebfd9cfc464a994c47c552bbb
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-30 (Fri, 30 Dec 2011)

  Changed paths:
    M src/core/raster/qgsmultibandcolorrenderer.cpp
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.h
    M src/core/raster/qgssinglebandgrayrenderer.cpp

  Log Message:
  -----------
  Provide convenience function to draw image parts for raster renderer


  Commit: dec227f24cfdef84ecdc43223c60d049234d0dac
      https://github.com/qgis/Quantum-GIS/commit/dec227f24cfdef84ecdc43223c60d049234d0dac
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-30 (Fri, 30 Dec 2011)

  Changed paths:
    M src/core/raster/qgsrasterrenderer.cpp

  Log Message:
  -----------
  More pixels per raster part


  Commit: 83f3d75a40cd6b4353fe528b5f1660168285a255
      https://github.com/qgis/Quantum-GIS/commit/83f3d75a40cd6b4353fe528b5f1660168285a255
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-31 (Sat, 31 Dec 2011)

  Changed paths:
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgssinglebandgrayrenderer.cpp

  Log Message:
  -----------
  Fix singlebandgrayrenderer


  Commit: cc9bc5228864ddbb083fbf1fdb5b35ac5429435c
      https://github.com/qgis/Quantum-GIS/commit/cc9bc5228864ddbb083fbf1fdb5b35ac5429435c
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2011-12-31 (Sat, 31 Dec 2011)

  Changed paths:
    M src/core/raster/qgssinglebandgrayrenderer.cpp

  Log Message:
  -----------
  Consider alpha settings in single band gray renderer


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

  Changed paths:
    M src/core/raster/qgsbilinearrasterresampler.cpp
    M src/core/raster/qgscubicrasterresampler.cpp
    M src/core/raster/qgscubicrasterresampler.h

  Log Message:
  -----------
  Consider alpha channel for bilinear and cubic resampling


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

  Changed paths:
    M src/core/CMakeLists.txt
    M src/core/raster/qgsrasterlayer.cpp
    A src/core/raster/qgssinglebandcolordatarenderer.cpp
    A src/core/raster/qgssinglebandcolordatarenderer.h

  Log Message:
  -----------
  Add single band color data renderer


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

  Changed paths:
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.h
    M src/core/raster/qgsrastertransparency.cpp
    M src/core/raster/qgsrastertransparency.h

  Log Message:
  -----------
  Detect if transparency can be ignored for paletted renderer


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

  Changed paths:
    M src/core/raster/qgssinglebandcolordatarenderer.cpp

  Log Message:
  -----------
  More improvements for single band color data


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

  Changed paths:
    M src/core/CMakeLists.txt
    M src/core/raster/qgsrasterlayer.cpp
    A src/core/raster/qgssinglebandpseudocolorrenderer.cpp
    A src/core/raster/qgssinglebandpseudocolorrenderer.h

  Log Message:
  -----------
  Single band pseudo color renderer


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

  Changed paths:
    M src/core/raster/qgsbilinearrasterresampler.cpp
    M src/core/raster/qgsbilinearrasterresampler.h

  Log Message:
  -----------
  Use QImage method for bilinear resampling


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

  Changed paths:
    M src/app/qgsrasterlayerproperties.cpp
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterlayer.h

  Log Message:
  -----------
  Move creation of renderer classes out of drawing loop


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

  Changed paths:
    M src/core/raster/qgsrasterlayer.cpp

  Log Message:
  -----------
  Small fix for single band gray renderer


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

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

  Log Message:
  -----------
  Remove old code in raster layer


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

  Changed paths:
    M src/core/raster/qgsrasterlayer.cpp

  Log Message:
  -----------
  Support for multiband singleband gray


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

  Changed paths:
    M src/core/raster/qgsbilinearrasterresampler.cpp
    M src/core/raster/qgsrasterrenderer.cpp

  Log Message:
  -----------
  Keep image aspect in bilinear resampling, apply oversampling for zoom out


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

  Changed paths:
    M src/app/qgsrasterlayerproperties.cpp
    M src/core/raster/qgsmultibandcolorrenderer.cpp
    M src/core/raster/qgsmultibandcolorrenderer.h
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgspalettedrasterrenderer.h
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterlayer.h
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.h
    M src/core/raster/qgssinglebandcolordatarenderer.cpp
    M src/core/raster/qgssinglebandcolordatarenderer.h
    M src/core/raster/qgssinglebandgrayrenderer.cpp
    M src/core/raster/qgssinglebandgrayrenderer.h
    M src/core/raster/qgssinglebandpseudocolorrenderer.cpp
    M src/core/raster/qgssinglebandpseudocolorrenderer.h
    M src/ui/qgsrasterlayerpropertiesbase.ui

  Log Message:
  -----------
  Possibility to set resampling modes differently for zoomed-in and zoomed-out


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

  Changed paths:
    M src/core/raster/qgsrasterlayer.cpp

  Log Message:
  -----------
  Write resampler types to xml


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

  Changed paths:
    M src/core/raster/qgsrasterlayer.cpp

  Log Message:
  -----------
  Restore resampler from xml


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

  Changed paths:
    M src/core/raster/qgsrasterlayer.cpp

  Log Message:
  -----------
  Consider user defined colors for paletted rasters


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

  Changed paths:
    M src/core/raster/qgsrasterlayer.cpp

  Log Message:
  -----------
  Better array generation for paletted raster renderer


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

  Changed paths:
    M src/core/raster/qgsmultibandcolorrenderer.cpp
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.h
    M src/core/raster/qgssinglebandcolordatarenderer.cpp
    M src/core/raster/qgssinglebandgrayrenderer.cpp
    M src/core/raster/qgssinglebandpseudocolorrenderer.cpp

  Log Message:
  -----------
  Keep raster renderer parts aligned to pixel boundaries of unsampled rasters (to avoid overlaps or white stripes in large prints


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

  Changed paths:
    M src/core/qgsrasterprojector.h
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.h

  Log Message:
  -----------
  Do otf-reprojection directly in raster renderer (much better performance in case of resampling)


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

  Changed paths:
    M src/core/raster/qgsrasterrenderer.cpp

  Log Message:
  -----------
  Added safety check


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

  Changed paths:
    M src/core/raster/qgsmultibandcolorrenderer.cpp
    M src/core/raster/qgsmultibandcolorrenderer.h
    M src/core/raster/qgsrasterlayer.cpp

  Log Message:
  -----------
  Consider contrast enhancement in multiband color renderer


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

  Changed paths:
    M src/core/raster/qgsmultibandcolorrenderer.cpp
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrastertransparency.cpp

  Log Message:
  -----------
  Faster draw for multiband color in case there is no transparency, strech, inversion


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

  Changed paths:
    M src/app/qgsrasterlayerproperties.cpp
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.h
    M src/ui/qgsrasterlayerpropertiesbase.ui

  Log Message:
  -----------
  Expose maxOversampling parameter to user


  Commit: 884de68e3bd6ecd55a843aa94db79072a2de3f4f
      https://github.com/qgis/Quantum-GIS/commit/884de68e3bd6ecd55a843aa94db79072a2de3f4f
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-02-01 (Wed, 01 Feb 2012)

  Changed paths:
    M src/core/CMakeLists.txt
    A src/core/raster/qgsrasterrendererregistry.cpp
    A src/core/raster/qgsrasterrendererregistry.h

  Log Message:
  -----------
  Registry for raster renderers


  Commit: ae2899aea3c2eeb4a9132a5bc46c756e0f70864d
      https://github.com/qgis/Quantum-GIS/commit/ae2899aea3c2eeb4a9132a5bc46c756e0f70864d
  Author: Tim Sutton <tim at linfiniti.com>
  Date:   2012-02-10 (Fri, 10 Feb 2012)

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

  Log Message:
  -----------
  Fix transparency restoration on project load


  Commit: 46ba39082a063eeab67b8e896e5bc5c6f8d98f83
      https://github.com/qgis/Quantum-GIS/commit/46ba39082a063eeab67b8e896e5bc5c6f8d98f83
  Author: Tim Sutton <tim at linfiniti.com>
  Date:   2012-02-11 (Sat, 11 Feb 2012)

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

  Log Message:
  -----------
  Fix transparency restoration on project load


  Commit: 200124916daa2f18f15cbeca175ae36f630deeea
      https://github.com/qgis/Quantum-GIS/commit/200124916daa2f18f15cbeca175ae36f630deeea
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-02-17 (Fri, 17 Feb 2012)

  Changed paths:
    M src/app/CMakeLists.txt
    M src/app/qgsrasterlayerproperties.cpp
    M src/app/qgsrasterlayerproperties.h
    M src/core/raster/qgsmultibandcolorrenderer.cpp
    M src/core/raster/qgsmultibandcolorrenderer.h
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgspalettedrasterrenderer.h
    M src/core/raster/qgsrasterrendererregistry.cpp
    M src/core/raster/qgsrasterrendererregistry.h
    M src/gui/CMakeLists.txt
    A src/gui/raster/qgsmultibandcolorrendererwidget.cpp
    A src/gui/raster/qgsmultibandcolorrendererwidget.h
    A src/gui/raster/qgspalettedrendererwidget.cpp
    A src/gui/raster/qgspalettedrendererwidget.h
    A src/gui/raster/qgsrasterrendererwidget.h
    A src/ui/qgsmultibandcolorrendererwidgetbase.ui
    A src/ui/qgspalettedrendererwidgetbase.ui
    M src/ui/qgsrasterlayerpropertiesbase.ui

  Log Message:
  -----------
  Started widget for multiband color


  Commit: 9b8423e05738dc71a2526d8de9307f285135a12a
      https://github.com/qgis/Quantum-GIS/commit/9b8423e05738dc71a2526d8de9307f285135a12a
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-02-17 (Fri, 17 Feb 2012)

  Log Message:
  -----------
  Merge branch 'raster_resampler' of github.com:mhugent/Quantum-GIS into raster_resampler


  Commit: a14beda830bb1ef2a47d882028861a58d7e4c079
      https://github.com/qgis/Quantum-GIS/commit/a14beda830bb1ef2a47d882028861a58d7e4c079
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-02-20 (Mon, 20 Feb 2012)

  Changed paths:
    M src/app/qgsrasterlayerproperties.cpp
    M src/core/raster/qgsmultibandcolorrenderer.cpp
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.h
    M src/core/raster/qgssinglebandcolordatarenderer.cpp
    M src/core/raster/qgssinglebandcolordatarenderer.h
    M src/core/raster/qgssinglebandgrayrenderer.cpp
    M src/core/raster/qgssinglebandgrayrenderer.h
    M src/core/raster/qgssinglebandpseudocolorrenderer.cpp
    M src/core/raster/qgssinglebandpseudocolorrenderer.h
    M src/ui/qgsmultibandcolorrendererwidgetbase.ui

  Log Message:
  -----------
  Add type name to renderers. Restore the corresponding renderer widget in raster properties


  Commit: 7c7d36a67bdacaa187da66bba84a4698f8321dcf
      https://github.com/qgis/Quantum-GIS/commit/7c7d36a67bdacaa187da66bba84a4698f8321dcf
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-02-22 (Wed, 22 Feb 2012)

  Changed paths:
    M src/app/qgsrasterlayerproperties.cpp
    M src/core/raster/qgsrasterrendererregistry.cpp
    M src/core/raster/qgsrasterrendererregistry.h
    M src/core/raster/qgssinglebandpseudocolorrenderer.cpp
    M src/core/raster/qgssinglebandpseudocolorrenderer.h
    M src/gui/CMakeLists.txt
    A src/gui/raster/qgssinglebandpseudocolorrendererwidget.cpp
    A src/gui/raster/qgssinglebandpseudocolorrendererwidget.h
    A src/ui/qgssinglebandpseudocolorrendererwidgetbase.ui

  Log Message:
  -----------
  Started renderer dialog for singleband pseudocolor


  Commit: 3c3b77b36ee8b17bae3a8a5cbe9fa06254d3510c
      https://github.com/qgis/Quantum-GIS/commit/3c3b77b36ee8b17bae3a8a5cbe9fa06254d3510c
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-02-22 (Wed, 22 Feb 2012)

  Changed paths:
    M src/core/raster/qgssinglebandpseudocolorrenderer.h
    M src/gui/raster/qgssinglebandpseudocolorrendererwidget.cpp

  Log Message:
  -----------
  Restore properties in singleband pseudo color dialog


  Commit: a4f4f05f01ca412bf39f0b8a50537e674f827eb9
      https://github.com/qgis/Quantum-GIS/commit/a4f4f05f01ca412bf39f0b8a50537e674f827eb9
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-02-23 (Thu, 23 Feb 2012)

  Changed paths:
    M src/gui/raster/qgssinglebandpseudocolorrendererwidget.cpp
    M src/gui/raster/qgssinglebandpseudocolorrendererwidget.h
    M src/ui/qgssinglebandpseudocolorrendererwidgetbase.ui

  Log Message:
  -----------
  Load / save functions for single band pseudocolor


  Commit: 8d415e5c080c6904cce55cf71c424277f52593c4
      https://github.com/qgis/Quantum-GIS/commit/8d415e5c080c6904cce55cf71c424277f52593c4
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-03-05 (Mon, 05 Mar 2012)

  Changed paths:
    M src/app/qgsrasterlayerproperties.cpp
    M src/core/raster/qgsrasterrendererregistry.cpp
    M src/gui/CMakeLists.txt
    A src/gui/raster/qgssinglebandgrayrendererwidget.cpp
    A src/gui/raster/qgssinglebandgrayrendererwidget.h
    A src/ui/qgssinglebandgrayrendererwidgetbase.ui

  Log Message:
  -----------
  Add widget for single band gray raster renderer


  Commit: 579ccb30aed58317bc27df6ec4f39c6b094c1864
      https://github.com/qgis/Quantum-GIS/commit/579ccb30aed58317bc27df6ec4f39c6b094c1864
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-03-05 (Mon, 05 Mar 2012)

  Changed paths:
    M src/gui/raster/qgssinglebandgrayrendererwidget.cpp

  Log Message:
  -----------
  Fill comboboxes in single band gray widget


  Commit: c7d284d2caabcb3b83b6e0a64953963150ce35d1
      https://github.com/qgis/Quantum-GIS/commit/c7d284d2caabcb3b83b6e0a64953963150ce35d1
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-03-11 (Sun, 11 Mar 2012)

  Changed paths:
    M src/core/raster/qgssinglebandgrayrenderer.cpp
    M src/core/raster/qgssinglebandgrayrenderer.h
    M src/gui/raster/qgssinglebandgrayrendererwidget.cpp

  Log Message:
  -----------
  Completed single band gray widget


  Commit: 267c1e274e5aec04c8226943c74b83f71dd1eaf9
      https://github.com/qgis/Quantum-GIS/commit/267c1e274e5aec04c8226943c74b83f71dd1eaf9
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-03-13 (Tue, 13 Mar 2012)

  Changed paths:
    M src/core/raster/qgsrasterlayer.cpp
    M src/gui/raster/qgssinglebandgrayrendererwidget.cpp
    M src/gui/raster/qgssinglebandgrayrendererwidget.h
    M src/ui/qgssinglebandgrayrendererwidgetbase.ui

  Log Message:
  -----------
  Improvements to single band gray renderer widget


  Commit: de15835247ebd0bdf055fe89868938a52add726e
      https://github.com/qgis/Quantum-GIS/commit/de15835247ebd0bdf055fe89868938a52add726e
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-03-14 (Wed, 14 Mar 2012)

  Changed paths:
    M src/core/raster/qgsmultibandcolorrenderer.cpp
    M src/core/raster/qgsmultibandcolorrenderer.h
    M src/core/raster/qgsrasterlayer.cpp
    M src/gui/raster/qgsmultibandcolorrendererwidget.cpp
    M src/gui/raster/qgsmultibandcolorrendererwidget.h
    M src/gui/raster/qgssinglebandgrayrendererwidget.cpp
    M src/ui/qgsmultibandcolorrendererwidgetbase.ui

  Log Message:
  -----------
  Contrast enhancement functions for multiband color renderer widget


  Commit: 748d8575583ae05ef9aa2ca9452f7bfd0d990467
      https://github.com/qgis/Quantum-GIS/commit/748d8575583ae05ef9aa2ca9452f7bfd0d990467
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-03-16 (Fri, 16 Mar 2012)

  Changed paths:
    M src/gui/raster/qgsmultibandcolorrendererwidget.cpp
    M src/gui/raster/qgsmultibandcolorrendererwidget.h

  Log Message:
  -----------
  Improve multiband color widget


  Commit: a1eca86194a88c9f0d95337ba0d94a784abc98ef
      https://github.com/qgis/Quantum-GIS/commit/a1eca86194a88c9f0d95337ba0d94a784abc98ef
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-03-23 (Fri, 23 Mar 2012)

  Changed paths:
    M src/app/qgsrasterlayerproperties.cpp
    M src/app/qgsrasterlayerproperties.h
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.h
    M src/ui/qgsrasterlayerpropertiesbase.ui

  Log Message:
  -----------
  Clean up raster properties dialog


  Commit: ee06512ba35522fe1ac6a6e2940fbd85a4eb25e0
      https://github.com/qgis/Quantum-GIS/commit/ee06512ba35522fe1ac6a6e2940fbd85a4eb25e0
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-03-24 (Sat, 24 Mar 2012)

  Changed paths:
    M src/app/qgsrasterlayerproperties.cpp
    M src/core/raster/qgsrasterlayer.cpp

  Log Message:
  -----------
  Fix initialisation of transparency list


  Commit: e3ce0338fe06a7c2257d866902c0dd27d20fbc5e
      https://github.com/qgis/Quantum-GIS/commit/e3ce0338fe06a7c2257d866902c0dd27d20fbc5e
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-03-24 (Sat, 24 Mar 2012)

  Changed paths:
    M src/app/qgsrasterlayerproperties.cpp
    M src/core/raster/qgsrasterrendererregistry.cpp

  Log Message:
  -----------
  Add 0 pointer for renderer widget in case of singleband data


  Commit: 99c7a81a42fa4c351a6ce1919091c32271f050c1
      https://github.com/qgis/Quantum-GIS/commit/99c7a81a42fa4c351a6ce1919091c32271f050c1
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-03-24 (Sat, 24 Mar 2012)

  Changed paths:
    M src/app/qgsrasterlayerproperties.cpp

  Log Message:
  -----------
  Fix restoring of transparent slider


  Commit: 1e2215a9138cb3545c68e777b18f5e3aa6ac1459
      https://github.com/qgis/Quantum-GIS/commit/1e2215a9138cb3545c68e777b18f5e3aa6ac1459
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-03-26 (Mon, 26 Mar 2012)

  Changed paths:
    M src/core/raster/qgsmultibandcolorrenderer.cpp
    M src/core/raster/qgsmultibandcolorrenderer.h
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgspalettedrasterrenderer.h
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.h
    M src/core/raster/qgsrastertransparency.cpp
    M src/core/raster/qgsrastertransparency.h
    M src/core/raster/qgssinglebandcolordatarenderer.cpp
    M src/core/raster/qgssinglebandcolordatarenderer.h
    M src/core/raster/qgssinglebandgrayrenderer.cpp
    M src/core/raster/qgssinglebandgrayrenderer.h
    M src/core/raster/qgssinglebandpseudocolorrenderer.cpp
    M src/core/raster/qgssinglebandpseudocolorrenderer.h

  Log Message:
  -----------
  Add writeXML method for renderers (needs still to be implemented for most types)


  Commit: fbd944c24aa0196661ecb850b243f7b11ac88c2a
      https://github.com/qgis/Quantum-GIS/commit/fbd944c24aa0196661ecb850b243f7b11ac88c2a
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-03-27 (Tue, 27 Mar 2012)

  Changed paths:
    M src/app/qgsrasterlayerproperties.cpp
    M src/core/raster/qgsmultibandcolorrenderer.cpp
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/ui/qgsrasterlayerpropertiesbase.ui

  Log Message:
  -----------
  Fix transparency band in raster layer props, start implementing writeXML methods of renderers


  Commit: 0bd0c06087400f0960a1cdd82caa8b6ce24ff9ff
      https://github.com/qgis/Quantum-GIS/commit/0bd0c06087400f0960a1cdd82caa8b6ce24ff9ff
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-03-28 (Wed, 28 Mar 2012)

  Changed paths:
    M src/core/raster/qgscontrastenhancement.cpp
    M src/core/raster/qgscontrastenhancement.h
    M src/core/raster/qgsmultibandcolorrenderer.cpp

  Log Message:
  -----------
  WriteXML method for multiband color renderer


  Commit: 19eb9def5328175272c78451ee32c81e4f6696c0
      https://github.com/qgis/Quantum-GIS/commit/19eb9def5328175272c78451ee32c81e4f6696c0
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-03-29 (Thu, 29 Mar 2012)

  Changed paths:
    M src/core/raster/qgssinglebandgrayrenderer.cpp

  Log Message:
  -----------
  Implement writeXML method for singleband gray renderer


  Commit: 6d593554e63bf759051bf52b0241cb3620ba9fcb
      https://github.com/qgis/Quantum-GIS/commit/6d593554e63bf759051bf52b0241cb3620ba9fcb
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-03-30 (Fri, 30 Mar 2012)

  Changed paths:
    M src/core/raster/qgssinglebandcolordatarenderer.cpp

  Log Message:
  -----------
  Implement writeXML method for single band data renderer


  Commit: b9d4b6d1573f0216e2a2dbfa49c196395431cc82
      https://github.com/qgis/Quantum-GIS/commit/b9d4b6d1573f0216e2a2dbfa49c196395431cc82
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-03-31 (Sat, 31 Mar 2012)

  Changed paths:
    M src/core/raster/qgssinglebandpseudocolorrenderer.cpp

  Log Message:
  -----------
  writeXML method for single band pseudo color renderer


  Commit: 180c4fbc768f1bff951adc2229ac94a289fec9fe
      https://github.com/qgis/Quantum-GIS/commit/180c4fbc768f1bff951adc2229ac94a289fec9fe
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-01 (Sun, 01 Apr 2012)

  Changed paths:
    M src/core/raster/qgsrastershader.cpp
    M src/core/raster/qgsrastershader.h
    M src/core/raster/qgssinglebandpseudocolorrenderer.cpp

  Log Message:
  -----------
  writeXML for single band pseudo color renderer


  Commit: 7a43e450094a5a33b25f1d18b0f3f886a6d9f922
      https://github.com/qgis/Quantum-GIS/commit/7a43e450094a5a33b25f1d18b0f3f886a6d9f922
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-01 (Sun, 01 Apr 2012)

  Changed paths:
    M src/app/qgsrasterlayerproperties.cpp
    M src/core/raster/qgsmultibandcolorrenderer.cpp
    M src/core/raster/qgsmultibandcolorrenderer.h
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgspalettedrasterrenderer.h
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterrenderer.cpp
    M src/core/raster/qgsrasterrenderer.h
    M src/core/raster/qgsrasterrendererregistry.h
    M src/core/raster/qgsrastertransparency.cpp
    M src/core/raster/qgsrastertransparency.h
    M src/core/raster/qgssinglebandcolordatarenderer.cpp
    M src/core/raster/qgssinglebandcolordatarenderer.h
    M src/core/raster/qgssinglebandgrayrenderer.cpp
    M src/core/raster/qgssinglebandgrayrenderer.h
    M src/core/raster/qgssinglebandpseudocolorrenderer.cpp
    M src/core/raster/qgssinglebandpseudocolorrenderer.h

  Log Message:
  -----------
  Implement readXML for paletted raster renderer


  Commit: f1a742c151b36b66d0f8a266f47b02739fc45e3e
      https://github.com/qgis/Quantum-GIS/commit/f1a742c151b36b66d0f8a266f47b02739fc45e3e
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-03 (Tue, 03 Apr 2012)

  Changed paths:
    M src/core/raster/qgscontrastenhancement.cpp
    M src/core/raster/qgscontrastenhancement.h
    M src/core/raster/qgsmultibandcolorrenderer.cpp

  Log Message:
  -----------
  Implement readXML for multiband color renderer


  Commit: 180263062b80a367147124cd9f7f7a6cbaf81e52
      https://github.com/qgis/Quantum-GIS/commit/180263062b80a367147124cd9f7f7a6cbaf81e52
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-03 (Tue, 03 Apr 2012)

  Changed paths:
    M src/core/raster/qgssinglebandcolordatarenderer.cpp

  Log Message:
  -----------
  Implement readXML for singleband color data renderer


  Commit: a6eaf71c7caccb4e7854abf88b0072bae0994b3c
      https://github.com/qgis/Quantum-GIS/commit/a6eaf71c7caccb4e7854abf88b0072bae0994b3c
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-03 (Tue, 03 Apr 2012)

  Changed paths:
    M src/core/raster/qgscontrastenhancement.cpp
    M src/core/raster/qgssinglebandgrayrenderer.cpp

  Log Message:
  -----------
  Implement readXML for singleband gray renderer


  Commit: 4da0c038b9c78739eea5563276c2f663c373dac6
      https://github.com/qgis/Quantum-GIS/commit/4da0c038b9c78739eea5563276c2f663c373dac6
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-03 (Tue, 03 Apr 2012)

  Changed paths:
    M src/core/raster/qgsrastershader.cpp
    M src/core/raster/qgsrastershader.h
    M src/core/raster/qgssinglebandpseudocolorrenderer.cpp

  Log Message:
  -----------
  Implement readXML for singleband pseudo color


  Commit: 1f90bc63865ac699094dc6f54720549ec8b9c941
      https://github.com/qgis/Quantum-GIS/commit/1f90bc63865ac699094dc6f54720549ec8b9c941
  Author: Tim Sutton <tim at linfiniti.com>
  Date:   2012-04-12 (Thu, 12 Apr 2012)

  Changed paths:
    M CMakeLists.txt
    M INSTALL
    M cmake/FindProj.cmake
    A cmake/FindQtMobility.cmake
    M cmake/MacBundleMacros.cmake
    M cmake/SIPMacros.cmake
    M cmake_templates/qgsconfig.h.in
    M debian/changelog
    R debian/compat.hardy
    R debian/compat.intrepid
    R debian/compat.jaunty
    R debian/compat.karmic
    A debian/compat.precise
    M debian/compat.sid
    A debian/compat.wheezy
    R debian/control.hardy
    R debian/control.intrepid
    R debian/control.jaunty
    R debian/control.karmic
    A debian/control.precise
    M debian/control.sid
    M debian/control.squeeze
    A debian/control.wheezy
    M debian/copyright
    M debian/libqgis{QGIS_ABI}.lintian-overrides
    A debian/qbrowser.desktop
    A debian/qgis-providers-common.postinst
    M debian/qgis-providers.install
    M debian/qgis.desktop
    M debian/qgis.install
    M debian/rules
    M doc/AUTHORS
    M doc/CODING.t2t
    M doc/CONTRIBUTORS
    M doc/INSTALL.html
    M doc/TRANSLATORS
    M doc/osx.t2t
    M doc/style.css
    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
    A 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
    M images/images.qrc
    A images/themes/classic/mActionTouch.png
    M images/themes/default/CMakeLists.txt
    A images/themes/default/mActionAddMssqlLayer.png
    A images/themes/default/mActionOffsetCurve.png
    A images/themes/default/mActionPanToSelected.png
    A images/themes/default/mActionTouch.png
    A images/themes/default/mIconConnect.png
    A images/themes/default/mIconDbSchema.png
    A images/themes/default/mIconFavourites.png
    A images/themes/default/mIconMssql.png
    A images/themes/default/mIconPostgis.png
    A images/themes/default/mIconRaster.png
    A images/themes/default/mIconSpatialite.png
    A images/themes/default/mIconWarn.png
    A images/themes/default/mIconWfs.png
    A images/themes/default/propertyicons/gdal.png
    R images/themes/default/propertyicons/gdal.png
    A images/themes/gis/mActionPanToSelected.png
    A images/themes/gis/mActionTouch.png
    A images/themes/gis/mIconMssql.png
    M mac/CMakeLists.txt
    A mac/cmake/1osg.cmake.in
    M mac/cmake/1qt.cmake.in
    M mac/cmake/2lib.cmake.in
    M ms-windows/osgeo4w/package-nightly.cmd
    M ms-windows/osgeo4w/package.cmd
    M ms-windows/osgeo4w/qgis.bat.tmpl
    M ms-windows/python_plugins.nsh
    M python/CMakeLists.txt
    M python/analysis/analysis.sip
    M python/analysis/network/qgsgraphanalyzer.sip
    M python/analysis/qgsgeometryanalyzer.sip
    M python/core/conversions.sip
    M python/core/core.sip
    M python/core/qgis.sip
    M python/core/qgscomposeritem.sip
    M python/core/qgscomposerlabel.sip
    M python/core/qgscomposershape.sip
    M python/core/qgscomposition.sip
    M python/core/qgscoordinatereferencesystem.sip
    M python/core/qgscoordinatetransform.sip
    A python/core/qgsexception.sip
    M python/core/qgsexpression.sip
    M python/core/qgsfeature.sip
    A python/core/qgsgpsconnection.sip
    A python/core/qgsgpsconnectionregistry.sip
    A python/core/qgsgpsdconnection.sip
    A python/core/qgsgpsdetector.sip
    M python/core/qgsmaplayer.sip
    M python/core/qgsmaplayerregistry.sip
    M python/core/qgsmessagelog.sip
    M python/core/qgsnetworkaccessmanager.sip
    A python/core/qgsnmeaconnection.sip
    M python/core/qgsrect.sip
    M python/core/qgsvectordataprovider.sip
    M python/core/qgsvectorlayer.sip
    M python/core/symbology-ng-core.sip
    M python/gui/gui.sip
    M python/gui/qgisinterface.sip
    M python/gui/qgscomposerview.sip
    M python/gui/qgsgenericprojectionselector.sip
    M python/gui/qgsmapcanvas.sip
    A python/gui/qgsscalecombobox.sip
    M python/gui/symbology-ng-gui.sip
    M python/plugins/GdalTools/GdalTools.py
    M python/plugins/GdalTools/__init__.py
    M python/plugins/GdalTools/tools/dialogSRS.py
    M python/plugins/GdalTools/tools/doBuildVRT.py
    M python/plugins/GdalTools/tools/doClipper.py
    M python/plugins/GdalTools/tools/doExtractProj.py
    M python/plugins/GdalTools/tools/doMerge.py
    M python/plugins/GdalTools/tools/doProjection.py
    M python/plugins/GdalTools/tools/doTranslate.py
    M python/plugins/GdalTools/tools/doWarp.py
    M python/plugins/GdalTools/tools/widgetBatchBase.py
    M python/plugins/GdalTools/tools/widgetBuildVRT.ui
    M python/plugins/GdalTools/tools/widgetMerge.ui
    M python/plugins/GdalTools/tools/widgetPluginBase.py
    M python/plugins/fTools/__init__.py
    M python/plugins/fTools/fTools.py
    A python/plugins/fTools/icons/gis/merge_shapes.png
    M python/plugins/fTools/resources.qrc
    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/fTools/tools/frmGeometry.ui
    M python/plugins/fTools/tools/frmVectorGrid.ui
    M python/plugins/mapserver_export/__init__.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/OsmPlugin.py
    M python/plugins/osm/OsmSaveDlg.py
    M python/plugins/osm/OsmUploadDlg.py
    M python/plugins/osm/__init__.py
    M python/plugins/plugin_installer/__init__.py
    M python/plugins/plugin_installer/installer_gui.py
    M python/plugins/plugin_installer/installer_plugin.py
    M python/pyspatialite/CMakeLists.txt
    M qbrowser.1
    M qgis.1
    A resources/context_help/HeatmapGui-de_DE
    A resources/context_help/HeatmapGui-en_US
    M resources/context_help/QgsFieldCalculator-en_US
    A resources/context_help/QgsFieldCalculator-ru_RU
    M resources/context_help/QgsVectorLayerProperties-en_US
    A resources/function_help/Conversions-de_DE
    A resources/function_help/Conversions-en_US
    A resources/function_help/Field-de_DE
    A resources/function_help/Field-en_US
    A resources/function_help/Fields and Values-de_DE	
    A resources/function_help/Fields and Values-en_US	
    A resources/function_help/Geometry-de_DE
    A resources/function_help/Geometry-en_US
    A resources/function_help/Math-de_DE
    A resources/function_help/Math-en_US
    A resources/function_help/Operators-de_DE
    A resources/function_help/Operators-en_US
    A resources/function_help/Record-de_DE
    A resources/function_help/Record-en_US
    A resources/function_help/String-de_DE
    A resources/function_help/String-en_US
    M resources/srs.db
    M scripts/astyle-all.sh
    M scripts/chkspelling.sh
    A scripts/remove_git_confict_files.sh
    R scripts/remove_svn_conflict_files.sh
    M scripts/spelling.dat
    M scripts/tsstat.pl
    M src/CMakeLists.txt
    M src/analysis/CMakeLists.txt
    M src/analysis/interpolation/ParametricLine.cc
    M src/analysis/interpolation/TriDecorator.h
    M src/analysis/network/qgsgraphanalyzer.cpp
    M src/analysis/network/qgsgraphanalyzer.h
    M src/analysis/raster/qgsaspectfilter.h
    M src/analysis/raster/qgsderivativefilter.cpp
    A src/analysis/raster/qgshillshadefilter.cpp
    A src/analysis/raster/qgshillshadefilter.h
    M src/analysis/raster/qgsninecellfilter.cpp
    M src/analysis/raster/qgsninecellfilter.h
    M src/analysis/raster/qgsrastercalcparser.yy
    A src/analysis/raster/qgsrelief.cpp
    A src/analysis/raster/qgsrelief.h
    M src/analysis/raster/qgsruggednessfilter.h
    M src/analysis/raster/qgsslopefilter.h
    M src/analysis/vector/qgsgeometryanalyzer.cpp
    M src/analysis/vector/qgsgeometryanalyzer.h
    M src/analysis/vector/qgszonalstatistics.cpp
    M src/app/CMakeLists.txt
    R src/app/attributetable/qgsattributetabledialog.cpp
    R src/app/attributetable/qgsattributetabledialog.h
    M src/app/composer/qgscomposer.cpp
    M src/app/composer/qgscomposer.h
    M src/app/composer/qgscomposeritemwidget.cpp
    M src/app/composer/qgscomposerlabelwidget.cpp
    M src/app/composer/qgscomposerlegendwidget.cpp
    M src/app/composer/qgscomposerlegendwidget.h
    M src/app/composer/qgscomposermanager.cpp
    M src/app/composer/qgscomposermapwidget.cpp
    M src/app/composer/qgscomposermapwidget.h
    M src/app/composer/qgscomposerpicturewidget.cpp
    M src/app/composer/qgscomposerpicturewidget.h
    M src/app/gps/qgsgpsinformationwidget.cpp
    M src/app/legend/qgsapplegendinterface.cpp
    M src/app/legend/qgslegend.cpp
    M src/app/legend/qgslegend.h
    M src/app/legend/qgslegendlayer.cpp
    M src/app/main.cpp
    A src/app/nodetool/qgsmaptoolnodetool.cpp
    A src/app/nodetool/qgsmaptoolnodetool.h
    A src/app/nodetool/qgsselectedfeature.cpp
    A src/app/nodetool/qgsselectedfeature.h
    A src/app/nodetool/qgsvertexentry.cpp
    A src/app/nodetool/qgsvertexentry.h
    M src/app/ogr/qgsnewogrconnection.cpp
    M src/app/ogr/qgsogrhelperfunctions.cpp
    M src/app/ogr/qgsogrsublayersdialog.cpp
    M src/app/ogr/qgsopenvectorlayerdialog.cpp
    M src/app/ogr/qgsvectorlayersaveasdialog.cpp
    M src/app/ogr/qgsvectorlayersaveasdialog.h
    M src/app/qgisapp.cpp
    M src/app/qgisapp.h
    M src/app/qgisappinterface.cpp
    M src/app/qgisappinterface.h
    M src/app/qgsabout.cpp
    M src/app/qgsabout.h
    M src/app/qgsaddattrdialog.cpp
    M src/app/qgsaddattrdialog.h
    M src/app/qgsattributeactiondialog.cpp
    M src/app/qgsattributeactiondialog.h
    A src/app/qgsattributetabledialog.cpp
    A src/app/qgsattributetabledialog.h
    M src/app/qgsattributetypedialog.cpp
    R src/app/qgsbookmarkitem.cpp
    R src/app/qgsbookmarkitem.h
    M src/app/qgsbookmarks.cpp
    M src/app/qgsbookmarks.h
    M src/app/qgsbrowserdockwidget.cpp
    M src/app/qgsbrowserdockwidget.h
    M src/app/qgsclipboard.cpp
    M src/app/qgsclipboard.h
    M src/app/qgsconfigureshortcutsdialog.cpp
    M src/app/qgscustomization.cpp
    M src/app/qgscustomization.h
    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/qgsfeatureaction.cpp
    M src/app/qgsfeatureaction.h
    M src/app/qgsfieldcalculator.cpp
    M src/app/qgsfieldcalculator.h
    M src/app/qgshighlight.cpp
    M src/app/qgsidentifyresults.cpp
    M src/app/qgslabelinggui.cpp
    M src/app/qgslabelpreview.h
    M src/app/qgsmaptooladdfeature.cpp
    M src/app/qgsmaptooladdpart.cpp
    M src/app/qgsmaptoolcapture.cpp
    M src/app/qgsmaptoolcapture.h
    A src/app/qgsmaptoolfeatureaction.cpp
    A src/app/qgsmaptoolfeatureaction.h
    M src/app/qgsmaptoolidentify.cpp
    M src/app/qgsmaptoolmovefeature.cpp
    R src/app/qgsmaptoolnodetool.cpp
    R src/app/qgsmaptoolnodetool.h
    A src/app/qgsmaptooloffsetcurve.cpp
    A src/app/qgsmaptooloffsetcurve.h
    M src/app/qgsmaptoolrotatepointsymbols.cpp
    M src/app/qgsmaptoolrotatepointsymbols.h
    M src/app/qgsmergeattributesdialog.cpp
    A src/app/qgsnewspatialitelayerdialog.cpp
    A src/app/qgsnewspatialitelayerdialog.h
    M src/app/qgsoptions.cpp
    M src/app/qgsoptions.h
    M src/app/qgspluginitem.cpp
    M src/app/qgspluginitem.h
    M src/app/qgspluginmanager.cpp
    M src/app/qgspluginregistry.cpp
    M src/app/qgsprojectproperties.cpp
    M src/app/qgsprojectproperties.h
    M src/app/qgsrastercalcdialog.cpp
    M src/app/qgsrasterlayerproperties.cpp
    M src/app/qgssinglesymboldialog.cpp
    M src/app/qgssnappingdialog.cpp
    M src/app/qgssnappingdialog.h
    M src/app/qgssponsors.cpp
    M src/app/qgssponsors.h
    M src/app/qgstipfactory.cpp
    M src/app/qgsundowidget.cpp
    M src/app/qgsvectorlayerproperties.cpp
    M src/app/qgsvectorlayerproperties.h
    R src/app/spatialite/qgsnewspatialitelayerdialog.cpp
    R src/app/spatialite/qgsnewspatialitelayerdialog.h
    R src/app/spatialite/qgsspatialitesridsdialog.cpp
    R src/app/spatialite/qgsspatialitesridsdialog.h
    M src/browser/qgsbrowser.cpp
    M src/core/CMakeLists.txt
    M src/core/composer/qgscomposeritem.h
    M src/core/composer/qgscomposeritemcommand.h
    M src/core/composer/qgscomposerlabel.h
    M src/core/composer/qgscomposerlegend.cpp
    M src/core/composer/qgscomposerlegend.h
    M src/core/composer/qgscomposermap.cpp
    M src/core/composer/qgscomposermap.h
    M src/core/composer/qgscomposition.cpp
    M src/core/composer/qgscomposition.h
    M src/core/gps/qextserialport/qextserialenumerator.cpp
    M src/core/gps/qgsgpsconnection.cpp
    M src/core/gps/qgsgpsconnection.h
    M src/core/gps/qgsgpsconnectionregistry.cpp
    M src/core/gps/qgsgpsconnectionregistry.h
    M src/core/gps/qgsgpsdconnection.cpp
    M src/core/gps/qgsgpsdetector.cpp
    R src/core/gps/qgsgpstrackerthread.cpp
    R src/core/gps/qgsgpstrackerthread.h
    A src/core/gps/qgsqtlocationconnection.cpp
    A src/core/gps/qgsqtlocationconnection.h
    M src/core/pal/hashtable.hpp
    M src/core/qgis.h
    M src/core/qgsapplication.cpp
    M src/core/qgsapplication.h
    M src/core/qgsattributeaction.cpp
    M src/core/qgsattributeaction.h
    M src/core/qgsbrowsermodel.cpp
    M src/core/qgscoordinatereferencesystem.cpp
    M src/core/qgscoordinatereferencesystem.h
    M src/core/qgscoordinatetransform.cpp
    M src/core/qgsdataitem.cpp
    M src/core/qgsdataitem.h
    M src/core/qgsdataprovider.h
    M src/core/qgsdatasourceuri.cpp
    M src/core/qgsdatasourceuri.h
    R src/core/qgsdbtablemodel.cpp
    R src/core/qgsdbtablemodel.h
    M src/core/qgsdiagram.h
    M src/core/qgsdistancearea.cpp
    M src/core/qgsexpression.cpp
    M src/core/qgsexpression.h
    M src/core/qgsexpressionlexer.ll
    M src/core/qgsexpressionparser.yy
    M src/core/qgsgeometry.cpp
    M src/core/qgsgeometry.h
    A src/core/qgsgeometryvalidator.cpp
    A src/core/qgsgeometryvalidator.h
    M src/core/qgslabel.cpp
    M src/core/qgslogger.cpp
    M src/core/qgslogger.h
    M src/core/qgsmaplayer.cpp
    M src/core/qgsmaplayer.h
    M src/core/qgsmaplayerregistry.cpp
    M src/core/qgsmaplayerregistry.h
    M src/core/qgsmaprenderer.cpp
    M src/core/qgsmaprenderer.h
    M src/core/qgsmaptopixel.h
    M src/core/qgsmessagelog.cpp
    M src/core/qgsmessagelog.h
    M src/core/qgspallabeling.cpp
    M src/core/qgspallabeling.h
    M src/core/qgspluginlayerregistry.cpp
    M src/core/qgspoint.cpp
    M src/core/qgsproject.cpp
    M src/core/qgsrasterdataprovider.cpp
    M src/core/qgsrectangle.cpp
    M src/core/qgsrectangle.h
    M src/core/qgssearchstringparser.yy
    M src/core/qgsvectordataprovider.cpp
    M src/core/qgsvectorfilewriter.cpp
    M src/core/qgsvectorlayer.cpp
    M src/core/qgsvectorlayer.h
    M src/core/qgsvectorlayerimport.cpp
    M src/core/qgsvectorlayerimport.h
    M src/core/raster/qgscolorrampshader.cpp
    M src/core/raster/qgscolorrampshader.h
    M src/core/raster/qgscubicrasterresampler.cpp
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterlayer.h
    M src/core/renderer/qgsgraduatedsymbolrenderer.cpp
    M src/core/spatialite/spatialite.c
    M src/core/symbology-ng/qgscategorizedsymbolrendererv2.cpp
    M src/core/symbology-ng/qgscategorizedsymbolrendererv2.h
    M src/core/symbology-ng/qgsellipsesymbollayerv2.cpp
    M src/core/symbology-ng/qgsellipsesymbollayerv2.h
    M src/core/symbology-ng/qgsfillsymbollayerv2.cpp
    M src/core/symbology-ng/qgsfillsymbollayerv2.h
    M src/core/symbology-ng/qgsgraduatedsymbolrendererv2.cpp
    M src/core/symbology-ng/qgsgraduatedsymbolrendererv2.h
    M src/core/symbology-ng/qgslinesymbollayerv2.cpp
    M src/core/symbology-ng/qgslinesymbollayerv2.h
    M src/core/symbology-ng/qgsmarkersymbollayerv2.cpp
    M src/core/symbology-ng/qgsmarkersymbollayerv2.h
    M src/core/symbology-ng/qgspointdisplacementrenderer.cpp
    M src/core/symbology-ng/qgspointdisplacementrenderer.h
    M src/core/symbology-ng/qgsrendererv2.cpp
    M src/core/symbology-ng/qgsrendererv2.h
    M src/core/symbology-ng/qgsrendererv2registry.cpp
    M src/core/symbology-ng/qgsrendererv2registry.h
    M src/core/symbology-ng/qgsrulebasedrendererv2.cpp
    M src/core/symbology-ng/qgsrulebasedrendererv2.h
    M src/core/symbology-ng/qgssinglesymbolrendererv2.cpp
    M src/core/symbology-ng/qgssinglesymbolrendererv2.h
    M src/core/symbology-ng/qgssvgcache.cpp
    M src/core/symbology-ng/qgssymbollayerv2.cpp
    M src/core/symbology-ng/qgssymbollayerv2.h
    M src/core/symbology-ng/qgssymbollayerv2registry.cpp
    M src/core/symbology-ng/qgssymbollayerv2registry.h
    M src/core/symbology-ng/qgssymbollayerv2utils.cpp
    M src/core/symbology-ng/qgssymbollayerv2utils.h
    M src/core/symbology-ng/qgssymbolv2.cpp
    M src/core/symbology-ng/qgssymbolv2.h
    M src/core/symbology-ng/qgsvectorfieldsymbollayer.cpp
    M src/core/symbology-ng/qgsvectorfieldsymbollayer.h
    M src/gui/CMakeLists.txt
    M src/gui/attributetable/qgsattributetablefiltermodel.h
    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
    M src/gui/qgisgui.cpp
    M src/gui/qgisinterface.h
    M src/gui/qgsattributeeditor.cpp
    M src/gui/qgscomposerview.cpp
    M src/gui/qgscomposerview.h
    M src/gui/qgsdetaileditemdata.cpp
    M src/gui/qgsdetaileditemdata.h
    M src/gui/qgsdetaileditemdelegate.cpp
    M src/gui/qgsdetaileditemdelegate.h
    M src/gui/qgsdetaileditemwidget.cpp
    M src/gui/qgsencodingfiledialog.cpp
    M src/gui/qgsexpressionbuilderdialog.cpp
    M src/gui/qgsexpressionbuilderdialog.h
    M src/gui/qgsexpressionbuilderwidget.cpp
    M src/gui/qgsexpressionbuilderwidget.h
    A src/gui/qgsexpressionhighlighter.cpp
    A src/gui/qgsexpressionhighlighter.h
    M src/gui/qgsfieldvalidator.cpp
    M src/gui/qgsgenericprojectionselector.cpp
    M src/gui/qgslegendinterface.h
    M src/gui/qgsmanageconnectionsdialog.cpp
    M src/gui/qgsmanageconnectionsdialog.h
    M src/gui/qgsmapcanvas.cpp
    M src/gui/qgsmapcanvas.h
    M src/gui/qgsmapcanvassnapper.h
    M src/gui/qgsmaptool.cpp
    M src/gui/qgsmaptool.h
    A src/gui/qgsmaptooltouch.cpp
    A src/gui/qgsmaptooltouch.h
    M src/gui/qgsmessagelogviewer.cpp
    M src/gui/qgsmessagelogviewer.h
    M src/gui/qgsnewhttpconnection.cpp
    M src/gui/qgsnewhttpconnection.h
    M src/gui/qgsnewvectorlayerdialog.cpp
    M src/gui/qgsprojectionselector.cpp
    M src/gui/qgsprojectionselector.h
    M src/gui/qgsquerybuilder.cpp
    A src/gui/qgsscalecombobox.cpp
    A src/gui/qgsscalecombobox.h
    M src/gui/qgssearchquerybuilder.cpp
    M src/gui/symbology-ng/qgscategorizedsymbolrendererv2widget.cpp
    M src/gui/symbology-ng/qgscategorizedsymbolrendererv2widget.h
    M src/gui/symbology-ng/qgsgraduatedsymbolrendererv2widget.cpp
    M src/gui/symbology-ng/qgsgraduatedsymbolrendererv2widget.h
    M src/gui/symbology-ng/qgsrendererv2propertiesdialog.cpp
    M src/gui/symbology-ng/qgsrendererv2propertiesdialog.h
    M src/gui/symbology-ng/qgsrendererv2widget.cpp
    M src/gui/symbology-ng/qgsrendererv2widget.h
    M src/gui/symbology-ng/qgsrulebasedrendererv2widget.cpp
    M src/gui/symbology-ng/qgsrulebasedrendererv2widget.h
    M src/gui/symbology-ng/qgssinglesymbolrendererv2widget.cpp
    M src/gui/symbology-ng/qgssinglesymbolrendererv2widget.h
    M src/gui/symbology-ng/qgsstylev2managerdialog.cpp
    M src/gui/symbology-ng/qgssymbollayerv2widget.cpp
    M src/gui/symbology-ng/qgssymbollayerv2widget.h
    M src/gui/symbology-ng/qgssymbollevelsv2dialog.cpp
    M src/gui/symbology-ng/qgssymbollevelsv2dialog.h
    M src/helpviewer/qgshelpviewer.cpp
    M src/helpviewer/qgshelpviewerbase.ui
    M src/mapserver/CMakeLists.txt
    M src/mapserver/qgis_map_serv.cpp
    M src/mapserver/qgsconfigparser.cpp
    M src/mapserver/qgsconfigparser.h
    M src/mapserver/qgshttprequesthandler.cpp
    M src/mapserver/qgshttprequesthandler.h
    M src/mapserver/qgsprojectparser.cpp
    M src/mapserver/qgsprojectparser.h
    M src/mapserver/qgsrequesthandler.h
    M src/mapserver/qgssldparser.cpp
    M src/mapserver/qgssldparser.h
    R src/mapserver/qgssldrenderer.cpp
    R src/mapserver/qgssldrenderer.h
    R src/mapserver/qgssldrule.cpp
    R src/mapserver/qgssldrule.h
    A src/mapserver/qgswfsserver.cpp
    A src/mapserver/qgswfsserver.h
    M src/mapserver/qgswmsserver.cpp
    M src/mapserver/qgswmsserver.h
    M src/plugins/CMakeLists.txt
    A src/plugins/compass/CMakeLists.txt
    A src/plugins/compass/compass.cpp
    A src/plugins/compass/compass.h
    A src/plugins/compass/compass.qrc
    A src/plugins/compass/icons/mCompassRun.png
    A src/plugins/compass/qgscompassplugin.cpp
    A src/plugins/compass/qgscompassplugin.h
    A src/plugins/compass/qgscompassplugingui.cpp
    A src/plugins/compass/qgscompassplugingui.h
    A src/plugins/compass/qgscompasspluginguibase.ui
    M src/plugins/coordinate_capture/coordinatecapture.cpp
    M src/plugins/delimited_text/qgsdelimitedtextplugin.cpp
    M src/plugins/delimited_text/qgsdelimitedtextplugin.h
    M src/plugins/delimited_text/qgsdelimitedtextplugingui.cpp
    M src/plugins/diagram_overlay/qgsdiagramoverlayplugin.cpp
    M src/plugins/dxf2shp_converter/CMakeLists.txt
    M src/plugins/dxf2shp_converter/dxf2shpconverter.cpp
    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/eventbrowser/evisgenericeventbrowsergui.cpp
    M src/plugins/evis/evis.cpp
    M src/plugins/georeferencer/CMakeLists.txt
    M src/plugins/georeferencer/qgsgeorefplugin.cpp
    M src/plugins/georeferencer/qgsgeorefplugingui.cpp
    M src/plugins/georeferencer/qgsleastsquares.cpp
    M src/plugins/globe/globe_plugin.cpp
    M src/plugins/globe/globe_plugin.h
    M src/plugins/globe/globe_plugin_dialog.cpp
    M src/plugins/globe/qgsosgearthtilesource.cpp
    M src/plugins/globe/qgsosgearthtilesource.h
    M src/plugins/gps_importer/CMakeLists.txt
    M src/plugins/gps_importer/qgsgpsdevicedialog.cpp
    M src/plugins/gps_importer/qgsgpsplugin.cpp
    M src/plugins/gps_importer/qgsgpsplugingui.cpp
    M src/plugins/gps_importer/qgsgpsplugingui.h
    M src/plugins/gps_importer/qgsgpspluginguibase.ui
    M src/plugins/grass/CMakeLists.txt
    M src/plugins/grass/modules/default.qgc
    A src/plugins/grass/modules/r.aspect.1.png
    A src/plugins/grass/modules/r.aspect.2.png
    A src/plugins/grass/modules/r.aspect.qgm
    M src/plugins/grass/modules/r.external.all.qgm
    M src/plugins/grass/modules/r.external.qgis.qgm
    M src/plugins/grass/modules/r.external.qgm
    M src/plugins/grass/modules/r.in.gdal.loc.qgm
    M src/plugins/grass/modules/r.in.gdal.qgis.loc.qgm
    M src/plugins/grass/modules/r.in.gdal.qgis.qgm
    M src/plugins/grass/modules/r.in.gdal.qgm
    M src/plugins/grass/modules/r.mask.qgm
    A src/plugins/grass/modules/r.slope.1.png
    A src/plugins/grass/modules/r.slope.2.png
    A src/plugins/grass/modules/r.slope.qgm
    A src/plugins/grass/modules/r.stats.1.png
    A src/plugins/grass/modules/r.stats.qgm
    M src/plugins/grass/modules/r.sunmask.date.time.qgm
    M src/plugins/grass/modules/r.sunmask.position.qgm
    M src/plugins/grass/modules/v.drape.qgm
    A src/plugins/grass/modules/v.extrude.attr.qgm
    A src/plugins/grass/modules/v.extrude.fixed.qgm
    M src/plugins/grass/modules/v.in.ogr.all.loc.qgm
    M src/plugins/grass/modules/v.in.ogr.all.qgm
    M src/plugins/grass/modules/v.in.ogr.loc.qgm
    M src/plugins/grass/modules/v.in.ogr.qgis.loc.qgm
    M src/plugins/grass/modules/v.in.ogr.qgis.qgm
    M src/plugins/grass/modules/v.in.ogr.qgm
    M src/plugins/grass/modules/v.in.region.qgm
    M src/plugins/grass/modules/v.random.qgm
    M src/plugins/grass/modules/v.surf.bspline.qgm
    M src/plugins/grass/modules/v.surf.idw.qgm
    M src/plugins/grass/modules/v.surf.rst.qgm
    M src/plugins/grass/qgsgrassbrowser.cpp
    M src/plugins/grass/qgsgrassedit.cpp
    M src/plugins/grass/qgsgrassmapcalc.cpp
    M src/plugins/grass/qgsgrassmapcalc.h
    M src/plugins/grass/qgsgrassmodule.cpp
    M src/plugins/grass/qgsgrassmodule.h
    M src/plugins/grass/qgsgrassnewmapset.cpp
    M src/plugins/grass/qgsgrassplugin.cpp
    M src/plugins/grass/qgsgrassplugin.h
    M src/plugins/grass/qgsgrassregion.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/grass/qtermwidget/Screen.cpp
    M src/plugins/grass/qtermwidget/ShellCommand.cpp
    A src/plugins/heatmap/CMakeLists.txt
    A src/plugins/heatmap/heatmap.cpp
    A src/plugins/heatmap/heatmap.h
    A src/plugins/heatmap/heatmap.png
    A src/plugins/heatmap/heatmap.qrc
    A src/plugins/heatmap/heatmap.svg
    A src/plugins/heatmap/heatmapgui.cpp
    A src/plugins/heatmap/heatmapgui.h
    A src/plugins/heatmap/heatmapguibase.ui
    M src/plugins/interpolation/qgsinterpolationdialog.cpp
    M src/plugins/interpolation/qgsinterpolationdialog.h
    R src/plugins/interpolation/qgsinterpolationdialogbase.h
    M src/plugins/interpolation/qgsinterpolationplugin.cpp
    M src/plugins/offline_editing/CMakeLists.txt
    M src/plugins/offline_editing/offline_editing.cpp
    M src/plugins/offline_editing/offline_editing_plugin.cpp
    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/qgsoracle_plugin.cpp
    M src/plugins/oracle_raster/qgsselectgeoraster_ui.cpp
    M src/plugins/plugin_builder.py
    M src/plugins/plugin_template/plugin.cpp
    M src/plugins/qgisplugin.h
    M src/plugins/qgsrendererplugin.h
    M src/plugins/qgsvectoroverlayplugin.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
    M src/plugins/roadgraph/exportdlg.cpp
    M src/plugins/roadgraph/linevectorlayerwidget.cpp
    M src/plugins/roadgraph/roadgraphplugin.cpp
    M src/plugins/roadgraph/shortestpathwidget.cpp
    M src/plugins/roadgraph/shortestpathwidget.h
    M src/plugins/spatialquery/qgsspatialquerydialog.cpp
    M src/plugins/spatialquery/qgsspatialqueryplugin.cpp
    M src/plugins/spit/CMakeLists.txt
    M src/plugins/spit/qgsshapefile.cpp
    M src/plugins/spit/qgsspit.cpp
    M src/plugins/spit/qgsspit.h
    M src/plugins/spit/qgsspitplugin.cpp
    M src/plugins/spit/qgsspitplugin.h
    M src/plugins/sqlanywhere/sqlanywhere.cpp
    M src/plugins/zonal_statistics/qgszonalstatisticsdialog.cpp
    M src/plugins/zonal_statistics/qgszonalstatisticsplugin.cpp
    M src/providers/CMakeLists.txt
    M src/providers/gdal/qgsgdaldataitems.cpp
    M src/providers/gdal/qgsgdalprovider.cpp
    M src/providers/gdal/qgsgdalprovider.h
    M src/providers/grass/CMakeLists.txt
    M src/providers/grass/qgis.d.rast.c
    M src/providers/grass/qgsgrass.cpp
    M src/providers/grass/qgsgrass.h
    M src/providers/grass/qgsgrassprovider.cpp
    M src/providers/grass/qgsgrassprovider.h
    A src/providers/grass/qgsgrassprovidermodule.cpp
    A src/providers/grass/qgsgrassprovidermodule.h
    M src/providers/grass/qgsgrassrasterprovider.cpp
    M src/providers/memory/qgsmemoryprovider.cpp
    A src/providers/mssql/CMakeLists.txt
    A src/providers/mssql/qgsmssqldataitems.cpp
    A src/providers/mssql/qgsmssqldataitems.h
    A src/providers/mssql/qgsmssqlgeometryparser.cpp
    A src/providers/mssql/qgsmssqlnewconnection.cpp
    A src/providers/mssql/qgsmssqlnewconnection.h
    A src/providers/mssql/qgsmssqlprovider.cpp
    A src/providers/mssql/qgsmssqlprovider.h
    A src/providers/mssql/qgsmssqlsourceselect.cpp
    A src/providers/mssql/qgsmssqlsourceselect.h
    A src/providers/mssql/qgsmssqltablemodel.cpp
    A src/providers/mssql/qgsmssqltablemodel.h
    M src/providers/ogr/qgsogrprovider.cpp
    M src/providers/ogr/qgsogrprovider.h
    M src/providers/osm/osmhandler.cpp
    M src/providers/osm/osmhandler.h
    M src/providers/postgres/CMakeLists.txt
    R src/providers/postgres/create_test_tables
    A src/providers/postgres/qgscolumntypethread.cpp
    A src/providers/postgres/qgscolumntypethread.h
    A src/providers/postgres/qgsdbfilterproxymodel.cpp
    A src/providers/postgres/qgsdbfilterproxymodel.h
    M src/providers/postgres/qgspgnewconnection.cpp
    M src/providers/postgres/qgspgsourceselect.cpp
    M src/providers/postgres/qgspgsourceselect.h
    A src/providers/postgres/qgspgtablemodel.cpp
    A src/providers/postgres/qgspgtablemodel.h
    A src/providers/postgres/qgspostgresconn.cpp
    A src/providers/postgres/qgspostgresconn.h
    R src/providers/postgres/qgspostgresconnection.cpp
    R src/providers/postgres/qgspostgresconnection.h
    M src/providers/postgres/qgspostgresdataitems.cpp
    M src/providers/postgres/qgspostgresdataitems.h
    M src/providers/postgres/qgspostgresprovider.cpp
    M src/providers/postgres/qgspostgresprovider.h
    M src/providers/spatialite/qgsspatialitedataitems.cpp
    M src/providers/spatialite/qgsspatialiteprovider.cpp
    M src/providers/spatialite/qgsspatialiteprovider.h
    M src/providers/spatialite/qgsspatialitesourceselect.cpp
    M src/providers/spatialite/qgsspatialitesourceselect.h
    M src/providers/sqlanywhere/qgssqlanywhereprovider.cpp
    M src/providers/sqlanywhere/qgssqlanywhereprovider.h
    M src/providers/sqlanywhere/sqlanyconnection/CMakeLists.txt
    M src/providers/wfs/CMakeLists.txt
    M src/providers/wfs/qgswfsconnection.cpp
    M src/providers/wfs/qgswfsdata.cpp
    M src/providers/wfs/qgswfsdataitems.cpp
    M src/providers/wfs/qgswfsprovider.cpp
    M src/providers/wfs/qgswfsprovider.h
    M src/providers/wfs/qgswfssourceselect.cpp
    M src/providers/wfs/qgswfssourceselect.h
    A src/providers/wfs/qgswfsutils.cpp
    A src/providers/wfs/qgswfsutils.h
    M src/providers/wms/qgswmsdataitems.cpp
    M src/providers/wms/qgswmsprovider.cpp
    M src/providers/wms/qgswmsprovider.h
    M src/providers/wms/qgswmssourceselect.cpp
    M src/python/qgspythonutils.h
    M src/python/qgspythonutilsimpl.cpp
    M src/python/qgspythonutilsimpl.h
    M src/ui/qgisapp.ui
    M src/ui/qgsattributeactiondialogbase.ui
    M src/ui/qgsattributetabledialog.ui
    M src/ui/qgsattributetypeedit.ui
    M src/ui/qgsbookmarksbase.ui
    A src/ui/qgsbrowserlayerpropertiesbase.ui
    M src/ui/qgscomposerarrowwidgetbase.ui
    M src/ui/qgscomposerbase.ui
    M src/ui/qgscomposeritemwidgetbase.ui
    M src/ui/qgscomposerlabelwidgetbase.ui
    M src/ui/qgscomposerlegendwidgetbase.ui
    M src/ui/qgscomposermapwidgetbase.ui
    M src/ui/qgscomposerpicturewidgetbase.ui
    M src/ui/qgscomposerscalebarwidgetbase.ui
    M src/ui/qgscomposertablewidgetbase.ui
    M src/ui/qgscompositionwidgetbase.ui
    M src/ui/qgsdbsourceselectbase.ui
    M src/ui/qgsdetaileditemwidgetbase.ui
    M src/ui/qgsexpressionbuilder.ui
    M src/ui/qgsfieldcalculatorbase.ui
    M src/ui/qgsgpsinformationwidgetbase.ui
    M src/ui/qgslabelingguibase.ui
    A src/ui/qgsmssqlnewconnectionbase.ui
    M src/ui/qgsnewogrconnectionbase.ui
    M src/ui/qgsnewspatialitelayerdialogbase.ui
    M src/ui/qgsoptionsbase.ui
    M src/ui/qgsprojectionselectorbase.ui
    M src/ui/qgsprojectpropertiesbase.ui
    M src/ui/qgsrendererrulepropsdialogbase.ui
    M src/ui/qgsrendererv2propsdialogbase.ui
    M src/ui/qgsrulebasedrendererv2widget.ui
    M src/ui/qgssymbolv2selectordialogbase.ui
    M src/ui/qgsvectorlayerpropertiesbase.ui
    M src/ui/qgsvectorlayersaveasdialogbase.ui
    M src/ui/qgswfssourceselectbase.ui
    M src/ui/qgswmssourceselectbase.ui
    M src/ui/symbollayer/widget_fontmarker.ui
    M src/ui/symbollayer/widget_linedecoration.ui
    M src/ui/symbollayer/widget_linepatternfill.ui
    M src/ui/symbollayer/widget_markerline.ui
    M src/ui/symbollayer/widget_pointpatternfill.ui
    M src/ui/symbollayer/widget_simplefill.ui
    M src/ui/symbollayer/widget_simpleline.ui
    M src/ui/symbollayer/widget_simplemarker.ui
    M src/ui/symbollayer/widget_svgfill.ui
    M src/ui/symbollayer/widget_svgmarker.ui
    A tests/qt_modeltest/dynamictreemodel.cpp
    A tests/qt_modeltest/dynamictreemodel.h
    A tests/qt_modeltest/modeltest.cpp
    A tests/qt_modeltest/modeltest.h
    A tests/qt_modeltest/readme.txt
    A tests/qt_modeltest/tst_modeltest.cpp
    M tests/src/core/CMakeLists.txt
    M tests/src/core/qgsrenderchecker.cpp
    M tests/src/core/qgsrenderchecker.h
    M tests/src/core/regression1141.cpp
    M tests/src/core/regression992.cpp
    M tests/src/core/testqgscoordinatereferencesystem.cpp
    M tests/src/core/testqgsexpression.cpp
    M tests/src/core/testqgsmaprenderer.cpp
    M tests/src/core/testqgsrasterlayer.cpp
    M tests/src/core/testqgsrenderers.cpp
    A tests/src/core/testqgsrulebasedrenderer.cpp
    M tests/src/core/testqgsvectorfilewriter.cpp
    M tests/src/core/testqgsvectorlayer.cpp
    M tests/src/gui/CMakeLists.txt
    A tests/src/gui/testrendererv2gui.cpp
    A tests/src/gui/testrendererv2gui.h
    A tests/testdata/create_test_tables
    M tests/testdata/expected_continuous.png
    M tests/testdata/expected_graduated.png
    M tests/testdata/expected_landsat_875.png
    M tests/testdata/expected_landsat_basic.png
    M tests/testdata/expected_maprender.png
    M tests/testdata/expected_raster.png
    M tests/testdata/expected_raster_pseudo.png
    M tests/testdata/expected_single.png
    M tests/testdata/expected_uniquevalue.png
    A tests/testdata/landsat.tif.aux.xml
    M tests/testdata/lines.qml
    M tests/testdata/maprender_testdata.qml
    M tests/testdata/points.qml
    M tests/testdata/polys.qml
    A tests/testdata/rulebasedrenderer_invalid.xml
    A tests/testdata/rulebasedrenderer_simple.xml
    A tests/testdata/tenbytenraster.asc.aux.xml

  Log Message:
  -----------
  Merged from master into raster resampler branch


  Commit: b539b8202887e61d4cc621e6fe87655d1e456e4d
      https://github.com/qgis/Quantum-GIS/commit/b539b8202887e61d4cc621e6fe87655d1e456e4d
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-13 (Fri, 13 Apr 2012)

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

  Log Message:
  -----------
  Project conversion code for singleband gray renderer


  Commit: 9135c011aec40e800adbba43ecf6eac35d653935
      https://github.com/qgis/Quantum-GIS/commit/9135c011aec40e800adbba43ecf6eac35d653935
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-13 (Fri, 13 Apr 2012)

  Changed paths:
    M src/core/qgsprojectfiletransform.cpp

  Log Message:
  -----------
  Project file conversion for single band pseudo color


  Commit: 47bba04ebaf9a1b71bc69d96099b6448f9cdeb59
      https://github.com/qgis/Quantum-GIS/commit/47bba04ebaf9a1b71bc69d96099b6448f9cdeb59
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-13 (Fri, 13 Apr 2012)

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

  Log Message:
  -----------
  Fix contrast enhancement buttons in raster branch


  Commit: cc62d75dde5f932b732489533e14ee2ea505e91e
      https://github.com/qgis/Quantum-GIS/commit/cc62d75dde5f932b732489533e14ee2ea505e91e
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-14 (Sat, 14 Apr 2012)

  Changed paths:
    M src/core/qgsprojectfiletransform.cpp

  Log Message:
  -----------
  Project file conversion for singleband pseudo color


  Commit: cf431b14c4a36a058709dd1ad15b186af72687da
      https://github.com/qgis/Quantum-GIS/commit/cf431b14c4a36a058709dd1ad15b186af72687da
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-14 (Sat, 14 Apr 2012)

  Changed paths:
    M src/core/qgsprojectfiletransform.cpp
    M src/core/raster/qgspalettedrasterrenderer.cpp

  Log Message:
  -----------
  Project file conversion for paletted color


  Commit: bbf834a6bf672f08b2e85693fb5f02e36d6fbf74
      https://github.com/qgis/Quantum-GIS/commit/bbf834a6bf672f08b2e85693fb5f02e36d6fbf74
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-14 (Sat, 14 Apr 2012)

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

  Log Message:
  -----------
  More raster project file transformation


  Commit: ba66ca6b88be713565a159669b82c09cd7449237
      https://github.com/qgis/Quantum-GIS/commit/ba66ca6b88be713565a159669b82c09cd7449237
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-14 (Sat, 14 Apr 2012)

  Changed paths:
    M src/core/qgsprojectfiletransform.cpp

  Log Message:
  -----------
  More project file conversion for multiband color


  Commit: b4d7a30d4474c07c520f0a3ad2fe1f44bf20d26f
      https://github.com/qgis/Quantum-GIS/commit/b4d7a30d4474c07c520f0a3ad2fe1f44bf20d26f
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-14 (Sat, 14 Apr 2012)

  Changed paths:
    M src/gui/raster/qgssinglebandpseudocolorrendererwidget.cpp
    M src/gui/raster/qgssinglebandpseudocolorrendererwidget.h

  Log Message:
  -----------
  Add code for add/delete/sort buttons in singleband pseudocolor widget


  Commit: c2361828cabd730f1844e635c6722c5c6f47b7c9
      https://github.com/qgis/Quantum-GIS/commit/c2361828cabd730f1844e635c6722c5c6f47b7c9
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-14 (Sat, 14 Apr 2012)

  Changed paths:
    M src/core/raster/qgscolorrampshader.cpp
    M src/core/raster/qgscolorrampshader.h
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterrenderer.h
    M src/core/raster/qgsrastershaderfunction.h
    M src/core/raster/qgssinglebandpseudocolorrenderer.cpp
    M src/core/raster/qgssinglebandpseudocolorrenderer.h

  Log Message:
  -----------
  Modify raster legend mechanism to work with raster renderers


  Commit: b15e955daaaaebc5af23a94c3e39a2402b1c81cd
      https://github.com/qgis/Quantum-GIS/commit/b15e955daaaaebc5af23a94c3e39a2402b1c81cd
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-14 (Sat, 14 Apr 2012)

  Changed paths:
    M src/core/raster/qgspalettedrasterrenderer.cpp
    M src/core/raster/qgspalettedrasterrenderer.h

  Log Message:
  -----------
  Raster legend for paletted renderer


  Commit: 697a54cac0720fa84a8d1fb0082e1ecc506c60a3
      https://github.com/qgis/Quantum-GIS/commit/697a54cac0720fa84a8d1fb0082e1ecc506c60a3
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-14 (Sat, 14 Apr 2012)

  Changed paths:
    M src/core/raster/qgssinglebandgrayrenderer.cpp
    M src/core/raster/qgssinglebandgrayrenderer.h

  Log Message:
  -----------
  Legend items for singleband gray renderer


  Commit: 5dd3edea1984240e9a02f85a9e5253f7ade85d90
      https://github.com/qgis/Quantum-GIS/commit/5dd3edea1984240e9a02f85a9e5253f7ade85d90
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-14 (Sat, 14 Apr 2012)

  Changed paths:
    M src/core/qgsprojectfiletransform.cpp

  Log Message:
  -----------
  Project file conversion for freakout shader


  Commit: 61ceec57147ae5ad5b22244ba06bb52413dd96fb
      https://github.com/qgis/Quantum-GIS/commit/61ceec57147ae5ad5b22244ba06bb52413dd96fb
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-18 (Wed, 18 Apr 2012)

  Changed paths:
    M src/core/qgsprojectfiletransform.cpp
    M src/core/qgsprojectfiletransform.h
    M src/core/raster/qgsrasterlayer.cpp

  Log Message:
  -----------
  Use project file transformation for raster symbology also when loading from qml


  Commit: 4f4a3ba68878d7bc5bf4964f42104aa9f042af6f
      https://github.com/qgis/Quantum-GIS/commit/4f4a3ba68878d7bc5bf4964f42104aa9f042af6f
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-18 (Wed, 18 Apr 2012)

  Changed paths:
    M src/app/qgsrasterlayerproperties.cpp
    M src/app/qgsrasterlayerproperties.h
    M src/core/raster/qgscolorrampshader.h
    M src/core/raster/qgsrastershader.h
    M src/core/raster/qgssinglebandpseudocolorrenderer.h
    M src/gui/raster/qgsmultibandcolorrendererwidget.cpp
    M src/gui/raster/qgsmultibandcolorrendererwidget.h
    M src/gui/raster/qgspalettedrendererwidget.cpp
    M src/gui/raster/qgspalettedrendererwidget.h
    M src/gui/raster/qgssinglebandgrayrendererwidget.cpp
    M src/gui/raster/qgssinglebandgrayrendererwidget.h
    M src/gui/raster/qgssinglebandpseudocolorrendererwidget.cpp
    M src/gui/raster/qgssinglebandpseudocolorrendererwidget.h

  Log Message:
  -----------
  Enable load style for raster renderers


  Commit: 746fe64346c7800f0224637afa854a26dda88891
      https://github.com/qgis/Quantum-GIS/commit/746fe64346c7800f0224637afa854a26dda88891
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-04-18 (Wed, 18 Apr 2012)

  Changed paths:
    M src/app/qgsrasterlayerproperties.cpp

  Log Message:
  -----------
  More load raster style fixes


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

  Changed paths:
    M python/core/core.sip
    M python/core/qgsrasterlayer.sip

  Log Message:
  -----------
  Python binding for raster renderer and resampler classes


  Commit: 78ff6ed4889d0af82c47a2a58d07e340f8129798
      https://github.com/qgis/Quantum-GIS/commit/78ff6ed4889d0af82c47a2a58d07e340f8129798
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-06-14 (Thu, 14 Jun 2012)

  Changed paths:
    M python/core/core.sip
    M python/core/qgsrasterlayer.sip
    M src/app/CMakeLists.txt
    M src/app/qgisapp.cpp
    M src/app/qgisapp.h
    M src/app/qgsrasterlayerproperties.cpp
    M src/app/qgsrasterlayerproperties.h
    M src/core/CMakeLists.txt
    M src/core/qgsmaplayer.h
    M src/core/qgsprojectfiletransform.cpp
    M src/core/qgsprojectfiletransform.h
    M src/core/qgsrasterprojector.h
    A src/core/raster/qgsbilinearrasterresampler.cpp
    A src/core/raster/qgsbilinearrasterresampler.h
    M src/core/raster/qgscolorrampshader.cpp
    M src/core/raster/qgscolorrampshader.h
    M src/core/raster/qgscontrastenhancement.cpp
    M src/core/raster/qgscontrastenhancement.h
    A src/core/raster/qgscubicrasterresampler.cpp
    A src/core/raster/qgscubicrasterresampler.h
    A src/core/raster/qgsmultibandcolorrenderer.cpp
    A src/core/raster/qgsmultibandcolorrenderer.h
    A src/core/raster/qgspalettedrasterrenderer.cpp
    A src/core/raster/qgspalettedrasterrenderer.h
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterlayer.h
    A src/core/raster/qgsrasterrenderer.cpp
    A src/core/raster/qgsrasterrenderer.h
    A src/core/raster/qgsrasterrendererregistry.cpp
    A src/core/raster/qgsrasterrendererregistry.h
    A src/core/raster/qgsrasterresampler.h
    M src/core/raster/qgsrastershader.cpp
    M src/core/raster/qgsrastershader.h
    M src/core/raster/qgsrastershaderfunction.h
    M src/core/raster/qgsrastertransparency.cpp
    M src/core/raster/qgsrastertransparency.h
    A src/core/raster/qgssinglebandcolordatarenderer.cpp
    A src/core/raster/qgssinglebandcolordatarenderer.h
    A src/core/raster/qgssinglebandgrayrenderer.cpp
    A src/core/raster/qgssinglebandgrayrenderer.h
    A src/core/raster/qgssinglebandpseudocolorrenderer.cpp
    A src/core/raster/qgssinglebandpseudocolorrenderer.h
    M src/gui/CMakeLists.txt
    A src/gui/raster/qgsmultibandcolorrendererwidget.cpp
    A src/gui/raster/qgsmultibandcolorrendererwidget.h
    A src/gui/raster/qgspalettedrendererwidget.cpp
    A src/gui/raster/qgspalettedrendererwidget.h
    A src/gui/raster/qgsrasterrendererwidget.h
    A src/gui/raster/qgssinglebandgrayrendererwidget.cpp
    A src/gui/raster/qgssinglebandgrayrendererwidget.h
    A src/gui/raster/qgssinglebandpseudocolorrendererwidget.cpp
    A src/gui/raster/qgssinglebandpseudocolorrendererwidget.h
    A src/ui/qgsmultibandcolorrendererwidgetbase.ui
    A src/ui/qgspalettedrendererwidgetbase.ui
    M src/ui/qgsrasterlayerpropertiesbase.ui
    A src/ui/qgssinglebandgrayrendererwidgetbase.ui
    A src/ui/qgssinglebandpseudocolorrendererwidgetbase.ui
    M tests/src/core/regression992.cpp

  Log Message:
  -----------
  Merge raster resampler branch


  Commit: adca9d39dc39e95b959f7d1493b6407f403aade4
      https://github.com/qgis/Quantum-GIS/commit/adca9d39dc39e95b959f7d1493b6407f403aade4
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-06-14 (Thu, 14 Jun 2012)

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

  Log Message:
  -----------
  Adapt project file transform to changed release schedule


  Commit: f9ff8ccd463005b9932cc9a40de8f0d3989290d7
      https://github.com/qgis/Quantum-GIS/commit/f9ff8ccd463005b9932cc9a40de8f0d3989290d7
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-06-14 (Thu, 14 Jun 2012)

  Changed paths:
    M src/gui/qgsexpressionbuilderwidget.cpp
    M src/ui/qgsexpressionbuilder.ui

  Log Message:
  -----------
  Merge branch 'master' of github.com:qgis/Quantum-GIS


  Commit: ff76f656721caf98109c278807459baebad12bfc
      https://github.com/qgis/Quantum-GIS/commit/ff76f656721caf98109c278807459baebad12bfc
  Author: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
  Date:   2012-06-14 (Thu, 14 Jun 2012)

  Changed paths:
    M src/gui/qgsexpressionbuilderwidget.cpp

  Log Message:
  -----------
  Fix typo


Compare: https://github.com/qgis/Quantum-GIS/compare/efb54eaf3b01...ff76f656721c


More information about the QGIS-commit mailing list