Re: [Kicad-developers] [KiCad/kicad-mac-builder] kicad-mac-builder-10.11-upload #75 failed (#206)

2018-08-25 Thread Bernhard Stegmaier
The changes I made to the old build scripts did automatically pull if there is something new. I don’t know if those scripts are still in service… Bernhard > On 25. Aug 2018, at 20:00, Adam Wolf wrote: > > It may not pull from a tag. It's actually easier for me to trigger a new > build from

Re: [Kicad-developers] [KiCad/kicad-mac-builder] kicad-mac-builder-10.11-upload #75 failed (#206)

2018-08-25 Thread Adam Wolf
It may not pull from a tag. It's actually easier for me to trigger a new build from my phone than to browse the source. :P Adam On Sat, Aug 25, 2018, 12:01 PM Jeff Young wrote: > Oops. Now pushed. > > On 25 Aug 2018, at 17:01, Bernhard Stegmaier > wrote: > > Did you push it? > I just looked

Re: [Kicad-developers] [KiCad/kicad-mac-builder] kicad-mac-builder-10.11-upload #75 failed (#206)

2018-08-25 Thread Jeff Young
Oops. Now pushed. > On 25 Aug 2018, at 17:01, Bernhard Stegmaier wrote: > > Did you push it? > I just looked an hour ago, but didn’t see any commit that added that… > > @Adam: > Did you change to pull wxWidgets from a tag? > I didn’t know we have tags on our wxWidgets fork…? > Old scripts

Re: [Kicad-developers] [KiCad/kicad-mac-builder] kicad-mac-builder-10.11-upload #75 failed (#206)

2018-08-25 Thread Bernhard Stegmaier
Did you push it? I just looked an hour ago, but didn’t see any commit that added that… @Adam: Did you change to pull wxWidgets from a tag? I didn’t know we have tags on our wxWidgets fork…? Old scripts just checked for a change and pulled head of the branch. Regards, Bernhard > On 25. Aug

Re: [Kicad-developers] Fwd: [KiCad/kicad-mac-builder] kicad-mac-builder-10.11-upload #75 failed (#206)

2018-08-25 Thread Adam Wolf
They pull from a tag, I think, but it's easy to switch that up and make it pull from a branch. I will handle this on Monday. Thanks for the insight! Insert fun party parrot gif here : Adam On Sat, Aug 25, 2018, 10:10 AM Jeff Young wrote: > BTW, do our build scripts do this automatically? >

Re: [Kicad-developers] Fwd: [KiCad/kicad-mac-builder] kicad-mac-builder-10.11-upload #75 failed (#206)

2018-08-25 Thread Jeff Young
BTW, do our build scripts do this automatically? > On 25 Aug 2018, at 16:10, Jeff Young wrote: > > Rats. I meant to mention that folks on OSX will need to pull from our > wxWidgets branch. > > Cheers, > Jeff. > >> On 25 Aug 2018, at 14:19, Adam Wolf > >

Re: [Kicad-developers] Fwd: [KiCad/kicad-mac-builder] kicad-mac-builder-10.11-upload #75 failed (#206)

2018-08-25 Thread Jeff Young
Rats. I meant to mention that folks on OSX will need to pull from our wxWidgets branch. Cheers, Jeff. > On 25 Aug 2018, at 14:19, Adam Wolf wrote: > > Hi folks! > > I saw this macOS build failure today. Sometimes build failures are flukes, > but this looks like it might be legit. > > Any

Re: [Kicad-developers] Launchpad housekeeping: Already released fixes for KiCad5.1?

2018-08-25 Thread Jeff Young
Thanks, Ronnie, I’ve cleaned those up. (Two hadn’t gotten their version updated to 5.0.1, one wasn’t re-opened when it moved to 5.1, and one was incorrectly marked released.) Cheers, Jeff. > On 25 Aug 2018, at 14:19, Ronnie Gaensli wrote: > > Sorry for being pedantic: I've noticed that the

[Kicad-developers] Launchpad housekeeping: Already released fixes for KiCad5.1?

2018-08-25 Thread Ronnie Gaensli
Sorry for being pedantic: I've noticed that the KiCad 5.1 Milestone already has 4 bug fixes marked as "released" [1]. But obviously that is not possible. Not as of today. In particular these are the bugs: https://bugs.launchpad.net/kicad/+bug/1782660 https://bugs.launchpad.net/kicad/+bug/1778408

[Kicad-developers] Fwd: [KiCad/kicad-mac-builder] kicad-mac-builder-10.11-upload #75 failed (#206)

2018-08-25 Thread Adam Wolf
Hi folks! I saw this macOS build failure today. Sometimes build failures are flukes, but this looks like it might be legit. Any thoughts? I can dig into it more on Monday, but if someone wants to take a look and see if something changed there, be my guest! Adam Wolf -- Forwarded

[Kicad-developers] [PATCH] - Add x/y measurements to PCB ruler tool

2018-08-25 Thread Oliver Walters
Most of the time I wish to use the ruler tool to display x/y measurements. This simple patch displays dx and dy on the ruler tool. From 8a4f58580530b06d2161218e3e2b33a343e4ff97 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 25 Aug 2018 21:59:21 +1000 Subject: [PATCH] Add x/y dimensions to PCB

Re: [Kicad-developers] Need help with menus and dialog modifications

2018-08-25 Thread Andrew Lutsenko
Hi David, My suggestion: Use the universal printf debug technique. In case of wx apps wxMessageBox() works great. Stick it everywhere you want to know if code path is executed or what a variable value is, it's great way to understand why something doesn't work. More advanced users will use gdb

Re: [Kicad-developers] Need help with menus and dialog modifications

2018-08-25 Thread David Griffith
On August 12, 2018 7:20:40 PM PDT, David Griffith wrote: > >I'm trying to add some stuff to the 3D viewer that were removed when >version 5 came out. One of these is an "Apply" button to the 3D viewer Could I get some commentary on this or some suggestions? I don't know what I'm doing here