[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 "/home/ubuntu/.qgis2/python/plugins/QuickMultiAttributeEdit/quickmultia

[Qgis-developer] osm plugin send data proxy error

2011-06-29 Thread marco bra
qgis 1.7.0-Wroclaw Wroclaw, 15870 on Ubuntu 32 bits Trying to send first time osm modified data using on a proxy network connected qgis Traceback (most recent call last): File "/home/ubuntu/apps/qgis/share/qgis/python/plugins/osm/OsmPlugin.py", line 307, in uploadOsmData self.dlgUpload=OsmU

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

2011-06-28 Thread marco bra
2011/6/27 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

[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 Ple

[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 minutes

[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] 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: 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 with gdal Now old 1.6 project with raster are opened with success. Thank you ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[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
Checking the project xml i see i have the into raster files 21313020080131153612340 /home/ubuntu/sit/mapserver/tif/213130.tif 213130 +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs 3452

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

2011-03-11 Thread marco bra
Sysop Ubuntu 10.04.2 32 bits Load 1.6 project made qgis 15429 crash with segfault Loaded : MapServer Export (package: mapserver_export) Warning: QgsRasterLayer::setDataProvider: Data provider is invalid. ERROR 10: Pointer 'hDS' is NULL in 'GDALGetRasterCount'. Then i get a segfault I'm glad to

[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 Bes

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] 1.7.0-Trunk Trunk, 15317 Error on closing project...

2011-03-03 Thread marco bra
Error on closing project... Traceback (most recent call last): File "/home/ubuntu/.qgis/python/plugins/trackgps/CanvasMarkers.py", line 155, in boundingRect return QtCore.QRectF(-self.d,-self.d, self.d*2, self.d*2) AttributeError: 'NoneType' object has no attribute 'QRectF' Versione Python:

[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

[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 "/home/ubuntu/.qgis/python/plugins/gmap_overv