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

2019-04-06 Thread Mark Roszko
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 <
> 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


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

2019-04-06 Thread Mark Roszko
>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 <
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
___
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] 5.1.1

2019-04-06 Thread Seth Hillbrand

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


Re: [Kicad-developers] Keep text upright

2019-04-06 Thread Seth Hillbrand

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?  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


[Kicad-developers] Build Docs Page Not Working

2019-04-06 Thread Christopher Buckley
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


[Kicad-developers] Keep text upright

2019-04-06 Thread 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.

Thoughts?
___
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] Are we still cascading merges?

2019-04-06 Thread Wayne Stambaugh
Jeff,

I've dropped the ball on this but we should try our best to not step on
each others toes.  I would think your escaped characters patch can be
merged.  AFAIK, your UpdatePCBFromSchematic work shouldn't cause too
many conflicts either but I will defer to the group because I am not
sure what everyone else is working on.  Anyone concerned about merging
this should speak up.

Cheers,

Wayne

On 4/6/2019 6:17 AM, Jeff Young wrote:
> I’ve got a couple of moderate-sized changelists:
> 
> 1) escaping of characters in labels (this was waiting on Jon’s merge so 
> should be good-to-go?)
> 2) a re-jiggering of the UpdatePCBFromSchematic Kiway communications to be 
> more orthogonal (and allow us to reuse the code for footprint checking, which 
> is now integrated into DRC)
> ___
> 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] Are we still cascading merges?

2019-04-06 Thread Jeff Young
I’ve got a couple of moderate-sized changelists:

1) escaping of characters in labels (this was waiting on Jon’s merge so should 
be good-to-go?)
2) a re-jiggering of the UpdatePCBFromSchematic Kiway communications to be more 
orthogonal (and allow us to reuse the code for footprint checking, which is now 
integrated into DRC)
___
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