[QGIS Commit] [qgis/QGIS] a09892: [Feature][Processing] Headless

GitHub noreply at github.com
Fri Dec 20 00:32:37 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/qgis/QGIS
  Commit: a09892f1bb55e7a81f1368a15073b36f12642201
      https://github.com/qgis/QGIS/commit/a09892f1bb55e7a81f1368a15073b36f12642201
  Author: D'Hont René-Luc <rldhont at gmail.com>
  Date:   2013-12-19 (Thu, 19 Dec 2013)

  Changed paths:
    M python/plugins/processing/core/Processing.py
    M python/plugins/processing/core/SilentProgress.py
    M python/plugins/processing/tools/dataobjects.py

  Log Message:
  -----------
  [Feature][Processing] Headless

To use QGIS Processing in python scripts out of QGIS.
The changes made concern the dependence to legendInterface. In cases
where the interface.iface is null (None) QGIS Processing uses the
QgsMapLayerRegistry instance.


  Commit: cbcd28a5ad4ed46c5f1fb11f705d51b75112b5fe
      https://github.com/qgis/QGIS/commit/cbcd28a5ad4ed46c5f1fb11f705d51b75112b5fe
  Author: volaya <volayaf at gmail.com>
  Date:   2013-12-20 (Fri, 20 Dec 2013)

  Changed paths:
    M python/plugins/processing/core/Processing.py
    M python/plugins/processing/core/SilentProgress.py
    M python/plugins/processing/tools/dataobjects.py

  Log Message:
  -----------
  Merge pull request #1031 from rldhont/headless_processing

Some changes to allow Processing to be run headless

It replaces legendInterface with QgsMapLayerRegistry, which is a better option


Compare: https://github.com/qgis/QGIS/compare/0ad5cc9548e6...cbcd28a5ad4e


More information about the QGIS-commit mailing list