Re: [Kicad-developers] Branch update

2018-08-04 Thread Ronnie Gaensli
Hi everyone! Follow up on removal of branch 5.1: There's still the tag "5.1.0-dev" . See https://git.launchpad.net/kicad/tag/?id=5.1.0-dev I don't know if this is or will be an issue, but might have slipped thru. just sayin. ronnie Am Mi., 1. Aug. 2018 um 10:22 Uhr schrieb Marco Ciampa : > On

Re: [Kicad-developers] Python doxygen for 4.0.7 Stable?

2018-08-04 Thread Nick Østergaard
Ok, I completely forgot about this, but I have uploaded it for 5.0.0 now. Den man. 4. sep. 2017 kl. 18.26 skrev Nick Østergaard : > > No, but good point. I will try to make that available. > > Den 4. sep. 2017 5.10 PM skrev "Greg Smith" : >> >> Is there an equivalent to >> >>

[Kicad-developers] [PATCH] Add documentation for KICAD_USE_OCC

2018-08-04 Thread Nick Østergaard
Hello Attached is a patch to update the dev-docs about the new option ot use OCC instead of OCE Regards Nick Østergaard From e8300b778c29f22f94023c4ae1683653f2e84977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nick=20=C3=98stergaard?= Date: Thu, 2 Aug 2018 19:11:04 +0200 Subject: [PATCH] Add

Re: [Kicad-developers] KiCad v5 build warning

2018-08-04 Thread Wayne Stambaugh
On 8/4/2018 7:00 AM, Simon Richter wrote: > Hi, > > On 04.08.2018 11:53, Jeff Young wrote: > >> I thought Alexis’s strategy for the View Footprints in Symbol Chooser >> experimental feature worked well. > > That would mean: > > - new features get an option > - the option defaults to ON

Re: [Kicad-developers] Patch to fix compil issue on Windows.

2018-08-04 Thread Jeff Young
Works fine on OSX. Thanks for the fixup, JP! > On 4 Aug 2018, at 15:12, Simon Richter wrote: > > Hi, > > On 04.08.2018 15:23, jp charras wrote: > >> The commit f3f814e622b2ed1af0b31c28665811fba15959dc breaks the >> compilation on Windows. > > This also fixes MSVC. > > Simon > >

Re: [Kicad-developers] Patch to fix compil issue on Windows.

2018-08-04 Thread Simon Richter
Hi, On 04.08.2018 15:23, jp charras wrote: > The commit f3f814e622b2ed1af0b31c28665811fba15959dc breaks the > compilation on Windows. This also fixes MSVC. Simon signature.asc Description: OpenPGP digital signature ___ Mailing list:

[Kicad-developers] Patch to fix compil issue on Windows.

2018-08-04 Thread jp charras
Hi, Jeff, The commit f3f814e622b2ed1af0b31c28665811fba15959dc breaks the compilation on Windows. Attached a small fix. Please test it on OSX. -- Jean-Pierre CHARRAS common/common.cpp | 3 ++- include/common.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [Kicad-developers] KiCad v5 build warning

2018-08-04 Thread Simon Richter
Hi, On 04.08.2018 13:03, Jeff Young wrote: > - new /experimental/ features get an option? Yes, if there is a chance it needs to be excised from a release. Simon signature.asc Description: OpenPGP digital signature ___ Mailing list:

Re: [Kicad-developers] [PATCH] Add Insert hotkey to add a zone/segment corner

2018-08-04 Thread John Beard
Hi Seth, Sorry about that, I think I've checked the right thing here. I suppose many global TOOL_ACTIONs are actually unsafe to call from a global context but are defended implicitly by not providing a hotkey or menu item when the action isn't ready to get called. Cheers, John On Wed, Aug 1,

[Kicad-developers] Jenkins build is back to normal : linux-kicad-full-gcc-head #3769

2018-08-04 Thread Miguel Angel Ajo
See ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe :

Re: [Kicad-developers] KiCad v5 build warning

2018-08-04 Thread Simon Richter
Hi, On 04.08.2018 11:53, Jeff Young wrote: > I thought Alexis’s strategy for the View Footprints in Symbol Chooser > experimental feature worked well. That would mean: - new features get an option - the option defaults to ON during development - options that should not be released are

Re: [Kicad-developers] KiCad v5 build warning

2018-08-04 Thread Jeff Young
Hi Simon, I assume the first should be: - new experimental features get an option? Cheers, Jeff. > On 4 Aug 2018, at 12:00, Simon Richter wrote: > > Hi, > > On 04.08.2018 11:53, Jeff Young wrote: > >> I thought Alexis’s strategy for the View Footprints in Symbol Chooser >> experimental

[Kicad-developers] [PATCH] get initial Python 3 support

2018-08-04 Thread Thomas Pointhuber
Hi, I managed to get KiCad to run with Python 3 as well as did some quick verification that basic methods are working using CLI (loading boards, calling a method of it). Bugreport: https://bugs.launchpad.net/kicad/+bug/1785119 My Branch:

Re: [Kicad-developers] KiCad v5 build warning

2018-08-04 Thread Jeff Young
I thought Alexis’s strategy for the View Footprints in Symbol Chooser experimental feature worked well. IIRC, she added a preference just before RC1 and changed the default from “on” to “off”. Cheers, Jeff. > On 3 Aug 2018, at 22:22, Simon Richter wrote: > > Hi, > > On 03.08.2018 06:06,

Re: [Kicad-developers] wxConfigBase string values

2018-08-04 Thread Jeff Young
Turns out we already disable EnvVar expansion when reading the kicad config. If we write EnvVar syntax out, then I think we’re expecting to get it back in (thus the issue with the kicad config). So for other configs the enabled EnvVar expansion would only make a difference if you hand-edited

[Kicad-developers] Build failed in Jenkins: linux-kicad-full-gcc-head #3768

2018-08-04 Thread Miguel Angel Ajo
See Changes: [jean-pierre charras] Fix a minor wxWidgets debug alert. -- [...truncated 149.29 KB...] [ 86%] Building CXX object