Re: [Kicad-developers] Error TransformRoundRectToPolygon not declared

2019-04-07 Thread Seth Hillbrand
Looks like your build tree is out of date.  Might need to do a make 
clean first.


See d259459a14f5d3cee00afc25354f82e2ab87853b for details.

-S

Am 2019-04-07 17:41, schrieb Christopher Buckley:

I've made some mods in the following files pulled about 48hrs ago.

/common/colors.cpp
/common/plotters/DXF_plotter.cpp
/include/colors.h

Had some declaration problems with each and figured those out. After a
few attempts got past colors.cpp @ 29% and onto DXF_Plotter.cpp broke
@ 34% internal function following and suggestion
'TransformRing'both include colors.h

This ain't my stuff, is it???

Any suggestions? :)


C:/msys64/home/Christopher/kicad-devel/common/plotters/DXF_plotter.cpp:
In member function 'virtual void DXF_PLOTTER::FlashPadRoundRect(const
wxPoint&, const wxSize&, int, double, EDA_DRAW_MODE_T, void*)':

C:/msys64/home/Christopher/kicad-devel/common/plotters/DXF_plotter.cpp:864:5:
error: 'TransformRoundRectToPolygon' was not declared in this scope

 TransformRoundRectToPolygon( outline, aPadPos, aSize, aOrient,
 ^~~

C:/msys64/home/Christopher/kicad-devel/common/plotters/DXF_plotter.cpp:864:5:

note: suggested alternative: 'TransformRingToPolygon'

 TransformRoundRectToPolygon( outline, aPadPos, aSize, aOrient,
 ^~~
 TransformRingToPolygon


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] Error TransformRoundRectToPolygon not declared

2019-04-07 Thread Christopher Buckley
I've made some mods in the following files pulled about 48hrs ago.

/common/colors.cpp
/common/plotters/DXF_plotter.cpp
/include/colors.h

Had some declaration problems with each and figured those out. After a few 
attempts got past colors.cpp @ 29% and onto DXF_Plotter.cpp broke @ 34% 
internal function following and suggestion 'TransformRing'both include 
colors.h

This ain't my stuff, is it???

Any suggestions? :)


C:/msys64/home/Christopher/kicad-devel/common/plotters/DXF_plotter.cpp:
In member function 'virtual void DXF_PLOTTER::FlashPadRoundRect(const wxPoint&, 
const wxSize&, int, double, EDA_DRAW_MODE_T, void*)':

