[Qgis-developer] OSGeo4W troubles

2013-04-25 Thread Andreas Neumann
Hi, For some reason, with the most recent OSGeo4W build, I get a "qgis-dev-bin.exe" and "qgis-dev-browser-bin.exe" instead of "qgis-dev.exe" and "qgis-dev-browser.exe" in the directory "%OSGEO4WROOT%\bin". The qgis-dev.bat still references the old name and therefore QGIS cannot start. Why i

Re: [Qgis-developer] Fields/attributes

2013-04-25 Thread Albin Blaschka
Hello, sorry for intervening as an outsider...but maybe a tiny contribution... Am 26.04.2013 02:39, schrieb Nathan Woodrow: Hey Chris, 1) I don't think there is any limit. The name is just stored as a QString so anything it supports QGIS should too. There are some limits in shapefiles concer

Re: [Qgis-developer] Feature freeze exception?

2013-04-25 Thread Mathieu Pellerin
Since blend modes are found everywhere else (vector,raster,label,composer items), an exception to allow addition of blend mode on the only remaining gap would make sense. On Fri, Apr 26, 2013 at 9:56 AM, Nathan Woodrow wrote: > +1 from me. > > > On Fri, Apr 26, 2013 at 12:46 PM, Nyall Dawson > w

Re: [Qgis-developer] Feature freeze exception?

2013-04-25 Thread Nathan Woodrow
+1 from me. On Fri, Apr 26, 2013 at 12:46 PM, Nyall Dawson wrote: > I realise we're well and truly past feature freeze now, but I've had a > few requests for adding a blend mode option to the map overview > control. This would be a very small, uncomplicated addition. If I code > it up, is there

[Qgis-developer] Feature freeze exception?

2013-04-25 Thread Nyall Dawson
I realise we're well and truly past feature freeze now, but I've had a few requests for adding a blend mode option to the map overview control. This would be a very small, uncomplicated addition. If I code it up, is there any chance for permission to commit it to 2.0 now? Nyall ___

Re: [Qgis-developer] Fwd: Jenkins build is still unstable: QGIS #1880

2013-04-25 Thread Jürgen E . Fischer
Hi Etienne, On Thu, 25. Apr 2013 at 19:29:22 -0300, Etienne Tourigny wrote: >It seems that every jenkins build generates errors. A few errors seem to >have been around for quite some time... > >See <[2]http://jenkins.linfiniti.com/job/QGIS/changes> http://dash.orfeo-toolbox.org/index

Re: [Qgis-developer] Fields/attributes

2013-04-25 Thread Alex Mandel
On 04/25/2013 05:39 PM, Nathan Woodrow wrote: Hey Chris, 1) I don't think there is any limit. The name is just stored as a QString so anything it supports QGIS should too. It only matters if you plan to export to certain data types, ie shapefiles have a quite short naming limit (based on the

Re: [Qgis-developer] Fields/attributes

2013-04-25 Thread Nathan Woodrow
Hey Chris, 1) I don't think there is any limit. The name is just stored as a QString so anything it supports QGIS should too. 2) I have noticed that too it is quite confusing at times. To me fields should refer to the column information, and attributes should refer to the data it self, but that

[Qgis-developer] Fields/attributes

2013-04-25 Thread Chris Crook
Couple of questions with regard to QgsFeature fields and attributes: 1) Are there any guidelines/constraints regarding field names. The delimited text provider can take names from the first line of a text file, and that can be very arbitrary. I'm wondering if I should put more constraints on t

Re: [Qgis-developer] [Qgis-psc] [Qgis-user] Logo

2013-04-25 Thread Nathan Woodrow
Hi all, I have gone though and removed any of the ones that got bad feedback from people and any duplicate feeling icons. Most with Quantum in the logo have also been remove except for a few because they are the only one of that style. I have left feedback on all the designs about things like rem

[Qgis-developer] Fwd: Jenkins build is still unstable: QGIS #1880

2013-04-25 Thread Etienne Tourigny
Hi folks It seems that every jenkins build generates errors. A few errors seem to have been around for quite some time... >>> TestSuite.PyQgsSymbolLayerV2 0.28 sec 61 >>> TestSuite.qgis_rendererstest 0.85 sec 217 >>> TestSuite.qgis_composerhtmltest 7.4 sec 596 This is confirmed on my box The f

