[QGIS Commit] [qgis/Quantum-GIS] a93175: [FEATURE] Add composition blend modes for layers (...
GitHub
noreply at github.com
Thu Mar 21 18:20:26 PDT 2013
Branch: refs/heads/master
Home: https://github.com/qgis/Quantum-GIS
Commit: a93175b3a31dbd45681a4a35fcd9a3c3d12e1b60
https://github.com/qgis/Quantum-GIS/commit/a93175b3a31dbd45681a4a35fcd9a3c3d12e1b60
Author: Nyall Dawson <nyall.dawson at gmail.com>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M src/core/qgsmaplayer.cpp
M src/core/qgsmaplayer.h
M src/core/qgsmaprenderer.cpp
Log Message:
-----------
[FEATURE] Add composition blend modes for layers (#5248)
Commit: 9e7943b046b7a86dc7ad80715db096283f83467f
https://github.com/qgis/Quantum-GIS/commit/9e7943b046b7a86dc7ad80715db096283f83467f
Author: Nyall Dawson <nyall.dawson at gmail.com>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M src/core/qgsmaplayer.cpp
Log Message:
-----------
Add support for loading and saving blend modes to project files
Commit: d80ae2c75c95dc12fb375fe71e952edd4c798401
https://github.com/qgis/Quantum-GIS/commit/d80ae2c75c95dc12fb375fe71e952edd4c798401
Author: Nyall Dawson <nyall.dawson at gmail.com>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M src/gui/CMakeLists.txt
A src/gui/qgsblendmodecombobox.cpp
A src/gui/qgsblendmodecombobox.h
Log Message:
-----------
New blend modes combo box widget
Commit: 7e5abdf9f38a0d4f5f847887a45ab1663629373e
https://github.com/qgis/Quantum-GIS/commit/7e5abdf9f38a0d4f5f847887a45ab1663629373e
Author: Nyall Dawson <nyall.dawson at gmail.com>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M src/app/qgsvectorlayerproperties.cpp
M src/ui/qgsvectorlayerpropertiesbase.ui
Log Message:
-----------
Add blend modes widget to vector layer properties dialog
Commit: 647fbdbec4f67aebb8ddc1f96c0c8236785196fe
https://github.com/qgis/Quantum-GIS/commit/647fbdbec4f67aebb8ddc1f96c0c8236785196fe
Author: Nyall Dawson <nyall.dawson at gmail.com>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M src/app/qgsrasterlayerproperties.cpp
M src/ui/qgsrasterlayerpropertiesbase.ui
Log Message:
-----------
Add blend modes widget to raster layer properties dialog
Commit: 8f9ca6f2fd15c6903e401fe0a7044c8bfd221bbf
https://github.com/qgis/Quantum-GIS/commit/8f9ca6f2fd15c6903e401fe0a7044c8bfd221bbf
Author: Nathan Woodrow <madmanwoo at gmail.com>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M src/app/qgsrasterlayerproperties.cpp
M src/app/qgsvectorlayerproperties.cpp
M src/core/qgsmaplayer.cpp
M src/core/qgsmaplayer.h
M src/core/qgsmaprenderer.cpp
M src/gui/CMakeLists.txt
A src/gui/qgsblendmodecombobox.cpp
A src/gui/qgsblendmodecombobox.h
M src/ui/qgsrasterlayerpropertiesbase.ui
M src/ui/qgsvectorlayerpropertiesbase.ui
Log Message:
-----------
Merge pull request #475 from nyalldawson/blend_modes
Add support for blending (composition) modes, eg Overlay, Mutiply, etc (Close #5248)
Compare: https://github.com/qgis/Quantum-GIS/compare/9afe76d4d63e...8f9ca6f2fd15
More information about the QGIS-commit
mailing list