Re: [Qgis-developer] QGIS 2.6: .ui form window size

2015-01-09 Thread Guillaume
Hi, Still the same problem. Sorry for code, but here it is: def formTravROpen(dialog,layerid,featureid): global myDialog myDialog = dialog myDialog.window().resize(1263,726)# Resizes window to the first opening myDialog.window().saveGeometry()

[Qgis-developer] Enabling map rotation in master

2015-01-09 Thread Andreas Neumann
Hi, I was trying to enable map rotation in QGIS master, by setting QGIS_ENABLE_CANVAS_ROTATION to any value (tried 1 or true). However, it has no effect. The rotation GUI seems to stay hidden. Is the env-var still the way to enable rotation or is there another setting? Thanks, Andreas

Re: [Qgis-developer] Multiple styles per layer

2015-01-09 Thread Martin Dobias
Hi Giovanni On Thu, Jan 8, 2015 at 8:03 PM, G. Allegri gioha...@gmail.com wrote: I see that Lock layers for map item inside the composer doesn't blocks a style switch. I think it would be a useful feature. I am considering to add locking of styles when locking layers in map items. Otherwise

Re: [Qgis-developer] Enabling map rotation in master

2015-01-09 Thread Daniel Kastl
I was trying to enable map rotation in QGIS master, by setting QGIS_ENABLE_CANVAS_ROTATION to any value (tried 1 or true). However, it has no effect. The rotation GUI seems to stay hidden. Is the env-var still the way to enable rotation or is there another setting? You just need to

Re: [Qgis-developer] Multiple styles per layer

2015-01-09 Thread matteo
Hi Martin, this new feature is simply awesome! I will do some test and report any issues.. Thanks! Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] GdalTools plug-in clipper

2015-01-09 Thread Siki Zoltan
Hi List, I found a bug in GdalTools/Clipper, when a mask layer is used with a filter expression, the generated gdalwarp command is is not valid. The generated command looks like this: gdalwarp -q -cutline poly.shp|layerid=0|subset=\Nev\ = 'Heves' -crop_to_cutline input.tif output.tif the

Re: [Qgis-developer] processing - new geoalgorithme FieldsMapper

2015-01-09 Thread Arnaud Morvan
and a new one, with new ParameterPredicate class (in progress, but all comments are welcome) https://github.com/qgis/QGIS/pull/1759 Arnaud ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] GdalTools plug-in clipper

2015-01-09 Thread Paolo Cavallini
Il 09/01/2015 17:58, Siki Zoltan ha scritto: I found a bug in GdalTools/Clipper, when a mask layer is used with a filter expression, the generated gdalwarp command is is not valid. The generated command looks like this: gdalwarp -q -cutline poly.shp|layerid=0|subset=\Nev\ = 'Heves'

Re: [Qgis-developer] GdalTools plug-in clipper

2015-01-09 Thread Siki Zoltan
Hi Paolo, Bug report #11972 created. Zoltan On Fri, 9 Jan 2015, Paolo Cavallini wrote: Il 09/01/2015 17:58, Siki Zoltan ha scritto: I found a bug in GdalTools/Clipper, when a mask layer is used with a filter expression, the generated gdalwarp command is is not valid. The generated command

[Qgis-developer] processing - new geoalgorithme FieldsMapper

2015-01-09 Thread Arnaud Morvan
I've made a Pull Request in processing plugin with a new GeoAlgorithm. https://github.com/qgis/QGIS/pull/1753 Can someone take a look at this (volaya or alexbruy), we would like it to be pulled before feature freeze. Objective of this new QGIS GeoAlgorithm is to provide a user friendly tool

Re: [Qgis-developer] processing - new geoalgorithme FieldsMapper

2015-01-09 Thread RĂ©gis Haubourg
Hi, some related questions on the fly: I'm developping some processing scripts too. 1- What is our policy for new scripts, adding them to QGIS core, or contribute them to QGIS-processing repository ressources? 2- How can we handle dependencies, and other ressources linked to a script (UI, html