C:/msys64/home/Christopher/kicad-devel/common/plotters/DXF_plotter.cpp:864:5:
error: 'TransformRoundRectToPolygon' was not declared in this scope

 TransformRoundRectToPolygon( outline, aPadPos, aSize, aOrient,
 ^~~

C:/msys64/home/Christopher/kicad-devel/common/plotters/DXF_plotter.cpp:864:5:

note: suggested alternative: 'TransformRingToPolygon'

 TransformRoundRectToPolygon( outline, aPadPos, aSize, aOrient,
 ^~~
 TransformRingToPolygon


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] 5.1.1

2019-04-07 Thread Wayne Stambaugh
On 4/7/19 10:14 AM, Seth Hillbrand wrote:
> Am 2019-04-07 09:00, schrieb Wayne Stambaugh:
>> Seth,
>>
>> I was actually considering this but I was holding off for one last high
>> priority bug[1] to be fixed.  I'm fine with pushing the low and medium
>> priority bugs to 5.1.2.  Any one have time to take a stab at fixing this
>> bug?  I could take a look at it but I really need to get moving on my
>> KiCon presentation.
> 
> OK.  Should be fixed.
> 
> -Seth

Thanks Seth!  I will tag 5.1.1 tomorrow after I get home from work
around 6PM EST.  This will give anyone who has any other bug fixes
queued up for 5.1.1 a chance to push them.  Do we need any more than
three weeks to get the translations updated, the libraries tag, and
packages built?  Please let me know if this is an issue.

Wayne

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Build Docs Page Not Working

2019-04-07 Thread Mark Roszko
Nevermind, it is fixed. The cache headers on the docs are really heavy and
Chrome doesn't even want to do a hard refresh easily :/

On Sun, Apr 7, 2019 at 11:38 AM Mark Roszko  wrote:

> It's not fixed. The build job is having trouble uploading correctly at the
> moment.
> If it looks fine atm, it's because of your browser cache.
>
> On Sun, Apr 7, 2019 at 11:23 AM Clemens Koller  wrote:
>
>> It seems fixed, on firefox 66.0.2, too. It wasn't this morning.
>>
>> On 07/04/2019 15.02, Wayne Stambaugh wrote:
>> > Has this been fixed?  It looks fine to me in Chrome.
>> >
>> > On 4/6/19 11:58 PM, Mark Roszko wrote:
>> >> Looks like the last docs build broke on upload.
>> >>
>> >> On Sat, Apr 6, 2019 at 11:57 PM Mark Roszko > >> > wrote:
>> >>
>> >> >Resource interpreted as Stylesheet but transferred with MIME type
>> >> text/x-asm: "http://docs.kicad-pcb.org/doxygen/doxygen.css;.
>> >>
>> >> HM
>> >>
>> >>
>> >>
>> >> On Sat, Apr 6, 2019 at 9:30 PM Christopher Buckley
>> >> mailto:mallardproducti...@yahoo.com
>> >>
>> >> wrote:
>> >>
>> >> Is it just me using Firefox 66 or is the docs build page really
>> >> messed up???
>> >>
>> >>
>> http://docs.kicad-pcb.org/doxygen/md_Documentation_development_compiling.html
>> >>
>> >>
>> >> ___
>> >> Mailing list: https://launchpad.net/~kicad-developers
>> >> Post to : kicad-developers@lists.launchpad.net
>> >> 
>> >> Unsubscribe : https://launchpad.net/~kicad-developers
>> >> More help   : https://help.launchpad.net/ListHelp
>> >>
>> >>
>> >>
>> >> --
>> >> Mark
>> >>
>> >>
>> >>
>> >> --
>> >> Mark
>> >>
>> >> ___
>> >> Mailing list: https://launchpad.net/~kicad-developers
>> >> Post to : kicad-developers@lists.launchpad.net
>> >> Unsubscribe : https://launchpad.net/~kicad-developers
>> >> More help   : https://help.launchpad.net/ListHelp
>> >>
>> >
>> > ___
>> > Mailing list: https://launchpad.net/~kicad-developers
>> > Post to : kicad-developers@lists.launchpad.net
>> > Unsubscribe : https://launchpad.net/~kicad-developers
>> > More help   : https://help.launchpad.net/ListHelp
>> >
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
>
>
> --
> Mark
>


-- 
Mark
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Build Docs Page Not Working

2019-04-07 Thread Mark Roszko
It's not fixed. The build job is having trouble uploading correctly at the
moment.
If it looks fine atm, it's because of your browser cache.

On Sun, Apr 7, 2019 at 11:23 AM Clemens Koller  wrote:

> It seems fixed, on firefox 66.0.2, too. It wasn't this morning.
>
> On 07/04/2019 15.02, Wayne Stambaugh wrote:
> > Has this been fixed?  It looks fine to me in Chrome.
> >
> > On 4/6/19 11:58 PM, Mark Roszko wrote:
> >> Looks like the last docs build broke on upload.
> >>
> >> On Sat, Apr 6, 2019 at 11:57 PM Mark Roszko  >> > wrote:
> >>
> >> >Resource interpreted as Stylesheet but transferred with MIME type
> >> text/x-asm: "http://docs.kicad-pcb.org/doxygen/doxygen.css;.
> >>
> >> HM
> >>
> >>
> >>
> >> On Sat, Apr 6, 2019 at 9:30 PM Christopher Buckley
> >> mailto:mallardproducti...@yahoo.com
> >>
> >> wrote:
> >>
> >> Is it just me using Firefox 66 or is the docs build page really
> >> messed up???
> >>
> >>
> http://docs.kicad-pcb.org/doxygen/md_Documentation_development_compiling.html
> >>
> >>
> >> ___
> >> Mailing list: https://launchpad.net/~kicad-developers
> >> Post to : kicad-developers@lists.launchpad.net
> >> 
> >> Unsubscribe : https://launchpad.net/~kicad-developers
> >> More help   : https://help.launchpad.net/ListHelp
> >>
> >>
> >>
> >> --
> >> Mark
> >>
> >>
> >>
> >> --
> >> Mark
> >>
> >> ___
> >> Mailing list: https://launchpad.net/~kicad-developers
> >> Post to : kicad-developers@lists.launchpad.net
> >> Unsubscribe : https://launchpad.net/~kicad-developers
> >> More help   : https://help.launchpad.net/ListHelp
> >>
> >
> > ___
> > Mailing list: https://launchpad.net/~kicad-developers
> > Post to : kicad-developers@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~kicad-developers
> > More help   : https://help.launchpad.net/ListHelp
> >
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>


-- 
Mark
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Build Docs Page Not Working

2019-04-07 Thread Clemens Koller
It seems fixed, on firefox 66.0.2, too. It wasn't this morning.

On 07/04/2019 15.02, Wayne Stambaugh wrote:
> Has this been fixed?  It looks fine to me in Chrome.
> 
> On 4/6/19 11:58 PM, Mark Roszko wrote:
>> Looks like the last docs build broke on upload.
>>
>> On Sat, Apr 6, 2019 at 11:57 PM Mark Roszko > > wrote:
>>
>> >Resource interpreted as Stylesheet but transferred with MIME type
>> text/x-asm: "http://docs.kicad-pcb.org/doxygen/doxygen.css;.
>>
>> HM
>>
>>
>>
>> On Sat, Apr 6, 2019 at 9:30 PM Christopher Buckley
>> mailto:mallardproducti...@yahoo.com>>
>> wrote:
>>
>> Is it just me using Firefox 66 or is the docs build page really
>> messed up???
>>
>> 
>> http://docs.kicad-pcb.org/doxygen/md_Documentation_development_compiling.html
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to     : kicad-developers@lists.launchpad.net
>> 
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>>
>> -- 
>> Mark
>>
>>
>>
>> -- 
>> Mark
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] 5.1.1

