Is there a way to tell if an added feature in QGIS is in fact a newly digitized one or a pasted feature?
I think QGIS is treating both cases in the same way, emitting the same signal:
QgsVectorLayer::featureAdded(QgsFeatureId fid)
for a digitized feature as for a pasted one!
Maybe there's a way to tell the difference?