[Qgis-developer] qgis master dev: postgis changeAttributeValue error

2015-05-27 Thread marco bra
Accessing same postgresql/postgis db and using plugin QuickMultiAttributeEdit 1) all works fine on qgis 2.8.1 2) using 2.9.0-Master Master, exported qgis master dev (next 2.9) i get Traceback (most recent call last): File

[Qgis-developer] Re: Please add git http method instructions for proxy...

2011-06-28 Thread marco bra
2011/6/27 marco bra marcobra.ubu...@gmail.com: Hi all Tim, i use git thru cntlm proxy and to get git working i must do export http_proxy=http://127.0.0.1:3128 git clone http://github.com/qgis/Quantum-GIS.git the git:// do not traverse the proxy... export http_proxy=http://127.0.0.1:3128

[Qgis-developer] Please add git http method instructions for proxy...

2011-06-27 Thread marco bra
Hi all Tim, i use git thru cntlm proxy and to get git working i must do export http_proxy=http://127.0.0.1:3128 git clone http://github.com/qgis/Quantum-GIS.git the git:// do not traverse the proxy... export http_proxy=http://127.0.0.1:3128 git clone git://github.com/qgis/Quantum-GIS.git

[Qgis-developer] qgis keep cpu to 100% for more than 5 minute saving a shape

2011-06-22 Thread marco bra
Hi, all i was working on Ubuntu 32 bits dual core... qgisc rev. 15870 from svn (but same issue was also in the previous builds) i was deleting points from a very simple shape (4000 points) only one string field (50 char) i don't commit every delete command i do, i commit changes every 4/5

[Qgis-developer] fields = provider.fields() how can i iterate to get field name ?

2011-05-19 Thread marco bra
Hi all I try to write my first python plugin and i need to iterate a field list got from the active layer layer = self.iface.activeLayer() # active layer if (layer): provider = layer.dataProvider() fields = provider.fields()

[Qgis-developer] Re: fields = provider.fields() how can i iterate to get field name ?

2011-05-19 Thread marco bra
Solved... layer = self.iface.activeLayer() # layer attivo if (layer): layer.startEditing() provider = layer.dataProvider() #provider.rewind() #feat = QgsFeature()

[Qgis-developer] Re: Testing 1.7 unstable: Loading project made with qgis1.6 with trunk 15429 and previous crash with segfault

2011-03-11 Thread marco bra
ok solved i replaced all occurences of provider/provider with providergdal/provider Now old 1.6 project with raster are opened with success. Thank you ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

[Qgis-developer] qgis svn trunk 15412 compile error...

2011-03-10 Thread marco bra
qgis svn trunk 15412 compile error... Hi today i get /home/ubuntu/qgis-trunk/src/app/qgisapp.cpp:629: error: ‘nil’ was not declared in this scope make[2]: *** [src/app/CMakeFiles/qgis.dir/qgisapp.cpp.o] Errore 1 make[1]: *** [src/app/CMakeFiles/qgis.dir/all] Errore 2 make: *** [all] Errore 2

Re: [Qgis-developer] 1.7.0-Trunk Trunk, 15317 Error on closing project...

2011-03-03 Thread marco bra
Thanks Tim Just sent mail to plugin developer about this issue... Best Regards Marco ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] qgis rev. 15305 rrror on very first zoom on an added .shp shapefile

2011-03-01 Thread marco bra
Errore durante l'esecuzione di codice Python: Traceback (most recent call last): File /home/ubuntu/.qgis/python/plugins/gmap_overview_plugin/gmap_gui.py, line 116, in onChangeExtent html = html.replace('{scale}',str(self.getZoomScale())) File

[Qgis-developer] qgis rev. 15305 error on zoom on a just added .shp shapefile

2011-03-01 Thread marco bra
Traceback (most recent call last): File /home/ubuntu/.qgis/python/plugins/gmap_overview_plugin/gmap_gui.py, line 116, in onChangeExtent html = html.replace('{scale}',str(self.getZoomScale())) File /home/ubuntu/.qgis/python/plugins/gmap_overview_plugin/gmap_gui.py, line 135, in getZoomScale