[QGIS Commit] [qgis/QGIS] da1ebc: Comments and API improvements of simplification (n...

GitHub noreply at github.com
Thu Feb 20 21:09:28 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/qgis/QGIS
  Commit: da1ebc269333988ecb07efe8fb58f5c3db8a90a2
      https://github.com/qgis/QGIS/commit/da1ebc269333988ecb07efe8fb58f5c3db8a90a2
  Author: Martin Dobias <wonder.sk at gmail.com>
  Date:   2014-02-20 (Thu, 20 Feb 2014)

  Changed paths:
    M python/core/qgsfeaturerequest.sip
    M python/core/qgssimplifymethod.sip
    M python/core/qgsvectorlayer.sip
    M python/core/qgsvectorsimplifymethod.sip
    M src/app/qgsoptions.cpp
    M src/app/qgsvectorlayerproperties.cpp
    M src/core/qgsfeaturerequest.h
    M src/core/qgssimplifymethod.h
    M src/core/qgsvectorlayer.cpp
    M src/core/qgsvectorlayer.h
    M src/core/qgsvectorsimplifymethod.cpp
    M src/core/qgsvectorsimplifymethod.h
    M src/core/symbology-ng/qgslinesymbollayerv2.cpp
    M src/core/symbology-ng/qgssymbollayerv2.cpp
    M tests/src/core/testqgsatlascomposition.cpp
    M tests/src/core/testqgsblendmodes.cpp
    M tests/src/core/testqgsgradients.cpp

  Log Message:
  -----------
  Comments and API improvements of simplification (no functional changes)

- moved QgsVectorLayer::SimplifyHint enum to QgsVectorSimplifyMethod
- use QFlags instead of int for hints
- added few notes about simplification being added in 2.2




More information about the QGIS-commit mailing list