[QGIS Commit] [qgis/QGIS] 23a187: [processing] remove unused GDAL icons

GitHub noreply at github.com
Sun Oct 13 06:39:27 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/qgis/QGIS
  Commit: 23a1875578f55303fe5a248846834f51a946b613
      https://github.com/qgis/QGIS/commit/23a1875578f55303fe5a248846834f51a946b613
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-10-13 (Sun, 13 Oct 2013)

  Changed paths:
    R python/plugins/processing/gdal/icons/about.png
    R python/plugins/processing/gdal/icons/dem.png
    R python/plugins/processing/gdal/icons/edit.png
    R python/plugins/processing/gdal/icons/raster-rgb.png
    R python/plugins/processing/gdal/icons/reset.png
    R python/plugins/processing/gdal/icons/tileindex.png
    R python/plugins/processing/gdal/icons/tooltip.png

  Log Message:
  -----------
  [processing] remove unused GDAL icons


  Commit: 10506c5dafcbbe0db8ac3cd723ca86ab40521d01
      https://github.com/qgis/QGIS/commit/10506c5dafcbbe0db8ac3cd723ca86ab40521d01
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-10-13 (Sun, 13 Oct 2013)

  Changed paths:
    M python/plugins/processing/gdal/fillnodata.py

  Log Message:
  -----------
  [processing] use default icon for fillnodata


  Commit: ef2963c8b42bec643574660d5bc583d544486ff5
      https://github.com/qgis/QGIS/commit/ef2963c8b42bec643574660d5bc583d544486ff5
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-10-13 (Sun, 13 Oct 2013)

  Changed paths:
    M python/plugins/processing/gdal/GdalOgrAlgorithmProvider.py
    A python/plugins/processing/gdal/hillshade.py

  Log Message:
  -----------
  [processing] add gdal hillshade algorithm (addresses #7201)


  Commit: e6ba40585cdeb8985433dcf521c0e9c6eb55a3b1
      https://github.com/qgis/QGIS/commit/e6ba40585cdeb8985433dcf521c0e9c6eb55a3b1
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-10-13 (Sun, 13 Oct 2013)

  Changed paths:
    M python/plugins/processing/gdal/GdalOgrAlgorithmProvider.py
    A python/plugins/processing/gdal/slope.py

  Log Message:
  -----------
  [processing] add gdal slope algorithm (addresses #7201)


  Commit: bcad38ba75f3fab137a3d0b7ae6e81515d190267
      https://github.com/qgis/QGIS/commit/bcad38ba75f3fab137a3d0b7ae6e81515d190267
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-10-13 (Sun, 13 Oct 2013)

  Changed paths:
    M python/plugins/processing/gdal/GdalOgrAlgorithmProvider.py
    A python/plugins/processing/gdal/aspect.py

  Log Message:
  -----------
  [processing] add gdal aspect algorithm (addresses #7201)


  Commit: 9288a5de1941bca47d5435405c710e03f34e98bc
      https://github.com/qgis/QGIS/commit/9288a5de1941bca47d5435405c710e03f34e98bc
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-10-13 (Sun, 13 Oct 2013)

  Changed paths:
    M python/plugins/processing/gdal/GdalOgrAlgorithmProvider.py
    A python/plugins/processing/gdal/tri.py

  Log Message:
  -----------
  [processing] add gdal TRI algorithm (addresses #7201)


  Commit: 19c2ed7b582895b7910578a56283b411bff58011
      https://github.com/qgis/QGIS/commit/19c2ed7b582895b7910578a56283b411bff58011
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-10-13 (Sun, 13 Oct 2013)

  Changed paths:
    M python/plugins/processing/gdal/GdalOgrAlgorithmProvider.py
    A python/plugins/processing/gdal/tpi.py

  Log Message:
  -----------
  [processing] add gdal TPI algorithm (addresses #7201)


  Commit: f2c2114c56e98cd47a8e838e3a34e75c34a1d9c7
      https://github.com/qgis/QGIS/commit/f2c2114c56e98cd47a8e838e3a34e75c34a1d9c7
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-10-13 (Sun, 13 Oct 2013)

  Changed paths:
    M python/plugins/processing/gdal/GdalOgrAlgorithmProvider.py
    A python/plugins/processing/gdal/roughness.py

  Log Message:
  -----------
  [processing] add gdal roughness algorithm (addresses #7201)


  Commit: 273caa6b6ca3971834ec62279c75b553b5e58617
      https://github.com/qgis/QGIS/commit/273caa6b6ca3971834ec62279c75b553b5e58617
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-10-13 (Sun, 13 Oct 2013)

  Changed paths:
    A python/plugins/processing/gdal/ColorRelief.py
    M python/plugins/processing/gdal/GdalOgrAlgorithmProvider.py

  Log Message:
  -----------
  [processing] add gdal color-relief algorithm (addresses #7201)


  Commit: e8e36e62d9c81ce13d851202df9cd55ebda001d0
      https://github.com/qgis/QGIS/commit/e8e36e62d9c81ce13d851202df9cd55ebda001d0
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-10-13 (Sun, 13 Oct 2013)

  Changed paths:
    M python/plugins/processing/gdal/GdalOgrAlgorithmProvider.py
    A python/plugins/processing/gdal/GridInvDist.py

  Log Message:
  -----------
  [processing] add gdal interpolation (invdist) algorithm (addresses #7201)


  Commit: f35b1fb49ddab23dcfbba86770678b0099ecfed1
      https://github.com/qgis/QGIS/commit/f35b1fb49ddab23dcfbba86770678b0099ecfed1
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-10-13 (Sun, 13 Oct 2013)

  Changed paths:
    M python/plugins/processing/gdal/GdalOgrAlgorithmProvider.py
    A python/plugins/processing/gdal/GridAverage.py

  Log Message:
  -----------
  [processing] add gdal interpolation (average) algorithm (addresses #7201)


  Commit: 4512bfcb4482655f8f90d37bd58f5a4dded193f7
      https://github.com/qgis/QGIS/commit/4512bfcb4482655f8f90d37bd58f5a4dded193f7
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-10-13 (Sun, 13 Oct 2013)

  Changed paths:
    M python/plugins/processing/gdal/GdalOgrAlgorithmProvider.py
    A python/plugins/processing/gdal/GridNearest.py

  Log Message:
  -----------
  [processing] add gdal interpolation (nearest) algorithm (addresses #7201)


  Commit: 9b372f533450780d734890e51962f556f8669528
      https://github.com/qgis/QGIS/commit/9b372f533450780d734890e51962f556f8669528
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-10-13 (Sun, 13 Oct 2013)

  Changed paths:
    M python/plugins/processing/gdal/GdalOgrAlgorithmProvider.py
    A python/plugins/processing/gdal/GridDataMetrics.py

  Log Message:
  -----------
  [processing] add gdal interpolation (data metrics) algorithm (addresses #7201)


Compare: https://github.com/qgis/QGIS/compare/9885327a9d58...9b372f533450


More information about the QGIS-commit mailing list