[QGIS Commit] [qgis/QGIS] 5c3877: Always emit signal when attribute values change
GitHub
noreply at github.com
Tue Jan 7 04:09:04 PST 2014
Branch: refs/heads/master
Home: https://github.com/qgis/QGIS
Commit: 5c38775be47e683798b587f0382ca9cd81442565
https://github.com/qgis/QGIS/commit/5c38775be47e683798b587f0382ca9cd81442565
Author: Matthias Kuhn <matthias.kuhn at gmx.ch>
Date: 2014-01-07 (Tue, 07 Jan 2014)
Changed paths:
M python/core/qgsvectorlayer.sip
M src/app/qgsfieldcalculator.cpp
M src/app/qgsmaptoolchangelabelproperties.cpp
M src/app/qgsmaptoolmovelabel.cpp
M src/app/qgsmaptoolpinlabels.cpp
M src/app/qgsmaptoolrotatelabel.cpp
M src/app/qgsmaptoolrotatepointsymbols.cpp
M src/app/qgsmaptoolshowhidelabels.cpp
M src/core/qgsofflineediting.cpp
M src/core/qgsvectorlayer.cpp
M src/core/qgsvectorlayer.h
M src/gui/attributetable/qgsattributetabledelegate.cpp
Log Message:
-----------
Always emit signal when attribute values change
Fix #9268
* Remove QgsVectorLayer::blockSignals() calls from QgsFieldCalculator
* Deprecate emitSignal parameter from QgsVectorLayer::changeAttributeValue( fid, field, value, emitSignal )
* Code cleanup to update calls to the new emitSignal-less method
More information about the QGIS-commit
mailing list