[QGIS Commit] [qgis/QGIS] 85a17c: Add QgsMapLayerAction and QgsMapLayerActionRegistr...
GitHub
noreply at github.com
Mon Jan 20 02:36:43 PST 2014
Branch: refs/heads/master
Home: https://github.com/qgis/QGIS
Commit: 85a17c246a32a7e5ae68ed6b8080bd647d95da0b
https://github.com/qgis/QGIS/commit/85a17c246a32a7e5ae68ed6b8080bd647d95da0b
Author: Nyall Dawson <nyall.dawson at gmail.com>
Date: 2014-01-20 (Mon, 20 Jan 2014)
Changed paths:
M python/core/composer/qgsatlascomposition.sip
M python/gui/attributetable/qgsattributetablemodel.sip
M python/gui/attributetable/qgsdualview.sip
M python/gui/gui.sip
A python/gui/qgsmaplayeractionregistry.sip
M src/app/composer/qgscomposer.cpp
M src/app/composer/qgscomposer.h
M src/app/qgisapp.cpp
M src/app/qgisapp.h
M src/app/qgsidentifyresultsdialog.cpp
M src/app/qgsidentifyresultsdialog.h
M src/app/qgsmaptoolfeatureaction.cpp
M src/core/composer/qgsatlascomposition.cpp
M src/core/composer/qgsatlascomposition.h
M src/core/qgsattributeaction.h
M src/gui/CMakeLists.txt
M src/gui/attributetable/qgsattributetablemodel.cpp
M src/gui/attributetable/qgsattributetablemodel.h
M src/gui/attributetable/qgsdualview.cpp
M src/gui/attributetable/qgsdualview.h
A src/gui/qgsmaplayeractionregistry.cpp
A src/gui/qgsmaplayeractionregistry.h
Log Message:
-----------
Add QgsMapLayerAction and QgsMapLayerActionRegistry, which can be
used as a generic api for registering actions which can apply to
a specific map layer or layer type.
Create a QgsMapLayerAction for setting features as the current
atlas feature for compositions.
This work was kindly sponsored by SIGE (www.sige.ch).
More information about the QGIS-commit
mailing list