Re: [Kicad-developers] Vertical justify of the multiline text

2013-11-16 Thread Wayne Stambaugh
On 11/16/2013 1:34 PM, Барановский Константин wrote: > Hi! > >> If there are no objections, I will commit the patch. > > Maybe better to apply the patch while he did not remain forgotten? > > Regards, > Konstantin. Hi Konstantin, I committed your patch to the testing branch r4478. Thank you f

Re: [Kicad-developers] Vertical justify of the multiline text

2013-11-16 Thread Барановский Константин
Hi! If there are no objections, I will commit the patch. Maybe better to apply the patch while he did not remain forgotten? Regards, Konstantin. 14.11.2013 18:03, Wayne Stambaugh пишет: On 11/14/2013 4:22 AM, Константин Барановский wrote: Thanks, but where is the patch? (there is no attach

Re: [Kicad-developers] Vertical justify of the multiline text

2013-11-14 Thread Константин Барановский
> Thanks, but where is the patch? (there is no attachment). Sorry, my fault :) I'm started to write the message at home but finished at work and forgot to attach the patch. Regards, Konstantin. 2013/11/14 jp charras > Le 14/11/2013 07:17, Константин Барановский a écrit : > > Wayne, > > Rotate

Re: [Kicad-developers] Vertical justify of the multiline text

2013-11-13 Thread jp charras
Le 14/11/2013 07:17, Константин Барановский a écrit : > Wayne, > RotatePoint must be called twice. I'm added the comments to explain > why need both calls. > > jp charras, > I checked the display of text in PCBnew where to use multiline text > inside the zone. > > In attachment the edited patch w

Re: [Kicad-developers] Vertical justify of the multiline text

2013-11-13 Thread Константин Барановский
Wayne, RotatePoint must be called twice. I'm added the comments to explain why need both calls. jp charras, I checked the display of text in PCBnew where to use multiline text inside the zone. In attachment the edited patch where added comments and some optimization. Regards, Konstantin. 13.11

Re: [Kicad-developers] Vertical justify of the multiline text

2013-11-13 Thread jp charras
Le 13/11/2013 20:12, Wayne Stambaugh a écrit : > On 11/12/2013 9:12 AM, Константин Барановский wrote: >> Hello! >> >> I fixed vertical justification of the rotated or mirrored text. >> Patch was attached. >> >> Regards, >> Konstantin. > > Konstantin, > > Are you sure this patch is correct? You n

Re: [Kicad-developers] Vertical justify of the multiline text

2013-11-13 Thread Wayne Stambaugh
On 11/12/2013 9:12 AM, Константин Барановский wrote: > Hello! > > I fixed vertical justification of the rotated or mirrored text. > Patch was attached. > > Regards, > Konstantin. Konstantin, Are you sure this patch is correct? You now have two calls to RotatePoint(). One inside of #ifdef FIX_

Re: [Kicad-developers] Vertical justify of the multiline text

2013-11-12 Thread Константин Барановский
Hello! I fixed vertical justification of the rotated or mirrored text. Patch was attached. Regards, Konstantin. 2013/10/25 jp charras > Le 24/10/2013 23:03, Барановский Константин a écrit : > > Currently alignment of the multiline text applied only for first line > > and other lines just plas

Re: [Kicad-developers] Vertical justify of the multiline text

2013-10-25 Thread jp charras
Le 24/10/2013 23:03, Барановский Константин a écrit : > Currently alignment of the multiline text applied only for first line > and other lines just plased under it. > Attached patch allows to align the multiline text given the all lines of > the text. > > -- > Baranovskiy Konstantin Thanks. I

[Kicad-developers] Vertical justify of the multiline text

2013-10-24 Thread Барановский Константин
Currently alignment of the multiline text applied only for first line and other lines just plased under it. Attached patch allows to align the multiline text given the all lines of the text. -- Baranovskiy Konstantin --- kicad/common/eda_text.cpp 2013-10-18 18:12:52.314055000 +0300 +++ kicad/co