Re: [Kicad-developers] [PATCH] List Boost as a dependency for kicad2step

2019-04-15 Thread John Beard
Hi Simon, Thanks for catching. Pushed to both branches. Cheers, John On Mon, Apr 15, 2019 at 11:35 PM Simon Richter wrote: > > > This is not technically correct (the Boost dependency is introduced through > libcommon), but less invasive as it doesn't pull in libcommon on the linker > command

[Kicad-developers] [PATCH] List Boost as a dependency for kicad2step

2019-04-15 Thread Simon Richter
This is not technically correct (the Boost dependency is introduced through libcommon), but less invasive as it doesn't pull in libcommon on the linker command line. --- utils/kicad2step/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [Kicad-developers] [PATCH 2/2] Remove two extraneous spaces from a tooltip

2019-04-15 Thread Wayne Stambaugh
John, I fine with making string changes in 5.1.2 up to the point of the string freeze. I would prefer that we keep the changes to a minimum. The two patches that Simon submitted are fine. Cheers, Wayne On 4/15/19 6:13 PM, John Beard wrote: > Hi Wayne, > > What is the policy for minor string

Re: [Kicad-developers] [PATCH 2/2] Remove two extraneous spaces from a tooltip

2019-04-15 Thread Simon Richter
Hi John, On 16.04.19 00:13, John Beard wrote: > What is the policy for minor string changes going into 5.1.2? In this case, not a problem, as chamfered pads are not in the 5.1 branch. Simon signature.asc Description: OpenPGP digital signature

Re: [Kicad-developers] [PATCH 2/2] Remove two extraneous spaces from a tooltip

2019-04-15 Thread John Beard
Hi Wayne, What is the policy for minor string changes going into 5.1.2? Cheers, John ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers

[Kicad-developers] [PATCH 2/2] Remove two extraneous spaces from a tooltip

2019-04-15 Thread Simon Richter
--- pcbnew/dialogs/dialog_pad_properties_base.cpp | 2 +- pcbnew/dialogs/dialog_pad_properties_base.fbp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pcbnew/dialogs/dialog_pad_properties_base.cpp b/pcbnew/dialogs/dialog_pad_properties_base.cpp index 6b981b6832..b94732a3d8

[Kicad-developers] [PATCH 1/2] Use format string for composed strings

2019-04-15 Thread Simon Richter
Some translations may need this. --- eeschema/netlist_object.cpp | 2 +- eeschema/tools/sch_editor_control.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eeschema/netlist_object.cpp b/eeschema/netlist_object.cpp index c800401210..a077956eb8 100644 ---

Re: [Kicad-developers] 5.1.1 release reminder.

2019-04-15 Thread Jean-Samuel Reynaud
Hi all, Most of packages are ready now on PPA. Missing packages are i18n and docs (not tag on the repo). Regards, Le 14/04/2019 à 22:24, Wayne Stambaugh a écrit : > Hi Jean-Samuel, > > Sorry about, I just pushed the tag. > > Wayne > > On 4/14/19 4:21 PM, Jean-Samuel Reynaud wrote: >> Dear

Re: [Kicad-developers] Very slow all-most lockup, when using BS key, when add part to sch, 5.1.0-110-g3c2761778

2019-04-15 Thread Wayne Stambaugh
Lachlan, I'm not seeing this on windows but my work computer is pretty fast so I may not be a good benchmark. I do not see any lag at all when I hit the BS key in symbol chooser dialog. Wayne On 4/2/2019 1:22 AM, Lachlan Audas wrote: Annoyance/Regression/Bug? When you hit the 'a' in sch

Re: [Kicad-developers] kicad_pcb, kicad_mod format change for daily build?

2019-04-15 Thread jp charras
Le 15/04/2019 à 15:34, Jeff Young a écrit : > Yes, this was intentional. It allows users to put things like spaces in > layer names and other user-editable things. > > I’ll fix up the STEP exporter…. > >> On 15 Apr 2019, at 13:56, easyw wrote: >> >> Hi, >> recently I have noticed that both

Re: [Kicad-developers] new macos requirements, could use some help

2019-04-15 Thread Adam Wolf
I'm really, really not pleased with the timing of it. They announced it 7 days ago, and it will be in effect as soon as 10.14.5 is released, which is in *second beta* already. I'm certain they'll have some special place you can say "whitelist this software" but honestly there are 2 instructions

Re: [Kicad-developers] kicad_pcb, kicad_mod format change for daily build?

2019-04-15 Thread Jeff Young
Yes, this was intentional. It allows users to put things like spaces in layer names and other user-editable things. I’ll fix up the STEP exporter…. > On 15 Apr 2019, at 13:56, easyw wrote: > > Hi, > recently I have noticed that both kicad_pcb and kicad_mod seems to have > changed their

Re: [Kicad-developers] new macos requirements, could use some help

2019-04-15 Thread Mark Roszko
Yes. They basically require software submission which then results in a signature when it passes an anti virus check. They aren't so far planning on enforcing arbitrary approval rules like the app store but we'll see. But it's basically Apple avoiding the install of local antiviruses on

Re: [Kicad-developers] new macos requirements, could use some help

2019-04-15 Thread Tomasz Wlostowski
On 13/04/2019 22:57, Adam Wolf wrote: > Oh, that's what I get for trying to post from my phone... > > I forgot the link, and without it, my post seems super ominous! Sorry > about that! > > https://developer.apple.com/news/?id=04102019a So does this mean we can't distribute our software

Re: [Kicad-developers] new macos requirements, could use some help

2019-04-15 Thread Richard Tobias
Hi, I would be interested as well. Richard Sent from my iPhone > On Apr 13, 2019, at 10:28 PM, Joe Rozner wrote: > > I’d be interested in helping out. > >> On Apr 13, 2019, at 13:57, Adam Wolf wrote: >> >> Oh, that's what I get for trying to post from my phone... >> >> I forgot the

[Kicad-developers] kicad_pcb, kicad_mod format change for daily build?

2019-04-15 Thread easyw
Hi, recently I have noticed that both kicad_pcb and kicad_mod seems to have changed their format. It have been introduced double quotes for layers pads etc. Is that necessary or intentional? Here two related issues links: footprint