Re: [Kicad-developers] 5.1.5 RC?

2019-08-27 Thread Nick Østergaard
I think it sounds good. Especially the crash on deleting locked footprint bug, which has been reported by "many" users is a good one to get rid of. Nick On Tue, 27 Aug 2019 at 21:57, Seth Hillbrand wrote: > > Hi All- > > I know 5.1.4 is still in its infancy but I am hoping that we can plan >

[Kicad-developers] 5.1.5 RC?

2019-08-27 Thread Seth Hillbrand
Hi All- I know 5.1.4 is still in its infancy but I am hoping that we can plan for a 5.1.5 during September (fixing at least 2 critical bugs). We've been a bit rocky with the point updates, so I'd like to propose a sequence: 1) Sometime around September 15: Tag 5.1.5-rc1 and announce string

Re: [Kicad-developers] Opinions on eeschema selection highlighting?

2019-08-27 Thread Jeff Young
Looks good, Seth. I’m going to lighten the default a bit so that the text is easier to read. (The OSX default is a very light blue so I didn’t notice that the other platforms use a darker blue.) Cheers, Jeff. > On 27 Aug 2019, at 18:49, Seth Hillbrand wrote: > > On 2019-08-23 13:19, Jeff

Re: [Kicad-developers] Opinions on eeschema selection highlighting?

2019-08-27 Thread Seth Hillbrand
On 2019-08-23 13:19, Jeff Young wrote: While I wasn’t too happy with it at first, the new selection highlighting has really grown on me. How do others feel about it? Hi Jeff- I pushed a small patch to address configuring the highlight color along with the rest of the KiCad color themes.

Re: [Kicad-developers] Patch: Fixing a compile error on Power PC

2019-08-27 Thread Simon Richter
Hi, On Tue, Aug 27, 2019 at 05:14:47PM +0200, Tomasz Wlostowski wrote: > Does anybody here have a PPC machine to test this? Preferably one with > working OpenGL? I have half of one, missing a case though so it's not set up yet. With luck, I'll get to that next week, then I can also integrate it

Re: [Kicad-developers] Patch: Fixing a compile error on Power PC

2019-08-27 Thread Steven A. Falco
On 8/27/19 11:14 AM, Tomasz Wlostowski wrote: > On 27/08/2019 16:18, Steven A. Falco wrote: >> On 8/26/19 4:16 PM, Seth Hillbrand wrote: >>> On 2019-08-26 16:05, Tomasz Wlostowski wrote: On 26/08/2019 17:24, Seth Hillbrand wrote: > Agreed.  That looks like it may be have been a rebase

Re: [Kicad-developers] Patch: Fixing a compile error on Power PC

2019-08-27 Thread Tomasz Wlostowski
On 27/08/2019 16:18, Steven A. Falco wrote: > On 8/26/19 4:16 PM, Seth Hillbrand wrote: >> On 2019-08-26 16:05, Tomasz Wlostowski wrote: >>> On 26/08/2019 17:24, Seth Hillbrand wrote: Agreed.  That looks like it may be have been a rebase issue as the commit was for MSVC and shouldn't

Re: [Kicad-developers] Patch: Fixing a compile error on Power PC

2019-08-27 Thread Steven A. Falco
On 8/26/19 4:16 PM, Seth Hillbrand wrote: > On 2019-08-26 16:05, Tomasz Wlostowski wrote: >> On 26/08/2019 17:24, Seth Hillbrand wrote: >>> Agreed.  That looks like it may be have been a rebase issue as the >>> commit was for MSVC and shouldn't affect PPC. >>> >>> @Tom, shout if you see an issue

Re: [Kicad-developers] Linker Error (self made...)

2019-08-27 Thread Simon Richter
Hi, On Tue, Aug 27, 2019 at 02:56:37AM +0200, Ian McInerney wrote: > I was trying to do a fresh build of master with the address sanitizer > enabled in Clang, and I am receiving a strange linker error, and was > curious if anyone else had any thoughts on it. I fixed a similar error on MSVC