[QGIS Commit] [qgis/Quantum-GIS] 030960: [FEATURE] Add saturation control for raster images

GitHub noreply at github.com
Wed Mar 27 22:01:55 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/qgis/Quantum-GIS
  Commit: 030960e00e13cd604b7e96ca687f86fc11ba1baa
      https://github.com/qgis/Quantum-GIS/commit/030960e00e13cd604b7e96ca687f86fc11ba1baa
  Author: Nyall Dawson <nyall.dawson at gmail.com>
  Date:   2013-03-26 (Tue, 26 Mar 2013)

  Changed paths:
    M src/app/qgsrasterlayerproperties.cpp
    M src/core/CMakeLists.txt
    A src/core/raster/qgshuesaturationfilter.cpp
    A src/core/raster/qgshuesaturationfilter.h
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterlayer.h
    M src/core/raster/qgsrasterpipe.cpp
    M src/core/raster/qgsrasterpipe.h
    M src/ui/qgsrasterlayerpropertiesbase.ui

  Log Message:
  -----------
  [FEATURE] Add saturation control for raster images


  Commit: 3d02fbedea870b1b43ee7b9b10a3690ac8cda082
      https://github.com/qgis/Quantum-GIS/commit/3d02fbedea870b1b43ee7b9b10a3690ac8cda082
  Author: Nyall Dawson <nyall.dawson at gmail.com>
  Date:   2013-03-26 (Tue, 26 Mar 2013)

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

  Log Message:
  -----------
  [FEATURE] Option to convert a raster to grayscale with choice of desaturation mode (lightness, luminosity, average) (fix #5837)


  Commit: f5431f4fdb371e600fe657b1198f7187cd8fdaf9
      https://github.com/qgis/Quantum-GIS/commit/f5431f4fdb371e600fe657b1198f7187cd8fdaf9
  Author: Nyall Dawson <nyall.dawson at gmail.com>
  Date:   2013-03-26 (Tue, 26 Mar 2013)

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

  Log Message:
  -----------
  [FEATURE] Add colorize control for raster layers


  Commit: 3f4e2a033f245a8d454f02e42da24518b80dbc83
      https://github.com/qgis/Quantum-GIS/commit/3f4e2a033f245a8d454f02e42da24518b80dbc83
  Author: nyalldawson <nyall.dawson at gmail.com>
  Date:   2013-03-26 (Tue, 26 Mar 2013)

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

  Log Message:
  -----------
  Add strength slider for raster colorization


  Commit: 4e29436d206225c2595398f5bf1e67e46a496df0
      https://github.com/qgis/Quantum-GIS/commit/4e29436d206225c2595398f5bf1e67e46a496df0
  Author: nyalldawson <nyall.dawson at gmail.com>
  Date:   2013-03-26 (Tue, 26 Mar 2013)

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

  Log Message:
  -----------
  Fix initial state of saturation controls


  Commit: 86a246a0df3bf64dd5674713695f25f89f57d8dd
      https://github.com/qgis/Quantum-GIS/commit/86a246a0df3bf64dd5674713695f25f89f57d8dd
  Author: Nyall Dawson <nyall.dawson at gmail.com>
  Date:   2013-03-26 (Tue, 26 Mar 2013)

  Changed paths:
    M python/core/composer/qgscomposerlegend.sip
    M python/core/qgsgml.sip
    M python/plugins/sextante/algs/FieldsCalculator.py
    M python/plugins/sextante/algs/ftools/Intersection.py
    M python/plugins/sextante/algs/ftools/MeanCoords.py
    M python/plugins/sextante/algs/ftools/SumLines.py
    M python/plugins/sextante/algs/ftools/Union.py
    M python/plugins/sextante/core/GeoAlgorithm.py
    M python/plugins/sextante/core/SextanteUtils.py
    M python/plugins/sextante/gui/BatchInputSelectionPanel.py
    M python/plugins/sextante/gui/BatchProcessingDialog.py
    M python/plugins/sextante/gui/SextanteToolbox.py
    M python/plugins/sextante/gui/TestTools.py
    M python/plugins/sextante/modeler/ModelerParameterDefinitionDialog.py
    M python/plugins/sextante/parameters/ParameterRaster.py
    M python/plugins/sextante/parameters/ParameterTable.py
    M python/plugins/sextante/parameters/ParameterVector.py
    M python/plugins/sextante/r/EditRScriptDialog.py
    M python/plugins/sextante/r/RAlgorithm.py
    M python/plugins/sextante/saga/SagaAlgorithm.py
    M python/plugins/sextante/saga/SplitRGBBands.py
    M python/plugins/sextante/tests/AlgTests.py
    M python/plugins/sextante/tests/GeoAlgorithmTest.py
    M python/plugins/sextante/tests/ModelerAlgorithmTest.py
    M python/plugins/sextante/tests/ParametersTest.py
    M python/plugins/sextante/tools/help.py
    M src/app/composer/qgsatlascompositionwidget.cpp
    M src/app/composer/qgsatlascompositionwidget.h
    M src/app/composer/qgscomposer.cpp
    M src/app/composer/qgscomposerlegendwidget.cpp
    M src/app/composer/qgscomposerlegendwidget.h
    M src/app/main.cpp
    M src/app/qgisappinterface.cpp
    M src/app/qgisappinterface.h
    M src/app/qgscustomization.cpp
    M src/app/qgsdiagramproperties.cpp
    M src/app/qgspluginregistry.cpp
    M src/app/qtmain_android.cpp
    M src/core/CMakeLists.txt
    M src/core/composer/qgsatlascomposition.cpp
    M src/core/composer/qgsatlascomposition.h
    M src/core/composer/qgscomposeritem.cpp
    M src/core/composer/qgscomposerlegend.cpp
    M src/core/composer/qgscomposerlegend.h
    M src/core/composer/qgscomposerlegenditem.cpp
    M src/core/composer/qgscomposerlegenditem.h
    A src/core/composer/qgscomposerlegendstyle.cpp
    A src/core/composer/qgscomposerlegendstyle.h
    M src/core/composer/qgslegendmodel.cpp
    M src/core/qgsfeaturerequest.cpp
    M src/core/qgsmaplayer.h
    M src/core/qgsogcutils.cpp
    M src/core/qgsogcutils.h
    M src/core/symbology-ng/qgsgraduatedsymbolrendererv2.cpp
    M src/core/symbology-ng/qgssymbolv2.cpp
    M src/gui/qgscomposerview.cpp
    M src/gui/qgscomposerview.h
    M src/gui/symbology-ng/qgsgraduatedsymbolrendererv2widget.cpp
    M src/mapserver/qgswfsserver.h
    M src/plugins/heatmap/heatmap.cpp
    M src/plugins/heatmap/heatmap.h
    M src/providers/mssql/qgsmssqlgeometryparser.cpp
    M src/providers/mssql/qgsmssqlnewconnection.cpp
    M src/providers/mssql/qgsmssqlprovider.cpp
    M src/ui/qgsatlascompositionwidgetbase.ui
    M src/ui/qgscomposerlegendwidgetbase.ui
    M tests/src/core/testqgsexpression.cpp
    M tests/src/core/testqgsogcutils.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into hue_saturation


  Commit: 0f7e90b922fc43d667fb701f34a0ce1559aa7e7d
      https://github.com/qgis/Quantum-GIS/commit/0f7e90b922fc43d667fb701f34a0ce1559aa7e7d
  Author: Nyall Dawson <nyall.dawson at gmail.com>
  Date:   2013-03-26 (Tue, 26 Mar 2013)

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

  Log Message:
  -----------
  Fix branch to apply to current master


  Commit: 93ade1f2c0bd5c7532fa1e004539358716b8eb5c
      https://github.com/qgis/Quantum-GIS/commit/93ade1f2c0bd5c7532fa1e004539358716b8eb5c
  Author: Nathan Woodrow <madmanwoo at gmail.com>
  Date:   2013-03-27 (Wed, 27 Mar 2013)

  Changed paths:
    M src/app/qgsrasterlayerproperties.cpp
    M src/app/qgsrasterlayerproperties.h
    M src/core/CMakeLists.txt
    A src/core/raster/qgshuesaturationfilter.cpp
    A src/core/raster/qgshuesaturationfilter.h
    M src/core/raster/qgsrasterlayer.cpp
    M src/core/raster/qgsrasterlayer.h
    M src/core/raster/qgsrasterpipe.cpp
    M src/core/raster/qgsrasterpipe.h
    M src/ui/qgsrasterlayerpropertiesbase.ui

  Log Message:
  -----------
  Merge pull request #480 from nyalldawson/hue_saturation

Add hue and saturation controls for raster layers


Compare: https://github.com/qgis/Quantum-GIS/compare/1b663bb7ae88...93ade1f2c0bd


More information about the QGIS-commit mailing list