[QGIS Commit] [qgis/Quantum-GIS] 7bd89c: Move decay radio widget into advanced group box, a...
GitHub
noreply at github.com
Sat Mar 23 00:50:29 PDT 2013
Branch: refs/heads/master
Home: https://github.com/qgis/Quantum-GIS
Commit: 7bd89ce7ada9bf4c38ea4dacdc634b62f983d134
https://github.com/qgis/Quantum-GIS/commit/7bd89ce7ada9bf4c38ea4dacdc634b62f983d134
Author: Nyall Dawson <nyall.dawson at gmail.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M src/plugins/heatmap/heatmapguibase.ui
Log Message:
-----------
Move decay radio widget into advanced group box, and set the default value to 0. This method of controlling the kernel shape is non-standard, and should be achieved instead by giving users a choice of standard kernel functions.
Commit: a05747c40d0f992b7f6c7e0f3f7fd9546f812843
https://github.com/qgis/Quantum-GIS/commit/a05747c40d0f992b7f6c7e0f3f7fd9546f812843
Author: Nyall Dawson <nyall.dawson at gmail.com>
Date: 2013-03-12 (Tue, 12 Mar 2013)
Changed paths:
M src/plugins/heatmap/heatmap.cpp
M src/plugins/heatmap/heatmap.h
M src/plugins/heatmap/heatmapgui.cpp
M src/plugins/heatmap/heatmapgui.h
M src/plugins/heatmap/heatmapguibase.ui
Log Message:
-----------
[FEATURE] Add option to select kernel shape (quartic, triangular or uniform) in heatmap plugin
Commit: 032c5f52520d30f38f39cd06d1e4753eed102b54
https://github.com/qgis/Quantum-GIS/commit/032c5f52520d30f38f39cd06d1e4753eed102b54
Author: Nyall Dawson <nyall.dawson at gmail.com>
Date: 2013-03-12 (Tue, 12 Mar 2013)
Changed paths:
M doc/TRANSLATORS
M i18n/qgis_da_DK.ts
M i18n/qgis_gl_ES.ts
M python/core/core.sip
M python/core/qgsgeometry.sip
A python/core/qgsogcutils.sip
A python/core/raster/qgspalettedrasterrenderer.sip
R python/core/raster/qgspaletterasterrenderer.sip
M python/gui/qgisinterface.sip
M python/plugins/CMakeLists.txt
M python/plugins/sextante/core/GeoAlgorithm.py
M python/plugins/sextante/grass/description/r.fillnulls.txt
A python/plugins/sextante/grass/description/r.random.raster.txt
A python/plugins/sextante/grass/description/v.split.length.txt
R python/plugins/sextante/grass/description/v.split.txt
A python/plugins/sextante/grass/description/v.split.vert.txt
M python/plugins/sextante/grass/description/v.to.points.txt
M python/plugins/sextante/gui/AlgorithmExecutionDialog.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/ModelerAlgorithm.py
M python/plugins/sextante/modeler/ModelerParameterDefinitionDialog.py
M python/plugins/sextante/modeler/ModelerParametersDialog.py
M python/plugins/sextante/otb/OTBAlgorithm.py
M python/plugins/sextante/r/RAlgorithm.py
M python/plugins/sextante/r/scripts/Advanced_Raster_histogram.rsx
M python/plugins/sextante/saga/SagaAlgorithm.py
M python/plugins/sextante/saga/SplitRGBBands.py
M scripts/astyle-all.sh
M src/app/CMakeLists.txt
M src/app/legend/qgslegend.cpp
M src/app/qgisapp.cpp
M src/app/qgisappinterface.cpp
M src/app/qgisappinterface.h
M src/app/qgsattributedialog.cpp
M src/app/qgsattributetypedialog.cpp
M src/app/qgsattributetypedialog.h
M src/app/qgsfieldsproperties.cpp
M src/app/qgsfieldsproperties.h
M src/app/qgsidentifyresultsdialog.cpp
M src/app/qgsidentifyresultsdialog.h
M src/app/qgsmaptoolidentifyaction.cpp
M src/core/CMakeLists.txt
M src/core/composer/qgscomposerlegend.cpp
M src/core/composer/qgscomposerlegend.h
M src/core/qgscoordinatetransform.cpp
M src/core/qgsexpression.cpp
M src/core/qgsgeometry.cpp
M src/core/qgsgeometry.h
A src/core/qgsogcutils.cpp
A src/core/qgsogcutils.h
M src/core/qgsproject.cpp
M src/core/qgsrectangle.cpp
M src/core/qgsrectangle.h
M src/core/qgsvectorlayer.cpp
M src/core/qgsvectorlayer.h
M src/core/raster/qgspalettedrasterrenderer.h
M src/core/symbology-ng/qgsrendererv2.cpp
M src/gui/qgisinterface.h
M src/gui/qgsmaptoolidentify.cpp
M src/gui/qgsmaptoolidentify.h
M src/mapserver/qgsfilter.cpp
M src/mapserver/qgswfsserver.cpp
M src/plugins/heatmap/heatmap.cpp
M src/plugins/heatmap/heatmapgui.cpp
M src/providers/oracle/ocispatial/qsql_ocispatial.cpp
M src/providers/postgres/qgspostgresdataitems.cpp
M src/providers/wfs/qgswfsprovider.cpp
M src/providers/wms/qgswmsprovider.cpp
M src/ui/qgsattributetypeedit.ui
M tests/src/core/CMakeLists.txt
M tests/src/core/testqgsgeometry.cpp
A tests/src/core/testqgsogcutils.cpp
Log Message:
-----------
Merge heatmap_fixes branch
Commit: 04d9165f4007b3162c6cb135c11a9884a3ca592e
https://github.com/qgis/Quantum-GIS/commit/04d9165f4007b3162c6cb135c11a9884a3ca592e
Author: Nyall Dawson <nyall.dawson at gmail.com>
Date: 2013-03-13 (Wed, 13 Mar 2013)
Changed paths:
M src/plugins/heatmap/heatmap.cpp
M src/plugins/heatmap/heatmap.h
M src/plugins/heatmap/heatmapgui.cpp
M src/plugins/heatmap/heatmapgui.h
Log Message:
-----------
Merge heatmap_fixes branch
Commit: ec01afb544797f86ddd31ec76a87a58ee7921fa8
https://github.com/qgis/Quantum-GIS/commit/ec01afb544797f86ddd31ec76a87a58ee7921fa8
Author: Nyall Dawson <nyall.dawson at gmail.com>
Date: 2013-03-13 (Wed, 13 Mar 2013)
Changed paths:
M src/plugins/heatmap/heatmap.cpp
M src/plugins/heatmap/heatmap.h
Log Message:
-----------
Change float to double for calculations
Commit: bf45cb29a84437196a326d2b420f3e5a05714984
https://github.com/qgis/Quantum-GIS/commit/bf45cb29a84437196a326d2b420f3e5a05714984
Author: Nyall Dawson <nyall.dawson at gmail.com>
Date: 2013-03-17 (Sun, 17 Mar 2013)
Changed paths:
M doc/TRANSLATORS
M i18n/qgis_de.ts
M images/images.qrc
A images/theme_originals/mActionDecreaseBrightness.svg
A images/theme_originals/mActionDecreaseContrast.svg
A images/theme_originals/mActionIncreaseBrightness.svg
A images/theme_originals/mActionIncreaseContrast.svg
A images/themes/default/mActionDecreaseBrightness.svg
A images/themes/default/mActionDecreaseContrast.svg
A images/themes/default/mActionIncreaseBrightness.svg
A images/themes/default/mActionIncreaseContrast.svg
A images/themes/gis/mActionDecreaseBrightness.svg
A images/themes/gis/mActionDecreaseContrast.svg
A images/themes/gis/mActionIncreaseBrightness.svg
A images/themes/gis/mActionIncreaseContrast.svg
M python/core/composer/qgscomposeritem.sip
M python/core/composer/qgscomposition.sip
M python/core/qgsexpression.sip
M python/core/qgsogcutils.sip
M python/core/qgsvectorlayer.sip
M python/core/raster/qgsrasterinterface.sip
M python/gui/qgsfieldvalidator.sip
M python/plugins/fTools/tools/doGeometry.py
M python/plugins/fTools/tools/doRandPoints.py
M python/plugins/fTools/tools/doRegPoints.py
M python/plugins/fTools/tools/doSpatialJoin.py
M python/plugins/fTools/tools/doSumLines.py
M python/plugins/fTools/tools/doVectorGrid.py
M python/plugins/sextante/gdal/scripts/sieve.py
M python/plugins/sextante/gui/BatchInputSelectionPanel.py
M python/plugins/sextante/gui/BatchProcessingDialog.py
M python/plugins/sextante/gui/FileSelectionPanel.py
M python/plugins/sextante/gui/SextanteToolbox.py
A python/plugins/sextante/otb/description/BinaryMorphologicalOperation.txt
A python/plugins/sextante/otb/description/ClassificationRegularization.txt
A python/plugins/sextante/otb/description/ComputeConfusionMatrix.txt
A python/plugins/sextante/otb/description/EdgeExtraction.txt
A python/plugins/sextante/otb/description/FusionOfClassifications.txt
A python/plugins/sextante/otb/description/GrayScaleMorphologicalOperation.txt
A python/plugins/sextante/otb/description/HaralickTextureExtraction.txt
A python/plugins/sextante/otb/description/LocalStatisticExtraction.txt
A python/plugins/sextante/otb/description/MorphologicalProfilesSegmentation_raster.txt
A python/plugins/sextante/otb/description/MorphologicalProfilesSegmentation_vector.txt
A python/plugins/sextante/otb/description/Pansharpening.txt
A python/plugins/sextante/otb/description/RadiometricIndices.txt
A python/plugins/sextante/otb/description/SFSTextureExtraction.txt
M python/plugins/sextante/r/RAlgorithm.py
M src/app/composer/qgscomposeritemwidget.cpp
M src/app/composer/qgscomposeritemwidget.h
M src/app/composer/qgscomposerlabelwidget.cpp
M src/app/composer/qgscomposerlabelwidget.h
M src/app/legend/qgslegend.cpp
M src/app/main.cpp
M src/app/qgisapp.cpp
M src/app/qgisapp.h
M src/app/qgisappstylesheet.cpp
M src/app/qgsaddattrdialog.cpp
M src/app/qgsaddattrdialog.h
M src/app/qgsattributedialog.cpp
M src/app/qgsattributetypedialog.cpp
M src/app/qgsattributetypedialog.h
M src/app/qgscustomization.cpp
M src/app/qgscustomization.h
M src/app/qgsfieldsproperties.cpp
M src/app/qgsfieldsproperties.h
M src/app/qgsidentifyresultsdialog.cpp
M src/core/CMakeLists.txt
M src/core/composer/qgscomposeritem.cpp
M src/core/composer/qgscomposeritem.h
M src/core/composer/qgscomposerlegend.cpp
M src/core/composer/qgscomposerlegend.h
M src/core/composer/qgscomposition.cpp
M src/core/composer/qgscomposition.h
M src/core/qgsexpression.cpp
M src/core/qgsexpression.h
M src/core/qgsfield.cpp
M src/core/qgsfield.h
M src/core/qgsogcutils.cpp
M src/core/qgsogcutils.h
M src/core/qgsprojectfiletransform.cpp
M src/core/qgsvectorfilewriter.h
M src/core/qgsvectorlayer.cpp
M src/core/qgsvectorlayer.h
A src/core/raster/qgsbrightnesscontrastfilter.cpp
A src/core/raster/qgsbrightnesscontrastfilter.h
M src/core/raster/qgsrasterinterface.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/core/raster/qgsrasterrenderer.h
M src/core/raster/qgsrasterresamplefilter.cpp
M src/core/raster/qgsrasterresamplefilter.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/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/qgsrulebasedrendererv2.cpp
M src/core/symbology-ng/qgssymbollayerv2.cpp
M src/core/symbology-ng/qgssymbollayerv2.h
M src/core/symbology-ng/qgssymbollayerv2utils.cpp
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/attributetable/qgsattributetablemodel.cpp
M src/gui/qgsattributeeditor.cpp
M src/gui/qgscollapsiblegroupbox.cpp
M src/gui/qgscollapsiblegroupbox.h
M src/gui/qgscomposerview.cpp
M src/gui/qgsfieldvalidator.cpp
M src/gui/qgsfieldvalidator.h
M src/gui/qgsfilterlineedit.cpp
M src/gui/qgsfilterlineedit.h
M src/gui/symbology-ng/qgsellipsesymbollayerv2widget.cpp
M src/gui/symbology-ng/qgsellipsesymbollayerv2widget.h
M src/gui/symbology-ng/qgssymbollayerv2widget.cpp
M src/gui/symbology-ng/qgssymbollayerv2widget.h
M src/gui/symbology-ng/qgsvectorfieldsymbollayerwidget.cpp
M src/gui/symbology-ng/qgsvectorfieldsymbollayerwidget.h
M src/mapserver/qgsfilter.cpp
M src/mapserver/qgswfsserver.cpp
M src/mapserver/qgswfsserver.h
M src/providers/gdal/qgsgdalprovider.cpp
M src/providers/oracle/qgsoracleconn.cpp
M src/providers/oracle/qgsoracleprovider.cpp
M src/providers/postgres/qgspostgresprovider.cpp
M src/providers/wfs/CMakeLists.txt
M src/providers/wfs/qgswfscapabilities.cpp
M src/providers/wfs/qgswfsprovider.cpp
R src/providers/wfs/qgswfsutils.cpp
R src/providers/wfs/qgswfsutils.h
M src/providers/wms/qgswmsprovider.cpp
M src/ui/qgisapp.ui
M src/ui/qgsattributetypeedit.ui
M src/ui/qgscomposeritemwidgetbase.ui
M src/ui/qgscomposermapwidgetbase.ui
M src/ui/qgsgraduatedsymbolrendererv2widget.ui
M src/ui/qgssinglebandpseudocolorrendererwidgetbase.ui
M src/ui/symbollayer/widget_ellipse.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
M src/ui/symbollayer/widget_vectorfield.ui
M tests/src/core/testqgsexpression.cpp
M tests/src/core/testqgsogcutils.cpp
Log Message:
-----------
Merge branch 'master' into heatmap_kernels
Commit: 80c39816a65bf87a3569613f3faec7d28c8b8927
https://github.com/qgis/Quantum-GIS/commit/80c39816a65bf87a3569613f3faec7d28c8b8927
Author: Nyall Dawson <nyall.dawson at gmail.com>
Date: 2013-03-17 (Sun, 17 Mar 2013)
Changed paths:
M src/plugins/heatmap/heatmap.cpp
M src/plugins/heatmap/heatmap.h
M src/plugins/heatmap/heatmapgui.cpp
M src/plugins/heatmap/heatmapgui.h
M src/plugins/heatmap/heatmapguibase.ui
Log Message:
-----------
[FEATURE] Add triweight and Epanechnikov kernels. Make decay disabled for all kernels expect Triangular kernel. Fix math for triangular kernels.
Commit: 7423e9aad75880475e4d21f1e06f4cabf0b485e9
https://github.com/qgis/Quantum-GIS/commit/7423e9aad75880475e4d21f1e06f4cabf0b485e9
Author: Nyall Dawson <nyall.dawson at gmail.com>
Date: 2013-03-18 (Mon, 18 Mar 2013)
Changed paths:
M src/plugins/heatmap/heatmap.cpp
M src/plugins/heatmap/heatmap.h
M src/plugins/heatmap/heatmapgui.cpp
M src/plugins/heatmap/heatmapgui.h
Log Message:
-----------
Move kernelShape enum to heatmap.h
Commit: 2a9d016682aac2c1b1f1bd866e8f4e7458dec443
https://github.com/qgis/Quantum-GIS/commit/2a9d016682aac2c1b1f1bd866e8f4e7458dec443
Author: Nathan Woodrow <madmanwoo at gmail.com>
Date: 2013-03-23 (Sat, 23 Mar 2013)
Changed paths:
M src/plugins/heatmap/heatmap.cpp
M src/plugins/heatmap/heatmap.h
M src/plugins/heatmap/heatmapgui.cpp
M src/plugins/heatmap/heatmapgui.h
M src/plugins/heatmap/heatmapguibase.ui
Log Message:
-----------
Merge pull request #471 from nyalldawson/heatmap_kernels
[FEATURE] Add additional kernels to the Heatmap plugin...
Compare: https://github.com/qgis/Quantum-GIS/compare/a006d9995858...2a9d016682aa
More information about the QGIS-commit
mailing list