[QGIS-Developer] QgsFieldCombobox already populated

2022-03-24 Thread pierluigi de rosa via QGIS-Developer
Dear all, since QGIS 3.22 the actual LTR I noticed that the QgsFieldCombobox is already populated. In particular I have a plugin that in QGIS 3.18 and previous when opening the GUI, after selecting the layer from che QgsLayerCombobox I have to select the field related to this layer. Now After

[QGIS-Developer] Plugin rename

2024-04-23 Thread pierluigi de rosa via QGIS-Developer
Dear all, I'm the maintainer of the plugin opeNoise ( https://plugins.qgis.org/plugins/opeNoise/) The organization paying the maintenance would like to change the name from opeNoise to opeNoise Map Is it possible inside the plugin repo do that? If I just change the name entirely in the project is

[QGIS-Developer] error adding new feature to empy layer

2024-04-04 Thread pierluigi de rosa via QGIS-Developer
Dear All, I have a simple case where I created an empty memory line layer in this way: vl = QgsVectorLayer("LineString", "braiding_river", "memory") vl.setCrs(crs) pr = vl.dataProvider() # add fields pr.addAttributes([ QgsField("reach", QVariant.String), QgsField("braiding",