Re: [Qgis-developer] Label backgrounds (shape, SVG, drop shadow)

2013-04-09 Thread Werner Macho
Hi! Well I'd still vote +1 for integrating To me it does make a lot more sense to break the API NOW with 2.0 than introducing some small glitches afterwards again with 2.1 or 2.2 It's just that the Hackfest starts on Thursday and .. it should be good to have all API changes pulled in by then ..

[Qgis-developer] Mac enviromental variable problem

2013-04-09 Thread francescobocca...@libero.it
Hi all, i have a question about enviromental variable on Mac. >From python shell i can import psycopg2 module. If i use Python console from QGIS this module it can found. I have to write: import sys sys.path.append('/opt/local/Library/Frameworks/Python.framework/Versions/2. 7/lib/python2.7/site-pa

Re: [Qgis-developer] QGIS tool for vector data merging proposal

2013-04-09 Thread Martin Landa
Hi all, 2013/1/10 Martin Landa : >> I hope this isn't the wrong place for this announcement, though I also sent >> it to the soc list. It's a GSoC proposal. I'm Viktor Nagy, an MSc. student >> at the University of Szeged, Hungary. >> If you are interested, please have a look at my proposal about s

Re: [Qgis-developer] Old symbology removed in master

2013-04-09 Thread Filipe Dias
Yes, I also agree. On Mon, Apr 8, 2013 at 11:31 PM, Ramon Andiñach wrote: > > On 09/04/2013, at 05:32 , Paolo Cavallini wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Il 08/04/2013 23:19, Martin Dobias ha scritto: > >> I agree, but that would be a new feature to make rand

[Qgis-developer] Raster Layer style properties UI broken?

2013-04-09 Thread Marco Bernasocchi
Hi all, I just encountered this situation [1] on ubuntu 12.10 64 (yesterdays master) ciao [1] http://postimg.org/image/7kqobuw29/ -- Marco Bernasocchi http://opengis.ch ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.o

Re: [Qgis-developer] Raster Layer style properties UI broken?

2013-04-09 Thread Werner Macho
Isn't that the usual case if the .ui file is saved in a too small state in the designer? I made the experience that if the ui is saved too small - such things happen.. So just adjust the .ui file and commit it again .. That leads me to the Guidelines - I remember we said that every window should

Re: [Qgis-developer] Label backgrounds (shape, SVG, drop shadow)

2013-04-09 Thread Marco Hugentobler
Hi Larry +1 for pushing the drop shadows to master. >Does switching over the data defined backend for labeling constitute a new feature? If not, I'd like to work on it over the next week. Tim as release manager needs to decide here. >* Significantly missing functionality currently occurs in

Re: [Qgis-developer] Mac enviromental variable problem

2013-04-09 Thread Larry Shaffer
Hi Francesco, On Tue, Apr 9, 2013 at 2:06 AM, francescobocca...@libero.it < francescobocca...@libero.it> wrote: > Hi all, > i have a question about enviromental variable on Mac. > From python shell i can import psycopg2 module. If i use Python console > from > QGIS this module it can found. > I h

[Qgis-developer] Postgis Multipolygon :: cannot create a feature

2013-04-09 Thread Denis Rouzaud
Hi all, I have a postgis layer of multipolygon. If I create a new feature in QGIS with a single polygon in it, I have the error: PostGIS error while adding features: ERROR: Geometry type (Polygon) does not match column type (MultiPolygon) Did I missed something? Because to me, a multipolyg

Re: [Qgis-developer] Postgis Multipolygon :: cannot create a feature

2013-04-09 Thread Régis Haubourg
+1 with you Denis. This restriction also implies severe known bugs when using merge or clip tools that creates POLYGON and not MULTIPOLYGON. Currently, I solve this by modifying postgis constraint so that it accepts POLYGON or MULTIPOLYGON. Bu this is a bad practice. I would really prefer that QG

Re: [Qgis-developer] Postgis Multipolygon :: cannot create a feature

2013-04-09 Thread Denis Rouzaud
Shall I fill an issue? On 04/09/2013 02:10 PM, Régis Haubourg wrote: +1 with you Denis. This restriction also implies severe known bugs when using merge or clip tools that creates POLYGON and not MULTIPOLYGON. Currently, I solve this by modifying postgis constraint so that it accepts POLYGON or

Re: [Qgis-developer] Postgis Multipolygon :: cannot create a feature

2013-04-09 Thread HAUBOURG
That would be a good idea, and I really think it could be a blocker because it leads to dead-end when editing, and sometimes leads to data loss. ( Joeren already solved that critical issue, because postgres provider dropped rows before inserting new rows, and all was lost if a constraint error w

Re: [Qgis-developer] Postgis Multipolygon :: cannot create a feature

2013-04-09 Thread Denis Rouzaud
http://hub.qgis.org/issues/7555 On 04/09/2013 02:18 PM, Régis Haubourg wrote: That would be a good idea, and I really think it could be a blocker because it leads to dead-end when editing, and sometimes leads to data loss. ( Joeren already solved that critical issue, because postgres provi

[Qgis-developer] [Python] QgsFeatureIterator for geometryless PostgreSQL-Layer

2013-04-09 Thread Bernhard Ströbl
version of virus signature database 8209 (20130409) __ The message was checked by ESET Mail Security. http://www.eset.com ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Rename through add vector file

2013-04-09 Thread Régis Haubourg
Hi antonio, this is not related strictly to QGIS. The dialog you have is a system file dialog with a filter showing only file extensions you selected. Arcview 3.2 acted in the same way. What you are asking for is replacing standard file dialog with a gis browser dialog. That is good from a user p

Re: [Qgis-developer] Rename through add vector file

2013-04-09 Thread Antonio Locandro
What you say makes sense I remember the old days of ArcView 3.2; heck I used it 8 years ago when I started using GIS. Not good comparing QGIS with what a GIS system did back in 1999 when it first came out though >From the user point of view, specially those who are basic users (which may be >mo

Re: [Qgis-developer] [Python] QgsFeatureIterator for geometryless PostgreSQL-Layer

2013-04-09 Thread Jürgen E . Fischer
Hi Bernhard, On Tue, 09. Apr 2013 at 15:09:31 +0200, Bernhard Ströbl wrote: > I am trying to access features of a geometryless layer derived from a > PostgreSQL table in current master. > > if I do > feat = QgsFeature() > iter = myLayer.getFeatures(QgsFeatureRequest().setFilterFid(myFid)) > iter

[Qgis-developer] Make deprecated methods more visible [was QgsRubberband does not draw polygons(python)]

2013-04-09 Thread Marco Bernasocchi
> On 04/08/2013 03:52 PM, vinayan wrote: >> >> thanks to Salvatore's help on irc, i got over this issue. >> >> apparently the 'isPolygon' method was deprected.. >> > Thanks vinayan, had the same trouble which makes me ask if anybody has an idea if it would be possible to show in the deprecated meth

[Qgis-developer] getting to valmiera on your own

2013-04-09 Thread Raymond Nijssen
Hi all who likes to get at the hackfest in Valmiera this week. After spending some days in Latvia and having used the public transport I found out that it's not too hard too hard get in Valmiera on your own. That's cool since the "A car lift would be appreciated" is probably not going to work

Re: [Qgis-developer] Rename through add vector file

2013-04-09 Thread Ramon Andiñach
On 09/04/2013, at 23:46 , Antonio Locandro wrote: > On another note, why is it the only format you can create new is a shapefile? > What if I really want to create a KML or GML? If you're using the Layer -> Save as vector (or the Save selection as vector) then it isn't. It defaults to shapefil

Re: [Qgis-developer] [Python] QgsFeatureIterator for geometryless PostgreSQL-Layer

2013-04-09 Thread Bernhard Ströbl
rFid(myFid).setFlags( QgsFeatureRequest.NoGeometry ) ) should work. Not really a bug, but inconvienent. Jürgen __ Information from ESET Mail Security, version of virus signature database 8211 (20130409) __ The message was checked by ESET Mail Security.