Re: [Qgis-developer] Is there anybody interested whether QGIS 2.0 will support non-Latin1 Shapefiles?

2013-04-25 Thread Borys Jurgiel
> Similarly, how about specifying the ENCODING when creating new > shapefile (in createEmptyDataSource())? Done > In QgsVectorFileWriter, how about always using SHAPE_ENCODING="" ? It > will solve the problem and never make any encoding conversion failure > with current encoding listbox. You're

[Qgis-developer] QGIS 2.0 and PyQT v2 update

2013-04-25 Thread Andreas Neumann
Hi, It has been discussed that PyQT should be updated to v2 befor the QGIS 2.0 release. Is this still a feasible goal? I think it would be good to also update it before 2.0. With the new Vector API most plugin developers need to rework their plugins anyway. It would be good to also do the PyQT v2

Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-25 Thread Anita Graser
I think #391 looks pretty amateurish. #303 is slightly better but overall, I'm not convinced by the designer. Best wishes, Anita On Thu, Apr 25, 2013 at 9:35 AM, Otto Dassau wrote: > Hi, > > I would also like to keep it abstract and only Qgis as text in the logo and > not Quantum GIS. I like

Re: [Qgis-developer] restoring geometry from postgis

2013-04-25 Thread Denis Rouzaud
Hi Vinayan, Thanks a lot, this has been really useful! Cheers, Denis On 04/25/2013 01:56 PM, vinayan wrote: Hi Denis, The QuickWKT plugin contains useful code that converts EWKB to QgsGeometry. From this long wkb textstring, we will need to decode the geometry type,coordinate system and ge

Re: [Qgis-developer] restoring geometry from postgis

2013-04-25 Thread vinayan
Hi Denis, The QuickWKT plugin contains useful code that converts EWKB to QgsGeometry. >From this long wkb textstring, we will need to decode the geometry type,coordinate system and geometry data. That is what I understood referring it here.. https://github.com/elpaso/quickwkt/blob/master/QuickWKT

Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-25 Thread kimaidou
Hi I like the logos from dakcarto [2] but only the simplest with an arrow for the Q and if it get rid of the hands. Keeping the globe inside, removing the hands, and (why not) add the colour from the removed hands on some of the globe stripes, and I would like it :) [2] http://99designs.com/logo

[Qgis-developer] restoring geometry from postgis

2013-04-25 Thread Denis Rouzaud
Hi all, I am trying to recreate a QgsGeometry directly from the geometry field. I have the geometry field like 0103201555010009009651A84762EF28C19A0D0EA8ACCA52C1DCFD96C48B3934C1F31438F4260F53C106D7B89F97CF32C185BB1404A97654C1C8894E831C4E1EC1A2DDD7AE97B455C1C8B6A8CD9BF303C1F3EE3A1

Re: [Qgis-developer] Is there anybody interested whether QGIS 2.0 will support non-Latin1 Shapefiles?

2013-04-25 Thread Minoru Akagi
Hi Borys, I agree to specify the ENCODING option. LDID/87 does not have definite meaning (depending on the environment), so avoiding to write shapefile with the value would be nice. If the output encoding is UTF-8, QGIS/OGR will generate cpg file that contains "UTF-8". This behavior must be ideal.

Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-25 Thread Marco Bernasocchi
On 04/25/2013 09:19 AM, Tim Sutton wrote: For me -1 to have a globe in it - I would prefer it more abstract. -1 for me too. looks too much of a drawing. My "I'd stop right away working on android qgis since I could not touch this logo ;)" designs: - all designs by Yo.Design [0] they all loo

Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-25 Thread Matthias Kuhn
Yes, an evolution of the current logo would be good for recognition (although eventually people will get used to any) #334 falls into this category as well, but I'd prefer to have something which can be put onto a transparent background. Matthias On Don 25 Apr 2013 09:41:41 CEST, Noli Sicad wr

Re: [Qgis-developer] Fwd: Qgis and Oracle Spatial 11g

2013-04-25 Thread PIERRE Sylvain
Do you get any answer about this point ? In my case I have 95% Oracle RDBMS. Actually with QGis 1.8, I can’t access these data. It coul’d be a very, very sad news if the next main release couldn’t give a full support to Oracle… → Sylvain PIERRE Ingénieur Géographe Adjoint

Re: [Qgis-developer] 'File' versus 'Project'

