[QGIS Commit] [qgis/Quantum-GIS] 7c69ec: Add updateFields() signal, so adding of joined fie...
GitHub
noreply at github.com
Mon Apr 15 00:57:02 PDT 2013
Branch: refs/heads/master
Home: https://github.com/qgis/Quantum-GIS
Commit: 7c69ec1a2894f3b0dd788a3332393d87d202ba4f
https://github.com/qgis/Quantum-GIS/commit/7c69ec1a2894f3b0dd788a3332393d87d202ba4f
Author: Matthias Kuhn <matthias.kuhn at gmx.ch>
Date: 2013-04-15 (Mon, 15 Apr 2013)
Changed paths:
M python/core/qgsvectorlayer.sip
M src/core/qgsvectorlayer.cpp
M src/core/qgsvectorlayer.h
M src/core/qgsvectorlayercache.cpp
M src/core/qgsvectorlayercache.h
M src/gui/attributetable/qgsattributetablemodel.cpp
M src/gui/attributetable/qgsattributetablemodel.h
Log Message:
-----------
Add updateFields() signal, so adding of joined fields is communicated
attributeAdded and attributeDeleted signals are only emitted for "real" fields
and not for "virtual fields" as in joined fields. Therefore this signal should
be used instead to keep track of these
More information about the QGIS-commit
mailing list