Re: [Qgis-developer] Re: QGIS API: change layer field length

2011-07-18 Thread romain riviere
Hi Martin, Thank you very much, this is exactly what i needed... However, you were right...the truncation seems to be a limitation of the OGR driver/Mapinfo Format. Thanks again, Romain, * * 2011/7/19 Martin Dobias > Hi Romain > > On Sun, Jul 17, 2011 at 11:23 PM, romain > wrote: > > Sorry

Re: [Qgis-developer] GSoC 2011 weekly report #7

2011-07-18 Thread Marco Bernasocchi
I made i too and got scared :) that is why I looked for the other solution. But using qreal would probably be cleaner. I suppose it is not a big problem for now. Ciao Marco www.bernawebdesign.ch (sent from my mobile) On 18 Jul 2011 15:00, "Tim Sutton" wrote: > Hi > > I made a quick test - there a

Re: [Qgis-developer] Bug #3866

2011-07-18 Thread Alexander Bruy
Hi, yes I test and then applied Sergey's patch some time ago, because there are no feedback from other developers. Also I port this bugfix into release_1_7_0 branch. Regarding ticket, I think it is already closed (can't check, because that hub.qgis.org is down now) 2011/7/18 Tim Sutton : > Hi >

[Qgis-developer] QGIS API: change layer field length

2011-07-18 Thread Voisard François
Hi Romain, hi Devs, My first post on the ML; followed it about 6 months for now... =:0) Romain, if I've understood you right, I think your problem is not a QGIS but a Mapinfo problem: MapInfo accepts only a max. of 254 character per field [1]. So whatever the length is in your DB, a Mapinfo fi

Re: [Qgis-developer] Mu powerful kit to develop GUI-oriented, based on top of Python and Qt for QGIS plugin

2011-07-18 Thread G. Allegri
Thanks Noli for the news... I hope to give it a look as soon as its hosting application will be working again. giovanni 2011/7/18 Noli Sicad > Hi, > > I think this might be useful for creating GUI for Python QGIS plugins. > > Eric Jardim wrote: > > > mu is a simple but powerful kit to develop G

Re: [Qgis-developer] GSoC 2011 weekly report #7

2011-07-18 Thread Tim Sutton
Hi I made a quick test - there are around 11000 references to 'double' under the src/ tree so I guess it would be quite a major change to get rid of all double and replace with qreal. Regards Tim On Mon, Jul 18, 2011 at 12:13 AM, Marco Bernasocchi wrote: > here my weekly report, we almost hav

Re: [Qgis-developer] Re: QGIS API: change layer field length

2011-07-18 Thread Martin Dobias
Hi Romain On Sun, Jul 17, 2011 at 11:23 PM, romain wrote: > Sorry, I think i haven't explained well what I want. > > I know how to get my fields' lengths from SpatiaLite. > > Here is what I've already done: > 1/ create QgsvectorLayer from spatiaLite table : vlayer > 2/ strore field's length in a

[Qgis-developer] Mu powerful kit to develop GUI-oriented, based on top of Python and Qt for QGIS plugin

2011-07-18 Thread Noli Sicad
Hi, I think this might be useful for creating GUI for Python QGIS plugins. Eric Jardim wrote: > mu is a simple but powerful kit to develop GUI-oriented, based on top > of Python and Qt. > Code with Qt and Python with no boilerplates (it supports PyQt and PySide) * no pyuic * no connects/dis

Re: [Qgis-developer] Re: Curved line in QGIS, how i can anticipate CIRCULARSTRING SQL-MM3 specification in QGIS?

2011-07-18 Thread Marco Hugentobler
> parametricLine classes : http://www.qgis.it/api/classBezier3D.html This class is used only for interpolation with curved triangles. It is not related to the code that draws line/polygon features. Regards, Marco Am Montag, 18. Juli 2011, 10.18:22 schrieb reyman: > Hi, > After research, it seem

Re: [Qgis-developer] Re: Curved line in QGIS, how i can anticipate CIRCULARSTRING SQL-MM3 specification in QGIS?

2011-07-18 Thread reyman
Hi, After research, it seems QGIS can draw parametric line with Bezier3D and parametricLine classes : http://www.qgis.it/api/classBezier3D.html In your plugin CADTOOL do you use these objects ? Other question for developer, do you think this bezier3d curve need a transformation into linearstring fo

Re: [Qgis-developer] Bug #3866

2011-07-18 Thread Tim Sutton
Hi Um I am confused - it looks like Alex Bruy has already applied that patch in d750abfa2bfb197cde8e ( http://hub.qgis.org/issues/3866#note-4 ) so am I missing something or can we close this? Regards Tim On Mon, Jul 18, 2011 at 10:05 AM, Tim Sutton wrote: > Hi > > On Mon, Jul 18, 2011 at 8:35

Re: [Qgis-developer] Bug #3866

2011-07-18 Thread Tim Sutton
Hi On Mon, Jul 18, 2011 at 8:35 AM, Paolo Cavallini wrote: > Il 16/06/2011 12:43, Sergey Yakushev ha scritto: >> Hi all. >> >> This Bug is partial solved. The fact that a similar problem in the measuring >> angles tool (corrected only tool of measurement of distances and areas). >> Look at call