2013-04-25 Thread Marco Bernasocchi
On 04/25/2013 09:26 AM, Andreas Neumann wrote: Things in UI design change over time. Nothing is written into stone and users have to accept that and adapt. +1 for me too, I didn't even noticed the name changed. I just went there and clicked. I think the main concern is for new users, but new u

Re: [Qgis-developer] feature setFields crashes

2013-04-25 Thread Nathan Woodrow
I think it is a scope thing, or object ownership. Martin, is that what the issue is? - Nathan On Thu, Apr 25, 2013 at 5:51 PM, Denis Rouzaud wrote: > Works like a charm > > Thanks a lot > > > On 04/25/2013 09:49 AM, Nathan Woodrow wrote: > >> Denis, >> >> Try this: >> >> fields = layer

Re: [Qgis-developer] feature setFields crashes

2013-04-25 Thread Denis Rouzaud
Works like a charm Thanks a lot On 04/25/2013 09:49 AM, Nathan Woodrow wrote: Denis, Try this: fields = layer.pendingFields() f.setFields(fields) - Nathan ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.o

Re: [Qgis-developer] feature setFields crashes

2013-04-25 Thread Nathan Woodrow
Denis, Try this: fields = layer.pendingFields() f.setFields(fields) - Nathan On Thu, Apr 25, 2013 at 5:48 PM, Denis Rouzaud wrote: > Hi all, > > When I write: > > f = QgsFeature() > f.setFields( layer.dataProvider().fields() ) > > QGIS crashes > > Here are the two involved methods > > void Qg

[Qgis-developer] feature setFields crashes

2013-04-25 Thread Denis Rouzaud
Hi all, When I write: f = QgsFeature() f.setFields( layer.dataProvider().fields() ) QGIS crashes Here are the two involved methods void QgsFeature::setFields(const QgsFields * fields) virtual const QgsFields& QgsVectorDataProvider::fields( ) const Anybody has an

Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-25 Thread Noli Sicad
> http://99designs.de/logo-design/contests/qgis-needs-logo-210397/entries/33 > > But I would also like to see #33 more abstract and less colourful as in > #65. > > http://99designs.de/logo-design/contests/qgis-needs-logo-210397/entries/65 > > So my favourite would be a mixture between #33 and #65 a

Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-25 Thread Otto Dassau
Hi, I would also like to keep it abstract and only Qgis as text in the logo and not Quantum GIS. I like the idea of #33. It looks still like an evolution of our current logo with arrow. http://99designs.de/logo-design/contests/qgis-needs-logo-210397/entries/33 But I would also like to see #33 mo

Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-25 Thread Nathan Woodrow
I have added a comment to remove the work Quantum or any variation of from the logo and just stick with QGIS, or variation of. On Thu, Apr 25, 2013 at 5:19 PM, Tim Sutton wrote: > Hi > > On Thu, Apr 25, 2013 at 9:05 AM, Noli Sicad wrote: > > @Andyzendy #50 is good. However, would it be possibl

Re: [Qgis-developer] 'File' versus 'Project'

2013-04-25 Thread Andreas Neumann
Hi, I agree - not a big issue to change the menu from "File" to "Project". It also makes sense to me since all of the subentries in this menu relate to the project - and not to files (like shape files, tiffs, etc.) +1 for leaving the first menu entry as "Project". It also helps to clarify for peo

Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-25 Thread Tim Sutton
Hi On Thu, Apr 25, 2013 at 9:05 AM, Noli Sicad wrote: > @Andyzendy #50 is good. However, would it be possible to have new > design based on #50a (e.g. #50a) with a globe inside Q or a raster + > vector graphics inside the Q. For me -1 to have a globe in it - I would prefer it more abstract. Als

Re: [Qgis-developer] Decorations on the View Menu

2013-04-25 Thread jr . morreale
Le 2013-04-24 22:37, Tim Sutton a écrit : Hi On Wed, Apr 24, 2013 at 8:16 PM, Antonio Locandro wrote: I just tried this feature and my impression is why is this enabled on the canvas view? This features are more suitable for the composer and having two ways to achieve something is not always

Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-25 Thread Noli Sicad
@Andyzendy #50 is good. However, would it be possible to have new design based on #50a (e.g. #50a) with a globe inside Q or a raster + vector graphics inside the Q. Thanks, Noli On 4/25/13, Nathan Woodrow wrote: > Hey all, > > The logo comp has now moved into the final rounds and we have to p