linz / gazetteer

New Zealand Gazetteer of official place names
http://www.linz.govt.nz/regulatory/place-names/find-name/new-zealand-gazetteer-official-geographic-names/new-zealand-gazetteer-search-place-names#zoom=0&lat=-41.14127&lon=172.5&layers=BTTT
Other
2 stars 2 forks source link

Replace all redundant api2 calls #15

Closed SPlanzer closed 5 years ago

SPlanzer commented 5 years ago

Details for my own purposes to track completeness to api2>3 changes

Click to expand * /home/splanzer/git/gazetteer/src/NZGBplugin/NewFeatureDialog.py::32: Found featureType -> ['(class Qgis) has been removed. Use the equivalent QgsWkbTypes::displayString() instead.'] * Action | Notes --- | --- False Positive | This is a qt dlg object not qgis * /home/splanzer/git/gazetteer/src/NZGBplugin/NewFeatureDialog.py::50: Found featureType -> ['(class Qgis) has been removed. Use the equivalent QgsWkbTypes::displayString() instead.'] * Action | Notes --- | --- False Positive | Method name * /home/splanzer/git/gazetteer/src/NZGBplugin/NewFeatureDialog.py::66: Found accept -> ['(class QgsAttributeForm) was removed. Use save() instead.'] * Action | Notes --- | --- False Positive | Method name * /home/splanzer/git/gazetteer/src/NZGBplugin/NewFeatureDialog.py::69: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | Just a String * /home/splanzer/git/gazetteer/src/NZGBplugin/NewFeatureDialog.py::87: Found accept -> ['(class QgsAttributeForm) was removed. Use save() instead.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::36: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- False Positive | Just a String * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::37: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | Just a String * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::40: Found buttonBox -> ['(class QgsSvgSelectorDialog) has been removed as they were leaking implementation details.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::42: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::47: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::49: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::54: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::64: Found reject -> ['(class QgsAttributeForm) was removed. Use resetValues() instead.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::66: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::67: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::68: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | Just a String * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::71: Found accept -> ['(class QgsAttributeForm) was removed. Use save() instead.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::75: Found accept -> ['(class QgsAttributeForm) was removed. Use save() instead.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::79: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- False Positive | Just a String * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::84: Found QgsMapLayerRegistry -> ['==Removed== Its functionality has been moved to QgsProject.'] * Action | Notes --- | --- Actioned | Replaced with QgsProject * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::85: Found subsetString -> ['(class QgsVectorLayer) was made const. This has no effect on PyQGIS code, but c++ code implementing derived layer classes will need to update the signature of this method to match.'] * Action | Notes --- | --- False Positive | Just a String * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::89: Found QgsMapLayerRegistry -> ['==Removed== Its functionality has been moved to QgsProject.'] * Action | Notes --- | --- Actioned | Replaced with QgsProject * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::90: Found geometryType -> ['(class QgsVectorDataProvider) has been renamed to wkbType() to be in line with QgsVectorLayer'] * Action | Notes --- | --- Actioned | Replaced with QgsVectorLayer * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py::97: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- False Positive | Just a String * /home/splanzer/git/gazetteer/src/NZGBplugin/SelectNameTool.py::24: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/SelectNameTool.py::26: Found layers -> ['(class QgsMapSettings) and setLayers() now work with list of layers instead of layer IDs'] * Action | Notes --- | --- ??? | local var but might have a layer object assigned to it * /home/splanzer/git/gazetteer/src/NZGBplugin/SelectNameTool.py::27: Found mapCanvas -> ['(class QgsLayerPropertiesWidget) have been removed in favor of setContext()/context()', '(class QgsRendererWidget) have been removed in favor of setContext()/context()', '(class QgsRendererRulePropsWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolLayerWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolSelectorDialog) have been removed in favor of setContext()/context()', '(class QgsSymbolsListWidget) have been removed in favor of setContext()/context()'] * Action | Notes --- | --- False Positive | the mapCanvas is a property of the QgisInterface. As I understand it this has not been modified * /home/splanzer/git/gazetteer/src/NZGBplugin/SelectNameTool.py::29: Found layers -> ['(class QgsMapSettings) and setLayers() now work with list of layers instead of layer IDs'] * Action | Notes --- | --- ??? | local var but might have a layer object assigned to it * /home/splanzer/git/gazetteer/src/NZGBplugin/SelectNameTool.py::32: Found instance -> ['(class QgsAuthManager) was removed in favor of QgsApplication::authManager() that returns an instance of the Auth Manager'] * Action | Notes --- | --- False Positive | This is a singleton instance of the Controller * /home/splanzer/git/gazetteer/src/NZGBplugin/SelectNameTool.py::36: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- False Positive | Just a String * /home/splanzer/git/gazetteer/src/NZGBplugin/SelectNameTool.py::45: Found canvasMoveEvent -> ['(class QgsAdvancedDigitizingDockWidget) were removed. Handling of events is done in QgsMapToolAdvancedDigitizing.'] * Action | Notes --- | --- False Positive | Over writing QgsMapTool not related to QgsAdvancedDigitizingDockWidget * /home/splanzer/git/gazetteer/src/NZGBplugin/SelectNameTool.py::46: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | Not releated to QgsSimpleMarkerSymbolLayer * /home/splanzer/git/gazetteer/src/NZGBplugin/SelectNameTool.py::47: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | QgsSimpleMarkerSymbolLayer * /home/splanzer/git/gazetteer/src/NZGBplugin/SelectNameTool.py::50: Found canvasReleaseEvent -> ['(class QgsAdvancedDigitizingDockWidget), canvasMoveEvent() were removed. Handling of events is done in QgsMapToolAdvancedDigitizing.'] * Action | Notes --- | --- False Positive | QgsMapTool.canvasReleaseEvent is un changed * /home/splanzer/git/gazetteer/src/NZGBplugin/SelectNameTool.py::53: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | local var, assigned via local method * /home/splanzer/git/gazetteer/src/NZGBplugin/Ui_NewFeatureDialog.py::54: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- False Positive | object property. QT pro assigned * /home/splanzer/git/gazetteer/src/NZGBplugin/Ui_NewFeatureDialog.py::55: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/Ui_NewFeatureDialog.py::56: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/Ui_NewFeatureDialog.py::73: Found buttonBox -> ['(class QgsSvgSelectorDialog) has been removed as they were leaking implementation details.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/Ui_NewFeatureDialog.py::74: Found buttonBox -> ['(class QgsSvgSelectorDialog) has been removed as they were leaking implementation details.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/Ui_NewFeatureDialog.py::75: Found buttonBox -> ['(class QgsSvgSelectorDialog) has been removed as they were leaking implementation details.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/Ui_NewFeatureDialog.py::76: Found buttonBox -> ['(class QgsSvgSelectorDialog) has been removed as they were leaking implementation details.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/Ui_NewFeatureDialog.py::77: Found buttonBox -> ['(class QgsSvgSelectorDialog) has been removed as they were leaking implementation details.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/Ui_NewFeatureDialog.py::80: Found accept -> ['(class QgsAttributeForm) was removed. Use save() instead.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/Ui_NewFeatureDialog.py::81: Found reject -> ['(class QgsAttributeForm) was removed. Use resetValues() instead.'] * Action | Notes --- | --- False Positive | QT method * /home/splanzer/git/gazetteer/src/NZGBplugin/Ui_NewFeatureDialog.py::86: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/Ui_NewFeatureDialog.py::89: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- False Positive | actual ref = action_label * /home/splanzer/git/gazetteer/src/NZGBplugin/Plugin.py::74: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- False Positive | Just a String * /home/splanzer/git/gazetteer/src/NZGBplugin/Plugin.py::75: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- False Positive | Just a String * /home/splanzer/git/gazetteer/src/NZGBplugin/Plugin.py::167: Found instance -> ['(class QgsAuthManager) was removed in favor of QgsApplication::authManager() that returns an instance of the Auth Manager'] * Action | Notes --- | --- False Positive | This is a singleton instance of the Controller * /home/splanzer/git/gazetteer/src/NZGBplugin/Plugin.py::169: Found instance -> ['(class QgsAuthManager) was removed in favor of QgsApplication::authManager() that returns an instance of the Auth Manager'] * Action | Notes --- | --- False Positive | databse instance * /home/splanzer/git/gazetteer/src/NZGBplugin/Plugin.py::173: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- False Positive | Just a String * /home/splanzer/git/gazetteer/src/NZGBplugin/Plugin.py::260: Found mapCanvas -> ['(class QgsLayerPropertiesWidget) have been removed in favor of setContext()/context()', '(class QgsRendererWidget) have been removed in favor of setContext()/context()', '(class QgsRendererRulePropsWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolLayerWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolSelectorDialog) have been removed in favor of setContext()/context()', '(class QgsSymbolsListWidget) have been removed in favor of setContext()/context()'] * Action | Notes --- | --- False Positive | the mapCanvas is a property of the QgisInterface. As I understand it this has not been modified * /home/splanzer/git/gazetteer/src/NZGBplugin/Plugin.py::271: Found map -> ['(class QgsMapCanvas) has been removed because QgsMapCanvasMap is not available in API anymore.'] * Action | Notes --- | --- False Positive | Just a String * /home/splanzer/git/gazetteer/src/NZGBplugin/Plugin.py::272: Found mapCanvas -> ['(class QgsLayerPropertiesWidget) have been removed in favor of setContext()/context()', '(class QgsRendererWidget) have been removed in favor of setContext()/context()', '(class QgsRendererRulePropsWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolLayerWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolSelectorDialog) have been removed in favor of setContext()/context()', '(class QgsSymbolsListWidget) have been removed in favor of setContext()/context()'] * Action | Notes --- | --- False Positive | the mapCanvas is a property of the QgisInterface. As I understand it this has not been modified * /home/splanzer/git/gazetteer/src/NZGBplugin/Plugin.py::298: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | db prop 'Database name: ' * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::26: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | QT var * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::27: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | QT var * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::28: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | QT var * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::60: Found instance -> ['(class QgsAuthManager) was removed in favor of QgsApplication::authManager() that returns an instance of the Auth Manager'] * Action | Notes --- | --- False Positive | This is a singleton instance of the Controller * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::66: Found mapCanvas -> ['(class QgsLayerPropertiesWidget) have been removed in favor of setContext()/context()', '(class QgsRendererWidget) have been removed in favor of setContext()/context()', '(class QgsRendererRulePropsWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolLayerWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolSelectorDialog) have been removed in favor of setContext()/context()', '(class QgsSymbolsListWidget) have been removed in favor of setContext()/context()'] * Action | Notes --- | --- False Positive | the mapCanvas is a property of the QgisInterface. As I understand it this has not been modified * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::67: Found mapCanvas -> ['(class QgsLayerPropertiesWidget) have been removed in favor of setContext()/context()', '(class QgsRendererWidget) have been removed in favor of setContext()/context()', '(class QgsRendererRulePropsWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolLayerWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolSelectorDialog) have been removed in favor of setContext()/context()', '(class QgsSymbolsListWidget) have been removed in favor of setContext()/context()'] * Action | Notes --- | --- False Positive | the mapCanvas is a property of the QgisInterface. As I understand it this has not been modified * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::73: Found QgsMapLayerRegistry -> ['==Removed== Its functionality has been moved to QgsProject.'] * Action | Notes --- | --- False Positive | the mapCanvas is a property of the QgisInterface. As I understand it this has not been modified * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::87: Found mapCanvas -> ['(class QgsLayerPropertiesWidget) have been removed in favor of setContext()/context()', '(class QgsRendererWidget) have been removed in favor of setContext()/context()', '(class QgsRendererRulePropsWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolLayerWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolSelectorDialog) have been removed in favor of setContext()/context()', '(class QgsSymbolsListWidget) have been removed in favor of setContext()/context()'] * Action | Notes --- | --- False Positive | the mapCanvas is a property of the QgisInterface. As I understand it this has not been modified * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::88: Found extent -> ['(class QgsMapLayer), styleURI(), exportNamedStyle(), exportSldStyle(), writeXml(), metadata() were made const. This has no effect on PyQGIS code, but c++ code implementing derived layer classes will need to update the signatures of these methods to match.'] * Action | Notes --- | --- False Positive | Does not impact PyQGIS * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::89: Found destinationCrs -> ['(class QgsGraphBuilderInterface) now returns a copy instead of a reference to the CRS. This has no effect on PyQGIS code, but c++', '(class QgsMapSettings) now returns a copy instead of a reference to the CRS. This has no effect on PyQGIS code, but c++', '(class QgsPointLocator) now returns a copy instead of a reference to the CRS. This has no effect on PyQGIS code, but c++'] * Action | Notes --- | --- False Positive | Does not impact PyQGIS * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::90: Found transform -> ['(class QgsCoordinateTransformCache) now returns a QgsCoordinateTransform object, not a pointer. An invalid QgsCoordinateTransform will'] * Action | Notes --- | --- No Action Required | No Action Required * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::91: Found extent -> ['(class QgsMapLayer), styleURI(), exportNamedStyle(), exportSldStyle(), writeXml(), metadata() were made const. This has no effect on PyQGIS code, but c++ code implementing derived layer classes will need to update the signatures of these methods to match.'] * Action | Notes --- | --- False Positive | Does not impact PyQGIS * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::93: Found exportToWkt -> ['(class QgsGeometry) was renamed to asWkt()'] * Action | Notes --- | --- Actioned | renamed to asWkt() * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::154: Found QgsMapLayerRegistry -> ['==Removed== Its functionality has been moved to QgsProject.'] * Action | Notes --- | --- Actioned | replaced with QgsProject * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::182: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | Local Str Var * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::183: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | Local Str Var * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::184: Found isValid -> ['(class QgsExpression) has been renamed to checkExpression()'] * Action | Notes --- | --- False Positive | layer.isValid() is still valid * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::186: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | Just a String * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::187: Found create -> ['(class QgsSvgSelectorWidget) has been removed - use ordinary constructor instead.'] * Action | Notes --- | --- False Positive | Just a String * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::198: Found loadNamedStyle -> ['(class QgsVectorLayer): theResultFlag argument is correctly declared as output argument'] * Action | Notes --- | --- False Positive | appear fine QgsVectorLayer.loadNamedStyle is still valid * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::201: Found QgsMapLayerRegistry -> ['==Removed== Its functionality has been moved to QgsProject.'] * Action | Notes --- | --- Actioned | replaced with QgsProject * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::233: Found layers -> ['(class QgsMapSettings) and setLayers() now work with list of layers instead of layer IDs'] * Action | Notes --- | --- No Action required | No Action required * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::241: Found layers -> ['(class QgsMapSettings) and setLayers() now work with list of layers instead of layer IDs'] * Action | Notes --- | --- False Positive | method name * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::247: Found layers -> ['(class QgsMapSettings) and setLayers() now work with list of layers instead of layer IDs'] * Action | Notes --- | --- No Action required | No Action required * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::256: Found layers -> ['(class QgsMapSettings) and setLayers() now work with list of layers instead of layer IDs'] * Action | Notes --- | --- No Action required | No Action required * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::269: Found mapCanvas -> ['(class QgsLayerPropertiesWidget) have been removed in favor of setContext()/context()', '(class QgsRendererWidget) have been removed in favor of setContext()/context()', '(class QgsRendererRulePropsWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolLayerWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolSelectorDialog) have been removed in favor of setContext()/context()', '(class QgsSymbolsListWidget) have been removed in favor of setContext()/context()'] * Action | Notes --- | --- False Positive | the mapCanvas is a property of the QgisInterface. As I understand it this has not been modified * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::282: Found featureCount -> ['(class QgsVectorLayer) now requires a legend key string instead of a QgsSymbol pointer argument.'] * Action | Notes --- | --- No Action Required | This is featureCount method 2/2 where no parameter is provided * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::287: Found mapCanvas -> ['(class QgsLayerPropertiesWidget) have been removed in favor of setContext()/context()', '(class QgsRendererWidget) have been removed in favor of setContext()/context()', '(class QgsRendererRulePropsWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolLayerWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolSelectorDialog) have been removed in favor of setContext()/context()', '(class QgsSymbolsListWidget) have been removed in favor of setContext()/context()'] * Action | Notes --- | --- False Positive | the mapCanvas is a property of the QgisInterface. As I understand it this has not been modified * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::297: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | Private Method * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::338: Found subsetString -> ['(class QgsVectorLayer) was made const. This has no effect on PyQGIS code, but c++ code implementing derived layer classes will need to update the signature of this method to match.'] * Action | Notes --- | --- False Positive | As above no PyQGIS effects * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::349: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | name not related to a QGIS class here * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::350: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | name not related to a QGIS class here * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::357: Found layers -> ['(class QgsMapSettings) and setLayers() now work with list of layers instead of layer IDs'] * Action | Notes --- | --- No Action required | No Action required * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::368: Found layers -> ['(class QgsMapSettings) and setLayers() now work with list of layers instead of layer IDs'] * Action | Notes --- | --- No Action required | No Action required * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::369: Found subsetString -> ['(class QgsVectorLayer) was made const. This has no effect on PyQGIS code, but c++ code implementing derived layer classes will need to update the signature of this method to match.'] * Action | Notes --- | --- No Action required | No Action required * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::376: Found transform -> ['(class QgsCoordinateTransformCache) now returns a QgsCoordinateTransform object, not a pointer. An invalid QgsCoordinateTransform will'] * Action | Notes --- | --- No Action required | No Action required * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::381: Found extent -> ['(class QgsMapLayer), styleURI(), exportNamedStyle(), exportSldStyle(), writeXml(), metadata() were made const. This has no effect on PyQGIS code, but c++ code implementing derived layer classes will need to update the signatures of these methods to match.'] * Action | Notes --- | --- False Positive | Local Var * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::382: Found layers -> ['(class QgsMapSettings) and setLayers() now work with list of layers instead of layer IDs'] * Action | Notes --- | --- False Positive | Local Var * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::383: Found layers -> ['(class QgsMapSettings) and setLayers() now work with list of layers instead of layer IDs'] * Action | Notes --- | --- False Positive | Local Var Though has layers of some form assigned * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::386: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | Local Var * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::387: Found layers -> ['(class QgsMapSettings) and setLayers() now work with list of layers instead of layer IDs'] * Action | Notes --- | --- No Action required | No Action required * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::389: Found extent -> ['(class QgsMapLayer), styleURI(), exportNamedStyle(), exportSldStyle(), writeXml(), metadata() were made const. This has no effect on PyQGIS code, but c++ code implementing derived layer classes will need to update the signatures of these methods to match.'] * Action | Notes --- | --- False Positive | Not a method * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::390: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | string list element * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::404: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- No Action required | No Action required * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::406: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- No Action required | No Action required * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::410: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- False Positive | String * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::416: Found mapCanvas -> ['(class QgsLayerPropertiesWidget) have been removed in favor of setContext()/context()', '(class QgsRendererWidget) have been removed in favor of setContext()/context()', '(class QgsRendererRulePropsWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolLayerWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolSelectorDialog) have been removed in favor of setContext()/context()', '(class QgsSymbolsListWidget) have been removed in favor of setContext()/context()'] * Action | Notes --- | --- False Positive | the mapCanvas is a property of the QgisInterface. As I understand it this has not been modified * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::424: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | Controller Property Name (currentName) * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::425: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Postive | The above assigned to local Var "Name" * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::430: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Postive | Above Var used to get at property * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::434: Found mapCanvas -> ['(class QgsLayerPropertiesWidget) have been removed in favor of setContext()/context()', '(class QgsRendererWidget) have been removed in favor of setContext()/context()', '(class QgsRendererRulePropsWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolLayerWidget) have been removed in favor of setContext()/context()', '(class QgsSymbolSelectorDialog) have been removed in favor of setContext()/context()', '(class QgsSymbolsListWidget) have been removed in favor of setContext()/context()'] * Action | Notes --- | --- False Positive | the mapCanvas is a property of the QgisInterface. As I understand it this has not been modified * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::439: Found geometryAndOwnership -> ['(class QgsFeature) has been removed. Use geometry() instead.'] * Action | Notes --- | --- Actioned | geometryAndOwnership replaced with geometry() * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::441: Found crs -> ['(class QgsMapLayer) now returns a QgsCoordinateReferenceSystem object, not a reference. This change has no effect for PyQGIS code.'] * Action | Notes --- | --- No Action Required | See above * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::442: Found crs -> ['(class QgsMapLayer) now returns a QgsCoordinateReferenceSystem object, not a reference. This change has no effect for PyQGIS code.'] * Action | Notes --- | --- No Action Required | See above * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::444: Found transform -> ['(class QgsCoordinateTransformCache) now returns a QgsCoordinateTransform object, not a pointer. An invalid QgsCoordinateTransform will'] * Action | Notes --- | --- No Actioned required | QgsCoordinateTransformCache is now handle silienty * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::445: Found geometryType -> ['(class QgsVectorDataProvider) has been renamed to wkbType() to be in line with QgsVectorLayer'] * Action | Notes --- | --- Actioned | changed to wkbType * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::453: Found layers -> ['(class QgsMapSettings) and setLayers() now work with list of layers instead of layer IDs'] * Action | Notes --- | --- False Positive | Just a string * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::461: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- No Action Required | Name here reffers to the plugins layer object * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::472: Found pendingFields -> ['(class QgsVectorLayer) was dropped. Use fields() instead.'] * Action | Notes --- | --- Actioned | pendingFields >> fields() * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::480: Found addFeature -> ['(class QgsVectorLayer) no longer accepts an alsoUpdateExtent boolean - this extra argument has been ignored for some time'] * Action | Notes --- | --- Actioned | alsoUpdateExtent not provided here * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::487: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | 'name' == Controller property not QGIS prop * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::488: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | 'name' == Controller property * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::499: Found geometryType -> ['(class QgsVectorDataProvider) has been renamed to wkbType() to be in line with QgsVectorLayer'] * Action | Notes --- | --- Actioned | QgsVectorDataProvider >> wkbType * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::515: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- False Positive | 'name' == Controller property * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py::525: Found selectedFeaturesIds -> ['==Renamed method to== selectedFeatureIds', '(class QgsIFeatureSelectionManager) has been renamed to selectedFeatureIds()', '(class QgsVectorLayer) replaced by selectedFeatureIds()'] * Action | Notes --- | --- Actioned | selectedFeaturesIds() >> selectedFeatureIds() * /home/splanzer/git/gazetteer/src/NZGBplugin/__init__.py::37: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | This is redundant. Is read from metadata.txt * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::19: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::20: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::26: Found instance -> ['(class QgsAuthManager) was removed in favor of QgsApplication::authManager() that returns an instance of the Auth Manager'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::33: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::36: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::43: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::44: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::65: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::87: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::105: Found expression -> ['(class QgsEditFormConfig), setExpression(), expressionDescription() and setExpressionDescription()', '(class QgsSymbolLayer) was removed.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::140: Found expression -> ['(class QgsEditFormConfig), setExpression(), expressionDescription() and setExpressionDescription()', '(class QgsSymbolLayer) was removed.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::416: Found expression -> ['(class QgsEditFormConfig), setExpression(), expressionDescription() and setExpressionDescription()', '(class QgsSymbolLayer) was removed.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::473: Found save -> ['(class QgsFeatureRendererV2) expects QgsReadWriteContext reference as the last argument'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::542: Found expression -> ['(class QgsEditFormConfig), setExpression(), expressionDescription() and setExpressionDescription()', '(class QgsSymbolLayer) was removed.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::595: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::596: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::608: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::610: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::612: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::613: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::614: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::615: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::617: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::619: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::622: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::623: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::624: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::625: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::626: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::629: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::631: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::632: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::634: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::635: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::637: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::641: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::643: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::655: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::665: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::686: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::690: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::692: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::703: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::710: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::724: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::739: Found block -> ["(class QgsRasterInterface) has new 'feedback' argument."] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::829: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::834: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::837: Found expression -> ['(class QgsEditFormConfig), setExpression(), expressionDescription() and setExpressionDescription()', '(class QgsSymbolLayer) was removed.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::839: Found cache -> ['(class QgsVectorLayerEditUtils) has been removed.', '(class QgsVectorLayerUndoCommand) has been removed.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::840: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::845: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::856: Found expression -> ['(class QgsEditFormConfig), setExpression(), expressionDescription() and setExpressionDescription()', '(class QgsSymbolLayer) was removed.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::867: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::899: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::900: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::902: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::913: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::921: Found expression -> ['(class QgsEditFormConfig), setExpression(), expressionDescription() and setExpressionDescription()', '(class QgsSymbolLayer) was removed.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::928: Found expression -> ['(class QgsEditFormConfig), setExpression(), expressionDescription() and setExpressionDescription()', '(class QgsSymbolLayer) was removed.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::933: Found expression -> ['(class QgsEditFormConfig), setExpression(), expressionDescription() and setExpressionDescription()', '(class QgsSymbolLayer) was removed.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::945: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::952: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::1036: Found expression -> ['(class QgsEditFormConfig), setExpression(), expressionDescription() and setExpressionDescription()', '(class QgsSymbolLayer) was removed.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py::1051: Found expression -> ['(class QgsEditFormConfig), setExpression(), expressionDescription() and setExpressionDescription()', '(class QgsSymbolLayer) was removed.'] * Action | Notes --- | --- TODO | An independent module (pyratemp) added to this project. this will need to be updated to the py3 version. * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py::36: Found cancelled -> ['(class QgsFeedback) and isCancelled() has been renamed to canceled() and isCanceled(), respectively '] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py::40: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py::41: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py::42: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py::64: Found save -> ['(class QgsFeatureRendererV2) expects QgsReadWriteContext reference as the last argument'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py::81: Found save -> ['(class QgsFeatureRendererV2) expects QgsReadWriteContext reference as the last argument'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py::90: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py::92: Found expression -> ['(class QgsEditFormConfig), setExpression(), expressionDescription() and setExpressionDescription()', '(class QgsSymbolLayer) was removed.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py::145: Found isDirty -> ['(class QgsMapCanvas) have been removed. Use refresh() to refresh canvas content.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py::153: Found save -> ['(class QgsFeatureRendererV2) expects QgsReadWriteContext reference as the last argument'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py::156: Found cancelled -> ['(class QgsFeedback) and isCancelled() has been renamed to canceled() and isCanceled(), respectively '] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py::158: Found isDirty -> ['(class QgsMapCanvas) have been removed. Use refresh() to refresh canvas content.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py::160: Found save -> ['(class QgsFeatureRendererV2) expects QgsReadWriteContext reference as the last argument'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py::167: Found save -> ['(class QgsFeatureRendererV2) expects QgsReadWriteContext reference as the last argument'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py::185: Found save -> ['(class QgsFeatureRendererV2) expects QgsReadWriteContext reference as the last argument'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py::187: Found save -> ['(class QgsFeatureRendererV2) expects QgsReadWriteContext reference as the last argument'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py::194: Found save -> ['(class QgsFeatureRendererV2) expects QgsReadWriteContext reference as the last argument'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py::206: Found cancelled -> ['(class QgsFeedback) and isCancelled() has been renamed to canceled() and isCanceled(), respectively '] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/SqlAlchemyAdaptor.py::15: Found properties -> ['==Renamed method to== strategies'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/SqlAlchemyAdaptor.py::39: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/SqlAlchemyAdaptor.py::41: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/SqlAlchemyAdaptor.py::53: Found property -> ['==Renamed method to== cost'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/SqlAlchemyAdaptor.py::55: Found property -> ['==Renamed method to== cost'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/QtUtils.py::21: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/QtUtils.py::28: Found clear -> ['(class QgsMapCanvas) has been removed. Use refresh() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/Adaptor.py::23: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/Adaptor.py::53: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/Adaptor.py::71: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/Adaptor.py::108: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/Adaptor.py::151: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/PythonComboBox.py::33: Found clear -> ['(class QgsMapCanvas) has been removed. Use refresh() instead.'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ListModelConnector.py::29: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ListModelConnector.py::30: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ListModelConnector.py::200: Found isValid -> ['(class QgsExpression) has been renamed to checkExpression()'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ListModelConnector.py::206: Found isValid -> ['(class QgsExpression) has been renamed to checkExpression()'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ListModelConnector.py::224: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ListModelConnector.py::291: Found isValid -> ['(class QgsExpression) has been renamed to checkExpression()'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ListModelConnector.py::363: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ListModelConnector.py::364: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ListModelConnector.py::365: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ListModelConnector.py::366: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ListModelConnector.py::375: Found setVisible -> ['(class QgsLayerTreeGroup) is replaced by QgsLayerTreeNode::setItemVisibilityChecked()', '(class QgsLayerTreeLayer) is replaced by QgsLayerTreeNode::setItemVisibilityChecked()'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ErrorHandler.py::22: Found instance -> ['(class QgsAuthManager) was removed in favor of QgsApplication::authManager() that returns an instance of the Auth Manager'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/DictionaryList.py::28: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- | * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/DictionaryList.py::29: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/DictionaryList.py::30: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/DictionaryList.py::31: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/DictionaryList.py::40: Found setVisible -> ['(class QgsLayerTreeGroup) is replaced by QgsLayerTreeNode::setItemVisibilityChecked()', '(class QgsLayerTreeLayer) is replaced by QgsLayerTreeNode::setItemVisibilityChecked()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/DictionaryList.py::156: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/DictionaryList.py::157: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/DictionaryList.py::269: Found isValid -> ['(class QgsExpression) has been renamed to checkExpression()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/DictionaryList.py::272: Found isValid -> ['(class QgsExpression) has been renamed to checkExpression()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/DictionaryList.py::316: Found isValid -> ['(class QgsExpression) has been renamed to checkExpression()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/WidgetConnector.py::140: Found create -> ['(class QgsSvgSelectorWidget) has been removed - use ordinary constructor instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/WidgetConnector.py::178: Found save -> ['(class QgsFeatureRendererV2) expects QgsReadWriteContext reference as the last argument'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/WidgetConnector.py::188: Found isDirty -> ['(class QgsMapCanvas) have been removed. Use refresh() to refresh canvas content.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/WidgetConnector.py::205: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/WidgetConnector.py::227: Found save -> ['(class QgsFeatureRendererV2) expects QgsReadWriteContext reference as the last argument'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/WidgetConnector.py::236: Found save -> ['(class QgsFeatureRendererV2) expects QgsReadWriteContext reference as the last argument'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/WidgetConnector.py::241: Found isDirty -> ['(class QgsMapCanvas) have been removed. Use refresh() to refresh canvas content.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/WidgetConnector.py::244: Found isDirty -> ['(class QgsMapCanvas) have been removed. Use refresh() to refresh canvas content.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/WidgetConnector.py::250: Found isDirty -> ['(class QgsMapCanvas) have been removed. Use refresh() to refresh canvas content.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/WidgetConnector.py::260: Found property -> ['==Renamed method to== cost'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/WidgetConnector.py::262: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/WidgetConnector.py::263: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/WidgetConnector.py::265: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Database.py::21: Found expression -> ['(class QgsEditFormConfig), setExpression(), expressionDescription() and setExpressionDescription()', '(class QgsSymbolLayer) was removed.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Database.py::35: Found expression -> ['(class QgsEditFormConfig), setExpression(), expressionDescription() and setExpressionDescription()', '(class QgsSymbolLayer) was removed.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Database.py::107: Found instance -> ['(class QgsAuthManager) was removed in favor of QgsApplication::authManager() that returns an instance of the Auth Manager'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Database.py::135: Found instance -> ['(class QgsAuthManager) was removed in favor of QgsApplication::authManager() that returns an instance of the Auth Manager'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Database.py::138: Found instance -> ['(class QgsAuthManager) was removed in favor of QgsApplication::authManager() that returns an instance of the Auth Manager'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Database.py::188: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Database.py::192: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Database.py::197: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Database.py::201: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Database.py::204: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Database.py::208: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::26: Found expression -> ['(class QgsEditFormConfig), setExpression(), expressionDescription() and setExpressionDescription()', '(class QgsSymbolLayer) was removed.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::31: Found metadata -> ['(class QgsRasterDataProvider) was renamed to htmlMetadata()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::35: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::57: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::69: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::115: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::184: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::185: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::192: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::209: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::213: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::214: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::217: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::224: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::225: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::226: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::229: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::230: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::231: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::232: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::239: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::240: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::241: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::244: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::245: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::246: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py::247: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Export.py::57: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Export.py::75: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Export.py::76: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Export.py::77: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/AdminWidget.py::42: Found instance -> ['(class QgsAuthManager) was removed in favor of QgsApplication::authManager() that returns an instance of the Auth Manager'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/AdminWidget.py::82: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/AdminWidget.py::85: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/AdminWidget.py::86: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/AdminWidget.py::149: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/AdminWidget.py::153: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_SystemCodeEditorWidget.py::87: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_SystemCodeEditorWidget.py::88: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_SystemCodeEditorWidget.py::89: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_SystemCodeEditorWidget.py::90: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_NameSearchWidget.py::79: Found map -> ['(class QgsMapCanvas) has been removed because QgsMapCanvasMap is not available in API anymore.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_NameSearchWidget.py::139: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_NameSearchWidget.py::140: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_NameSearchWidget.py::141: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_NameSearchWidget.py::142: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Controller.py::44: Found instance -> ['(class QgsAuthManager) was removed in favor of QgsApplication::authManager() that returns an instance of the Auth Manager'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Controller.py::46: Found instance -> ['(class QgsAuthManager) was removed in favor of QgsApplication::authManager() that returns an instance of the Auth Manager'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Controller.py::75: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Controller.py::87: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Controller.py::94: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Controller.py::97: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Controller.py::99: Found select -> ['(class QgsVectorLayer) replaced by selectByRect()'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Controller.py::100: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Controller.py::104: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Controller.py::107: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Editor.py::32: Found instance -> ['(class QgsAuthManager) was removed in favor of QgsApplication::authManager() that returns an instance of the Auth Manager'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::53: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::64: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::66: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::77: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::80: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::141: Found dateFormat -> ['(class QgsRenderChecker), widgetSize() have been removed. Use QgsEditorWidgetRegistry::findBest().config() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::198: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::222: Found dateFormat -> ['(class QgsRenderChecker), widgetSize() have been removed. Use QgsEditorWidgetRegistry::findBest().config() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::250: Found instance -> ['(class QgsAuthManager) was removed in favor of QgsApplication::authManager() that returns an instance of the Auth Manager'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::275: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::276: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::277: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::278: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::284: Found accept -> ['(class QgsAttributeForm) was removed. Use save() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::286: Found accept -> ['(class QgsAttributeForm) was removed. Use save() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::289: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::291: Found cache -> ['(class QgsVectorLayerEditUtils) has been removed.', '(class QgsVectorLayerUndoCommand) has been removed.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::293: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::294: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::295: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::341: Found create -> ['(class QgsSvgSelectorWidget) has been removed - use ordinary constructor instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::385: Found save -> ['(class QgsFeatureRendererV2) expects QgsReadWriteContext reference as the last argument'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::397: Found setDirty -> ['(class QgsMapCanvas) and isDirty() have been removed. Use refresh() to refresh canvas content.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::410: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::411: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::412: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::413: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::415: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::417: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::420: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::422: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::431: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::432: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::436: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::437: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::442: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::444: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::446: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::451: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::467: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::470: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::474: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::477: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::487: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::507: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::508: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::510: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::536: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::537: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::538: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::639: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::640: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::643: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::661: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::662: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py::666: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameSearchWidget.py::41: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameSearchWidget.py::50: Found instance -> ['(class QgsAuthManager) was removed in favor of QgsApplication::authManager() that returns an instance of the Auth Manager'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameSearchWidget.py::52: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameSearchWidget.py::100: Found clear -> ['(class QgsMapCanvas) has been removed. Use refresh() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameSearchWidget.py::105: Found clear -> ['(class QgsMapCanvas) has been removed. Use refresh() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameSearchWidget.py::107: Found clear -> ['(class QgsMapCanvas) has been removed. Use refresh() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameSearchWidget.py::114: Found clear -> ['(class QgsMapCanvas) has been removed. Use refresh() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameSearchWidget.py::145: Found clear -> ['(class QgsMapCanvas) has been removed. Use refresh() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameSearchWidget.py::148: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameSearchWidget.py::155: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameSearchWidget.py::159: Found clear -> ['(class QgsMapCanvas) has been removed. Use refresh() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameSearchWidget.py::163: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameSearchWidget.py::206: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameSearchWidget.py::215: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameSearchWidget.py::247: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/SystemCodeEditorWidget.py::41: Found instance -> ['(class QgsAuthManager) was removed in favor of QgsApplication::authManager() that returns an instance of the Auth Manager'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/SystemCodeEditorWidget.py::57: Found cancelled -> ['(class QgsFeedback) and isCancelled() has been renamed to canceled() and isCanceled(), respectively '] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_AdminWidget.py::51: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_AdminWidget.py::52: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_AdminWidget.py::53: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_AdminWidget.py::54: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_AdminWidget.py::147: Found label -> ['(class QgsVectorLayer), enableLabels(), hasLabelsEnabled(), drawLabels() have been removed. Replaced by labeling based on PAL library, see QgsLabelingEngine.'] * Action | Notes --- | --- Ignored | No QGIS imports * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_AdminWidget.py::160: Found name -> ['(class QgsSimpleMarkerSymbolLayer) and setName() have been removed. Use shape() and setShape() instead.'] * Action | Notes --- | --- Ignored | No QGIS imports * Found 400 API2 usages * Files with API2 usages: * /home/splanzer/git/gazetteer/src/NZGBplugin/Layers.py -> 65 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/SelectNameTool.py -> 11 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ConnectedWidget.py -> 18 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameSearchWidget.py -> 15 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/QtUtils.py -> 2 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/AdminWidget.py -> 6 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Database.py -> 11 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/DictionaryList.py -> 10 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/Plugin.py -> 9 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ListModelConnector.py -> 11 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/Ui_NewFeatureDialog.py -> 12 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/GazEditForms.py -> 19 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Util/pyratemp.py -> 65 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/SystemCodeEditorWidget.py -> 2 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Model.py -> 27 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/Adaptor.py -> 5 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/WidgetConnector.py -> 13 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/NewFeatureDialog.py -> 5 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/SqlAlchemyAdaptor.py -> 5 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_SystemCodeEditorWidget.py -> 4 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/PythonComboBox.py -> 1 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/NameWebView.py -> 56 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_NameSearchWidget.py -> 5 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/Export.py -> 4 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Editor.py -> 1 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Controller.py -> 10 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/Widgets/ErrorHandler.py -> 1 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/LINZ/gazetteer/gui/Ui_AdminWidget.py -> 6 usages found * /home/splanzer/git/gazetteer/src/NZGBplugin/__init__.py -> 1 usages found *
SPlanzer commented 5 years ago

All QGIS api2 called removed