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

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

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

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 M

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

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 Ma

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 Stam

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'

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

[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 fu

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/plotte