[Kicad-developers] Column label "Qty" of the symbol fields editor is not translatable.

2018-07-14 Thread Константин Барановский
From 07b93a5396bfa7c8922e7d57cff7337d269de52b Mon Sep 17 00:00:00 2001 From: Baranovskiy Konstantin Date: Sun, 15 Jul 2018 08:09:38 +0300 Subject: [PATCH] Fix untranslatable label. Column label "Qty" of the symbol fields editor is translatable now. --- eeschema/dialogs/dialog_fields_editor_glob

Re: [Kicad-developers] Update footprint and get some weird DRC fails

2018-07-14 Thread Andy Peters
> On Jul 14, 2018, at 7:30 PM, Seth Hillbrand wrote: > > That's valid. Would you mind submitting the issue to our bug tracker and > we'll fix that in 5.0.1? I have a fix for the non-copper connectivity issue > queued but we should address the array pad numbering issue as well. If > memory

Re: [Kicad-developers] Update footprint and get some weird DRC fails

2018-07-14 Thread Seth Hillbrand
That's valid. Would you mind submitting the issue to our bug tracker and we'll fix that in 5.0.1? I have a fix for the non-copper connectivity issue queued but we should address the array pad numbering issue as well. If memory serves, there are a few issues with that dialog outstanding... -S Am

Re: [Kicad-developers] kicad version and install location

2018-07-14 Thread Strontium
I honestly think each major revision of KiCad should be considered a NEW program, installs to a new place has its configuration and libraries all in a new location.  Only Incremental updates 5.0 -> 5.1 should be considered upgrades. Kicad configuration isn't complex or onerous so if a user wan

Re: [Kicad-developers] Update footprint and get some weird DRC fails

2018-07-14 Thread Andy Peters
> On Jul 14, 2018, at 3:33 PM, Seth Hillbrand wrote: > > Hi Andy- > > You don't provide enough information to help you here. You'll need to show a > larger image of your board with other layers enabled and, ideally set with > some transparency so that we can see what's happening. > > Connec

Re: [Kicad-developers] Update footprint and get some weird DRC fails

2018-07-14 Thread Seth Hillbrand
Hi Andy- You don't provide enough information to help you here. You'll need to show a larger image of your board with other layers enabled and, ideally set with some transparency so that we can see what's happening. Connectivity _only_ applies to copper. So the paste-only pads shouldn't have an

Re: [Kicad-developers] kicad version and install location

2018-07-14 Thread Wayne Stambaugh
On 07/14/2018 10:55 AM, Ouabache Designworks wrote: > > > On Fri, Jul 13, 2018 at 7:49 PM, Mark Roszko > wrote: > > Wayne, > > Guess going to suggest it should be a priority to version the config > into folders. > > This is a user made chart on

Re: [Kicad-developers] Stable version 5 tagged.

2018-07-14 Thread Wayne Stambaugh
Carsten, Thanks for the reminder. I just pushed them. Cheers, Wayne On 07/14/2018 01:08 PM, Carsten Schoenert wrote: > Hi Wayne, > > Am 13.07.18 um 22:15 schrieb Wayne Stambaugh: >> Queue up the Handel's "Hallelujah Chorus", the stable version 5 source >> has been tagged and the source archiv

Re: [Kicad-developers] 5.1 preview

2018-07-14 Thread Jeff Young
Hi JP, Those are the 2.8 calls, which had backward-compatibility covers up until at least 3.0.4 (which is what I’m using, although I think the recommended KiCad version is 3.0.2). But they are marked deprecated so I’ll make the fixes. Cheers, Jeff. > On 14 Jul 2018, at 12:35, jp charras wro

Re: [Kicad-developers] Stable version 5 tagged.

2018-07-14 Thread Carsten Schoenert
Hi Wayne, Am 13.07.18 um 22:15 schrieb Wayne Stambaugh: > Queue up the Handel's "Hallelujah Chorus", the stable version 5 source > has been tagged and the source archive uploaded to Launchpad. seems you have forgotten to push the tag. ;) -- Regards Carsten Schoenert ___

Re: [Kicad-developers] kicad version and install location

2018-07-14 Thread Ouabache Designworks
On Fri, Jul 13, 2018 at 7:49 PM, Mark Roszko wrote: > Wayne, > > Guess going to suggest it should be a priority to version the config > into folders. > > This is a user made chart on how to install kicad 5 which honestly is > silly it has to even exist lol > https://kicad-info.s3-us-west-2.amazon

Re: [Kicad-developers] kicad version and install location

2018-07-14 Thread Adam Wolf
Resending from the right email address--seems like something changed in my email client *sigh*. I don't want to contribute to any sort of panic. I just spent so much time redoing the macOS packaging that I didn't keep up with the rest of the V5 changes! It's also tricky in macOS to have users ke

Re: [Kicad-developers] 5.1 preview

2018-07-14 Thread jp charras
Le 13/07/2018 à 06:19, Jeff Young a écrit : > Thanks to some great help from Nick, I believe my 6.0 (aka 5.1) tree should > compile cleanly on other > platforms if any of you want to try it out. > > https://git.launchpad.net/~jeyjey/kicad/?h=6.0 >

Re: [Kicad-developers] kicad version and install location

2018-07-14 Thread Rene Pöschl
Another idea would be to provide a package with version 4 libs. That way users can work with the new v5 features but do not need to worry about updating libraries. On 14/07/18 09:29, Rene Pöschl wrote: I get the feeling there is a bit more panic than need be. One of the reasons is that the v4

Re: [Kicad-developers] kicad version and install location

2018-07-14 Thread Rene Pöschl
I get the feeling there is a bit more panic than need be. One of the reasons is that the v4 installer on windows did set operating system variables (environment variables) which can create problems when updating. So it might be a good idea for the v5 installer to clean up this mess. (or at lea

Re: [Kicad-developers] Translation of dialog_bom_help.html

2018-07-14 Thread jp charras
Le 12/07/2018 à 14:59, Simon Richter a écrit : > Hi, > > On 11.07.2018 21:51, Wayne Stambaugh wrote: > >> This probably should have been done as a cpp string wrapped with the >> translation macro _(). I'm not sure there is anything we can do to make >> this translatable. Anyone else have any id