2019-04-07 Thread Seth Hillbrand

Am 2019-04-07 09:00, schrieb Wayne Stambaugh:

Seth,

I was actually considering this but I was holding off for one last high
priority bug[1] to be fixed.  I'm fine with pushing the low and medium
priority bugs to 5.1.2.  Any one have time to take a stab at fixing 
this

bug?  I could take a look at it but I really need to get moving on my
KiCon presentation.


OK.  Should be fixed.

-Seth

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Build Docs Page Not Working

2019-04-07 Thread Wayne Stambaugh
Has this been fixed?  It looks fine to me in Chrome.

On 4/6/19 11:58 PM, Mark Roszko wrote:
> Looks like the last docs build broke on upload.
> 
> On Sat, Apr 6, 2019 at 11:57 PM Mark Roszko  > wrote:
> 
> >Resource interpreted as Stylesheet but transferred with MIME type
> text/x-asm: "http://docs.kicad-pcb.org/doxygen/doxygen.css;.
> 
> HM
> 
> 
> 
> On Sat, Apr 6, 2019 at 9:30 PM Christopher Buckley
> mailto:mallardproducti...@yahoo.com>>
> wrote:
> 
> Is it just me using Firefox 66 or is the docs build page really
> messed up???
> 
> 
> http://docs.kicad-pcb.org/doxygen/md_Documentation_development_compiling.html
> 
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@lists.launchpad.net
> 
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 
> 
> 
> -- 
> Mark
> 
> 
> 
> -- 
> Mark
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] 5.1.1

2019-04-07 Thread Wayne Stambaugh
Seth,

I was actually considering this but I was holding off for one last high
priority bug[1] to be fixed.  I'm fine with pushing the low and medium
priority bugs to 5.1.2.  Any one have time to take a stab at fixing this
bug?  I could take a look at it but I really need to get moving on my
KiCon presentation.

Cheers,

Wayne

[1]: https://bugs.launchpad.net/kicad/+bug/1819426

On 4/6/19 11:31 PM, Seth Hillbrand wrote:
> Hi All-
> 
> I'd like to suggest spinning out 5.1.1 soon and pushing the existing
> 5.1.1 bugs to 5.1.2.
> 
> There have been a few critical bugs (4 + 5 high priority) that are fixed
> from 5.1 and should be out in a stable release.  While there are a
> number of medium priority bugs outstanding, we will address these in
> time but I think it may be beneficial to get 5.1.1 tagged soon-ish. 
> Version numbers are free and there's benefit to getting the critical bug
> fixes out in a timely manner.
> 
> Thoughts?
> -Seth
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] 5.1.1

2019-04-07 Thread Jeff Young
I have all my stuff that’s destined for 5.1.1 in, so I’m OK with this plan.  I 
don’t know how much effort it is for our packagers, though.

Cheers,
Jeff.


> On 7 Apr 2019, at 04:31, Seth Hillbrand  wrote:
> 
> Hi All-
> 
> I'd like to suggest spinning out 5.1.1 soon and pushing the existing 5.1.1 
> bugs to 5.1.2.
> 
> There have been a few critical bugs (4 + 5 high priority) that are fixed from 
> 5.1 and should be out in a stable release.  While there are a number of 
> medium priority bugs outstanding, we will address these in time but I think 
> it may be beneficial to get 5.1.1 tagged soon-ish.  Version numbers are free 
> and there's benefit to getting the critical bug fixes out in a timely manner.
> 
> Thoughts?
> -Seth
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Keep text upright

2019-04-07 Thread Jeff Young
Below:

> On 7 Apr 2019, at 04:09, Seth Hillbrand  wrote:
> 
> Am 2019-04-06 19:06, schrieb Jeff Young:
>> The keep text upright feature works poorly with left- or
>> right-justified text (it flips around the anchor point).
>> This is difficult to fix because it’s done at display time (so if the
>> code is changed it will change the layout of existing boards).
>> We could insert a second “keep upright” algorithm that’s done at edit
>> time, and would essentially disable the display-time one for edited
>> text (since it would already be adjusted to upright).  The downside to
>> this is that if you rotate some text with keep-upright on, and then
>> turn it off, the text won’t “un-flip”.  But maybe that’s not so bad?
>> The “keep” verb nearly already suggests that it’s an edit-time
>> function.
> 
> Hi Jeff-
> 
> If we do this at edit-time, won't that effectively negate the "keep upright" 
> part?  As it, when does the text change?  When the item's orientation on the 
> board is changed?

Yes, it would re-adjust when you rotated, flipped or mirrored the text (or its 
parent).

>  Or earlier?
> 
> I don't think the lack of an "un-flip" is bad.  As long as the user is 
> editing the text, they are looking for changes, I think.
> 
> -S


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp