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

2018-07-13 Thread Adam Wolf
What options do we have?  Anything beyond "postpone V5" or "wait for the
next release"?

Could we rebrand the V5 release as a "technical preview" or something that
is suitable for experts (and new users, actually) and make V5.1 V5?

Adam

On Fri, Jul 13, 2018, 10:10 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.amazonaws.com/original/2X/d/d6143659e9237fc358588bed761ef3e557454cde.png
>
>
> On Wed, Jul 11, 2018 at 1:56 PM Wayne Stambaugh 
> wrote:
> >
> > Mark,
> >
> > I agree with you in principal but this would require some major changes
> > to KiCad internally to handle the configuration data the "windows" way.
> > I really do not want to push the stable 5 release back any further than
> > it already has been.  I'm open to trying to accomplish this as part of
> > the 5.1 release if we can implement it soon enough to get some testing
> > on it.
> >
> > Cheers,
> >
> > Wayne
> >
> > On 7/8/2018 12:19 AM, Adam Wolf wrote:
> > > Let's postpone this discussion maybe until the 10th when Wayne is back
> > > at it.
> > >
> > > On Sat, Jul 7, 2018, 10:33 PM Mark Roszko  > > > wrote:
> > >
> > > Hey guys,
> > >
> > > So with 5.0 approaching theres something of an annoying problem on
> > > windows (that many are complaining about). The install location!
> > > Currently, even though you can install kicad into separate folders
> if
> > > you wanted to, kicad still tries to write to the same appdata
> folder!
> > >
> > > Why would you want both the new and old? Because if you want to
> tweak
> > > a old design, you don't want to risk opening it in newer versions
> and
> > > having unforseen bugs. New designs sure, you really want to use the
> > > latest and greatest, but the old is a risk not worth taking,
> > > especially in the commercial field ;)
> > >
> > > Also there is a settings conflicts between 4.0 and 5.0 sharing
> appdata.
> > >
> > > I've seen some kicad forum "workarounds" where they use launcher
> > > scripts that set KICAD_CONFIG_HOME each time. While it works, its
> > > completely against the windows way :3
> > >
> > >
> > > What I propose, is we patch KiCad a little to:
> > >
> > > 1. Write to appdata in a versioned manner (just minor and maybe
> > > minor version)
> > > C:\Users\%USERNAME%\AppData\Local\kicad 4.0\
> > > C:\Users\%USERNAME%\AppData\Local\kicad 5.0\
> > > C:\Users\%USERNAME%\AppData\Local\kicad 6.0\
> > >
> > > 2. Potentially prompt the user on first-start to copy settings.
> > > (Maybe? Might be too much work for the final 5.0)
> > >
> > > Then we patch the installer to follow the convention of:
> > > C:\Program Files\KiCad 4.0\
> > > C:\Program Files\KiCad 5.0\
> > > C:\Program Files\KiCad 6.0\
> > >
> > > This would do what every other CAD and IDE does on Windows
> > > (versioned installs).
> > >
> > > But what if people want to install in crazier ways ?!
> > > Well then that should beyond the scope of the "standard" installs
> and
> > > they are on their own. (Just like other tools)
> > >
> > > ___
> > > Mailing list: https://launchpad.net/~kicad-developers
> > > Post to : kicad-developers@lists.launchpad.net
> > > 
> > > Unsubscribe : https://launchpad.net/~kicad-developers
> > > More help   : https://help.launchpad.net/ListHelp
> > >
> > >
> > >
> > > ___
> > > Mailing list: https://launchpad.net/~kicad-developers
> > > Post to : kicad-developers@lists.launchpad.net
> > > Unsubscribe : https://launchpad.net/~kicad-developers
> > > More help   : https://help.launchpad.net/ListHelp
> > >
> >
> > ___
> > Mailing list: https://launchpad.net/~kicad-developers
> > Post to : kicad-developers@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~kicad-developers
> > More help   : https://help.launchpad.net/ListHelp
>
>
>
> --
> Mark
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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

2018-07-13 Thread Mark Roszko
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.amazonaws.com/original/2X/d/d6143659e9237fc358588bed761ef3e557454cde.png


On Wed, Jul 11, 2018 at 1:56 PM Wayne Stambaugh  wrote:
>
> Mark,
>
> I agree with you in principal but this would require some major changes
> to KiCad internally to handle the configuration data the "windows" way.
> I really do not want to push the stable 5 release back any further than
> it already has been.  I'm open to trying to accomplish this as part of
> the 5.1 release if we can implement it soon enough to get some testing
> on it.
>
> Cheers,
>
> Wayne
>
> On 7/8/2018 12:19 AM, Adam Wolf wrote:
> > Let's postpone this discussion maybe until the 10th when Wayne is back
> > at it.
> >
> > On Sat, Jul 7, 2018, 10:33 PM Mark Roszko  > > wrote:
> >
> > Hey guys,
> >
> > So with 5.0 approaching theres something of an annoying problem on
> > windows (that many are complaining about). The install location!
> > Currently, even though you can install kicad into separate folders if
> > you wanted to, kicad still tries to write to the same appdata folder!
> >
> > Why would you want both the new and old? Because if you want to tweak
> > a old design, you don't want to risk opening it in newer versions and
> > having unforseen bugs. New designs sure, you really want to use the
> > latest and greatest, but the old is a risk not worth taking,
> > especially in the commercial field ;)
> >
> > Also there is a settings conflicts between 4.0 and 5.0 sharing appdata.
> >
> > I've seen some kicad forum "workarounds" where they use launcher
> > scripts that set KICAD_CONFIG_HOME each time. While it works, its
> > completely against the windows way :3
> >
> >
> > What I propose, is we patch KiCad a little to:
> >
> > 1. Write to appdata in a versioned manner (just minor and maybe
> > minor version)
> > C:\Users\%USERNAME%\AppData\Local\kicad 4.0\
> > C:\Users\%USERNAME%\AppData\Local\kicad 5.0\
> > C:\Users\%USERNAME%\AppData\Local\kicad 6.0\
> >
> > 2. Potentially prompt the user on first-start to copy settings.
> > (Maybe? Might be too much work for the final 5.0)
> >
> > Then we patch the installer to follow the convention of:
> > C:\Program Files\KiCad 4.0\
> > C:\Program Files\KiCad 5.0\
> > C:\Program Files\KiCad 6.0\
> >
> > This would do what every other CAD and IDE does on Windows
> > (versioned installs).
> >
> > But what if people want to install in crazier ways ?!
> > Well then that should beyond the scope of the "standard" installs and
> > they are on their own. (Just like other tools)
> >
> > ___
> > Mailing list: https://launchpad.net/~kicad-developers
> > Post to : kicad-developers@lists.launchpad.net
> > 
> > Unsubscribe : https://launchpad.net/~kicad-developers
> > More help   : https://help.launchpad.net/ListHelp
> >
> >
> >
> > ___
> > Mailing list: https://launchpad.net/~kicad-developers
> > Post to : kicad-developers@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~kicad-developers
> > More help   : https://help.launchpad.net/ListHelp
> >
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp



-- 
Mark

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] 5.1 tag

2018-07-13 Thread Wayne Stambaugh
That would prevent us from adding new features such as the new schematic 
file formats and eeschema gal to development branch so I would prefer 
not to limit ourselves in the master branch.


On 07/13/2018 06:45 PM, Jeff Young wrote:

Would it make more sense to keep 5.1 on master for a while, and then branch it 
so master can become 6.0?

(Sent from the Denver airport, so any response may be delayed till I get back 
to Ireland.)
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] 5.1 tag

2018-07-13 Thread Jeff Young
Would it make more sense to keep 5.1 on master for a while, and then branch it 
so master can become 6.0?

(Sent from the Denver airport, so any response may be delayed till I get back 
to Ireland.)
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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

2018-07-13 Thread Adam Wolf
Great, thanks!

Sorry if I put anyone in a panic.

Adam

On Fri, Jul 13, 2018, 4:48 PM Wayne Stambaugh  wrote:

> I'm giving the library, doc, and translators a week to finalize their
> work.  I just wanted to get the source tagged today.  As soon as these
> repos are tagged, we can get the packages built.  The goal is to make
> the release announcement on the 20th so hopefully that will be enough
> time for everyone.
>
> On 07/13/2018 05:23 PM, Adam Wolf wrote:
> > Good work, Wayne, and good work, team!
> >
> > Are you thinking the release announcement will be before Monday?  Just
> > trying to figure out if I have to carve time out this weekend.
> >
> > Adam
> >
> > On Fri, Jul 13, 2018, 3:15 PM Wayne Stambaugh  > > wrote:
> >
> > Queue up the Handel's "Hallelujah Chorus", the stable version 5
> source
> > has been tagged and the source archive uploaded to Launchpad.  I see
> a
> > malted beverage in my immediate future.  Lets get the libraries,
> docs,
> > and translations tagged so our builders can start created release
> > packages.  Once most (all) of the packages are built, I will make the
> > official release announcement on the KiCad blog and the user forum.
> > Once again, I cannot thank all of you enough for your hard work and
> > efforts.
> >
> > I will create the 5.0 and 5.1 branches shortly.  Please refrain from
> > making any commits into the development branch until I create these
> > branches.  Also, keep in mind that bug fixes will have to be
> > cherry-picked from the development branch to the 5.0 and 5.1
> branches so
> > it will be a bit of extra work to keep everything synced up.
> >
> > Cheers,
> >
> > Wayne
> >
> > ___
> > Mailing list: https://launchpad.net/~kicad-developers
> > 
> > Post to : kicad-developers@lists.launchpad.net
> > 
> > Unsubscribe : https://launchpad.net/~kicad-developers
> > 
> > More help   : https://help.launchpad.net/ListHelp
> >
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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

2018-07-13 Thread Nick Østergaard
FWIW The documentation does not use markdown syntax, but asciidoc.
Den fre. 13. jul. 2018 kl. 23.52 skrev Wayne Stambaugh :
>
> If the wxHtml widget would support markdown that would work but I don't
> think that is the case.  I prefer converting it to markdown and moving
> it into the Eeschema user documentation.  It's currently not in the
> documentation so that is an issue itself.  It's something we should
> definitely take a look at both in terms of the documentation and the
> lack of translation.
>
> On 07/12/2018 11:36 PM, David Godfrey wrote:
> > Hi Wayne,
> >
> > Out of interest, if formatted translated text is required in this
> > dialogue would  it be easier to change from html to markdown?
> >
> > At least markdown is fairly easy for a translator to work with, although
> > it doesn't provide all of the flexibility of html.
> >
> > Regards
> > David Godfrey
> > SB Tech Services
> > mb: +61 437 286 200 
> >
> > chat: with /dcg_mx/ at
> > #sbts:matrix.org  (Computer)
> > #sbts:matrix.org  (mobile Device)
> >
> >
> > On 12/07/18 22:15, Wayne Stambaugh wrote:
> >> On 7/12/2018 8:59 AM, Simon Richter wrote:
> >>> 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 ideas?
> >>> We could move the entire text to the user documentation, and make the
> >>> dialog point at it.
> >>>
> >>> If the dialog is unusable without the documentation, then that is a
> >>> separate problem, but I doubt it's that bad.
> >>>
> >>>Simon
> >> I completely missed the fact the html file is converted to a C string by
> >> Html2C.cmake.  It would be easy enough to modify Html2C.cmake to wrap
> >> the string with the _() macro.  The problem I see is the string (see
> >> generated file eeschema/dialogs/dialog_bom_help_html.h) has a lot of
> >> markup which I'm sure will make life miserable for translators.
> >>
> >> We could try Simon's suggestion of moving the html text to the eeschema
> >> user docs and provide a link using the help button.  We would have to
> >> add code to point the help url to the translated version if it exists
> >> but that shouldn't be too difficult (famous last words).  The contents
> >> of the BOM dialog html file do not appear to exist anywhere in the
> >> eeschema user doc.
> >>
> >> In the future we should refrain from doing this so that all source
> >> strings and documentation can be translated.
> >>
> >> Wayne
> >>
> >> ___
> >> Mailing list: https://launchpad.net/~kicad-developers
> >> Post to : kicad-developers@lists.launchpad.net
> >> Unsubscribe : https://launchpad.net/~kicad-developers
> >> More help   : https://help.launchpad.net/ListHelp
> >>
> >>
> >
> >
> >
> > ___
> > Mailing list: https://launchpad.net/~kicad-developers
> > Post to : kicad-developers@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~kicad-developers
> > More help   : https://help.launchpad.net/ListHelp
> >
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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

2018-07-13 Thread Wayne Stambaugh
If the wxHtml widget would support markdown that would work but I don't
think that is the case.  I prefer converting it to markdown and moving
it into the Eeschema user documentation.  It's currently not in the
documentation so that is an issue itself.  It's something we should
definitely take a look at both in terms of the documentation and the
lack of translation.

On 07/12/2018 11:36 PM, David Godfrey wrote:
> Hi Wayne,
> 
> Out of interest, if formatted translated text is required in this
> dialogue would  it be easier to change from html to markdown?
> 
> At least markdown is fairly easy for a translator to work with, although
> it doesn't provide all of the flexibility of html.
> 
> Regards
> David Godfrey
> SB Tech Services
> mb: +61 437 286 200 
> 
> chat: with /dcg_mx/ at
> #sbts:matrix.org  (Computer)
> #sbts:matrix.org  (mobile Device)
> 
> 
> On 12/07/18 22:15, Wayne Stambaugh wrote:
>> On 7/12/2018 8:59 AM, Simon Richter wrote:
>>> 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 ideas?
>>> We could move the entire text to the user documentation, and make the
>>> dialog point at it.
>>>
>>> If the dialog is unusable without the documentation, then that is a
>>> separate problem, but I doubt it's that bad.
>>>
>>>Simon
>> I completely missed the fact the html file is converted to a C string by
>> Html2C.cmake.  It would be easy enough to modify Html2C.cmake to wrap
>> the string with the _() macro.  The problem I see is the string (see
>> generated file eeschema/dialogs/dialog_bom_help_html.h) has a lot of
>> markup which I'm sure will make life miserable for translators.
>>
>> We could try Simon's suggestion of moving the html text to the eeschema
>> user docs and provide a link using the help button.  We would have to
>> add code to point the help url to the translated version if it exists
>> but that shouldn't be too difficult (famous last words).  The contents
>> of the BOM dialog html file do not appear to exist anywhere in the
>> eeschema user doc.
>>
>> In the future we should refrain from doing this so that all source
>> strings and documentation can be translated.
>>
>> Wayne
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
> 
> 
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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

2018-07-13 Thread Wayne Stambaugh
I'm giving the library, doc, and translators a week to finalize their
work.  I just wanted to get the source tagged today.  As soon as these
repos are tagged, we can get the packages built.  The goal is to make
the release announcement on the 20th so hopefully that will be enough
time for everyone.

On 07/13/2018 05:23 PM, Adam Wolf wrote:
> Good work, Wayne, and good work, team!
> 
> Are you thinking the release announcement will be before Monday?  Just
> trying to figure out if I have to carve time out this weekend.
> 
> Adam
> 
> On Fri, Jul 13, 2018, 3:15 PM Wayne Stambaugh  > wrote:
> 
> Queue up the Handel's "Hallelujah Chorus", the stable version 5 source
> has been tagged and the source archive uploaded to Launchpad.  I see a
> malted beverage in my immediate future.  Lets get the libraries, docs,
> and translations tagged so our builders can start created release
> packages.  Once most (all) of the packages are built, I will make the
> official release announcement on the KiCad blog and the user forum.
> Once again, I cannot thank all of you enough for your hard work and
> efforts.
> 
> I will create the 5.0 and 5.1 branches shortly.  Please refrain from
> making any commits into the development branch until I create these
> branches.  Also, keep in mind that bug fixes will have to be
> cherry-picked from the development branch to the 5.0 and 5.1 branches so
> it will be a bit of extra work to keep everything synced up.
> 
> Cheers,
> 
> Wayne
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> 
> Post to     : kicad-developers@lists.launchpad.net
> 
> Unsubscribe : https://launchpad.net/~kicad-developers
> 
> More help   : https://help.launchpad.net/ListHelp
> 

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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

2018-07-13 Thread Nick Østergaard
I don't think so, I guess we still want some time to give translators a chance.
Den fre. 13. jul. 2018 kl. 23.24 skrev Adam Wolf
:
>
> Resending from proper email address...
>
> On Fri, Jul 13, 2018, 4:23 PM Adam Wolf  wrote:
>>
>> Good work, Wayne, and good work, team!
>>
>> Are you thinking the release announcement will be before Monday?  Just 
>> trying to figure out if I have to carve time out this weekend.
>>
>> Adam
>>
>> On Fri, Jul 13, 2018, 3:15 PM Wayne Stambaugh  wrote:
>>>
>>> Queue up the Handel's "Hallelujah Chorus", the stable version 5 source
>>> has been tagged and the source archive uploaded to Launchpad.  I see a
>>> malted beverage in my immediate future.  Lets get the libraries, docs,
>>> and translations tagged so our builders can start created release
>>> packages.  Once most (all) of the packages are built, I will make the
>>> official release announcement on the KiCad blog and the user forum.
>>> Once again, I cannot thank all of you enough for your hard work and efforts.
>>>
>>> I will create the 5.0 and 5.1 branches shortly.  Please refrain from
>>> making any commits into the development branch until I create these
>>> branches.  Also, keep in mind that bug fixes will have to be
>>> cherry-picked from the development branch to the 5.0 and 5.1 branches so
>>> it will be a bit of extra work to keep everything synced up.
>>>
>>> Cheers,
>>>
>>> Wayne
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~kicad-developers
>>> Post to : kicad-developers@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~kicad-developers
>>> More help   : https://help.launchpad.net/ListHelp
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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

2018-07-13 Thread Rene Pöschl
Now i am confused. Yesterday (or a bit before) you wrote something about 
the 20th of july.
I will look into tagging the library sometime tomorrow CET. (Too tired 
right now to check if everything is ok.)


On 13/07/18 16:15, Wayne Stambaugh wrote:

Queue up the Handel's "Hallelujah Chorus", the stable version 5 source
has been tagged and the source archive uploaded to Launchpad.  I see a
malted beverage in my immediate future.  Lets get the libraries, docs,
and translations tagged so our builders can start created release
packages.  Once most (all) of the packages are built, I will make the
official release announcement on the KiCad blog and the user forum.
Once again, I cannot thank all of you enough for your hard work and efforts.

I will create the 5.0 and 5.1 branches shortly.  Please refrain from
making any commits into the development branch until I create these
branches.  Also, keep in mind that bug fixes will have to be
cherry-picked from the development branch to the 5.0 and 5.1 branches so
it will be a bit of extra work to keep everything synced up.

Cheers,

Wayne

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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

2018-07-13 Thread Adam Wolf
Resending from proper email address...

On Fri, Jul 13, 2018, 4:23 PM Adam Wolf  wrote:

> Good work, Wayne, and good work, team!
>
> Are you thinking the release announcement will be before Monday?  Just
> trying to figure out if I have to carve time out this weekend.
>
> Adam
>
> On Fri, Jul 13, 2018, 3:15 PM Wayne Stambaugh 
> wrote:
>
>> Queue up the Handel's "Hallelujah Chorus", the stable version 5 source
>> has been tagged and the source archive uploaded to Launchpad.  I see a
>> malted beverage in my immediate future.  Lets get the libraries, docs,
>> and translations tagged so our builders can start created release
>> packages.  Once most (all) of the packages are built, I will make the
>> official release announcement on the KiCad blog and the user forum.
>> Once again, I cannot thank all of you enough for your hard work and
>> efforts.
>>
>> I will create the 5.0 and 5.1 branches shortly.  Please refrain from
>> making any commits into the development branch until I create these
>> branches.  Also, keep in mind that bug fixes will have to be
>> cherry-picked from the development branch to the 5.0 and 5.1 branches so
>> it will be a bit of extra work to keep everything synced up.
>>
>> Cheers,
>>
>> Wayne
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread kristoffer ödmark
On Fri, 2018-07-13 at 11:33 -0600, Jeff Young wrote:
> Hi Kristoffer,
> 
> What platform are you on?

Ill just paste my entire build info :)

Application: kicad
Version: (5.0.0-rc3-dev-82-g0bf877f83), release build
Libraries:
wxWidgets 3.0.4
libcurl/7.60.0 OpenSSL/1.1.0h zlib/1.2.11 libidn2/2.0.5
libpsl/0.20.2 (+libidn2/2.0.4) nghttp2/1.32.0
Platform: Linux 4.16.18-1-MANJARO x86_64, 64 bit, Little endian, wxGTK
Build Info:
wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8) GTK+
2.24
Boost: 1.67.0
OpenCASCADE Community Edition: 6.9.1
Curl: 7.60.0
Compiler: GCC 8.1.1 with C++ ABI 1012

Build settings:
USE_WX_GRAPHICS_CONTEXT=OFF
USE_WX_OVERLAY=OFF
KICAD_SCRIPTING=ON
KICAD_SCRIPTING_MODULES=ON
KICAD_SCRIPTING_WXPYTHON=ON
KICAD_SCRIPTING_ACTION_MENU=OFF
BUILD_GITHUB_PLUGIN=ON
KICAD_USE_OCE=ON
KICAD_USE_OCC=OFF
KICAD_SPICE=ON
> 
> 
> Right-click the footprint cell or datasheet cell to get the footprint
> picker or open datasheet.   (These need to be made more discoverable,
> but I don’t have any good ideas how yet.)

Hmm, yeah I tried that, doesnt seemt to be working for me, I was
suspecting It was something hidden like that, but nothing pops up when
i right click. The old approach with a greyed out button for the
different fields wasnt all that bad was it? 

I would really like to be able to add python scripts to the other
fields that dont have a special button. But that is kinda out of scope
:)

> 
> The original actually had it inverted, but it felt better with the
> more-often-edited stuff on top.  In any case, it’s easy enough to
> change.

For me it always feel better with any kind of list taking up the entire
 height of the window, and having the boxes of options on the side of
them. 

However I really like the unifrom style you managed to get in the UI
with a similar layout of all the dialogs. Not just a big fan of the
particular style, but for me the uniformity is more important, it kinda
makes one familiar with the whole program quicker. 

Let me know If you want me to test anything, 
I dont really have a lot of time on my hands, but some testing and
feedback I am happy to help out with.

- Kristoffer

> 
> Cheers,
> Jeff.
> 
> > 
> > Thanks for your efforts!
> > 
> > - Kristoffer
> > 
> > On Thu, 2018-07-12 at 22:19 -0600, Jeff Young wrote:
> > > 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  > > hpad
> > > .net/~jeyjey/kicad/?h=6.0>
> > > 
> > > Cheers,
> > > Jeff.
> > > ___
> > > Mailing list: https://launchpad.net/~kicad-developers
> > > Post to : kicad-developers@lists.launchpad.net
> > > Unsubscribe : https://launchpad.net/~kicad-developers
> > > More help   : https://help.launchpad.net/ListHelp
> > 
> > ___
> > Mailing list: https://launchpad.net/~kicad-developers
> > Post to : kicad-developers@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~kicad-developers
> > More help   : https://help.launchpad.net/ListHelp
> 
> 

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread Eeli Kaikkonen
After many experiments I deleted and re-did everything, both source and
build directory, and reconfigured. Now it is ready and installed and can be
run.

Eeli Kaikkonen
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] Stable version 5 tagged.

2018-07-13 Thread Wayne Stambaugh
Queue up the Handel's "Hallelujah Chorus", the stable version 5 source
has been tagged and the source archive uploaded to Launchpad.  I see a
malted beverage in my immediate future.  Lets get the libraries, docs,
and translations tagged so our builders can start created release
packages.  Once most (all) of the packages are built, I will make the
official release announcement on the KiCad blog and the user forum.
Once again, I cannot thank all of you enough for your hard work and efforts.

I will create the 5.0 and 5.1 branches shortly.  Please refrain from
making any commits into the development branch until I create these
branches.  Also, keep in mind that bug fixes will have to be
cherry-picked from the development branch to the 5.0 and 5.1 branches so
it will be a bit of extra work to keep everything synced up.

Cheers,

Wayne

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread Adam Wolf
I'll work on a macOS nightly build of 5.1.
On Fri, Jul 13, 2018 at 2:09 PM Wayne Stambaugh  wrote:
>
> I just cloned it and build on Debian testing (sans wxPython support) and
> it works for me.  I even took it for a quick test drive and for the most
> part it looks pretty darn good.  I didn't do any comprehensive testing
> to make sure your removal of the global units variable (yeah!!!) didn't
> break anything.
>
> On 07/13/2018 01:37 PM, Jeff Young wrote:
> > Did you get it compiling, Eeli?
> >
> > (I’m afraid I can’t help mush as all I have access to is OSX.)
> >
> > Cheers,
> > Jeff.
> >
> >
> >> On 13 Jul 2018, at 04:39, Nick Østergaard  wrote:
> >>
> >> Hi Eeli,
> >>
> >> The new commits do seem to build for me:
> >>
> >> SUCCESS  * fcf38cb2d4  Rewrite Move And Swap Layers dialog.  
> >> SUCCESS  * d7e294194e  Move search status messages to Find/Replace
> >> dialog.  
> >> SUCCESS  * 8f8c19200d  Simplify copy/paste of pad settings.  
> >> SUCCESS  * 5acd129668  Add position to Eeschema's edit text dialogs.
> >> 
> >> SUCCESS  * 4aa0890020  Add Worksheet to Render Items for GerbView.   >> Young>
> >> SUCCESS  * d106e3b9a7  Make SMD terminology consistent.  
> >> SUCCESS  * 9b0893f1eb  Fix focus issues with dialog previews.  
> >> SUCCESS  * fdd909b454  Add Edit context menu item for EEschema graphic
> >> lines.  
> >> SUCCESS  * 076dc0eb05  Reduce verbosity in netlist updating messages.
> >> 
> >> SUCCESS  * e789169cb3  Allow for reduced nagging with wider use of
> >> KIDIALOG.  
> >> SUCCESS  * 4c8e48f35f  Turn on library filter when library is
> >> selected.  
> >> SUCCESS  * 0bf877f83a  (origin/6.0) Add grid and zone dropdowns to
> >> GerbView frame.  
> >>
> >> Are you sure you don't have some local changes and is in a merge state
> >> such that you are not actually checked out to those commits.
> >> Den fre. 13. jul. 2018 kl. 10.02 skrev Nick Østergaard :
> >>>
> >>> I guess some patches were just pushed which were not verified to
> >>> build. In the mean time you can checkout any of  these commits if you
> >>> want to test (take the bottom one).
> >>>
> >>> https://jenkins.simonrichter.eu:8443/job/windows-kicad-msys2-evaluate/54/artifact/build-report.txt
> >>> Den fre. 13. jul. 2018 kl. 09.53 skrev Eeli Kaikkonen
> >>> :
> 
>  I got a bunch of errors. Ubuntu 17.10. The official pre-5 code compiles 
>  fine. Is there something wrong with my setup? If someone else with 
>  Ubuntu has this working, I'll try again from scratch.
> 
>  Eeli Kaikkonen
> 
>  _
> 
>  /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:66:5:
>   error: no template named 'FIELDS_GRID_TABLE'
> FIELDS_GRID_TABLE* m_fields;
> ^
>  /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:107:9:
>   error: cannot initialize object parameter of type 'DIALOG_SHIM' with an 
>  expression of type 'DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB'
> if( dlg.ShowQuasiModal() != wxID_OK )
> ^~~
>  /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:125:20:
>   error: no template named 'FIELDS_GRID_TABLE'
> m_fields = new FIELDS_GRID_TABLE( true, GetUserUnits(), 
>  m_libEntry );
>    ^
>  /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:128:28:
>   error: use of undeclared identifier 'FDC_VALUE'; did you mean 
>  'FIND_VALUE'?
> m_delayedFocusColumn = FDC_VALUE;
>    ^
>    FIND_VALUE
>  /work/ohjelmointi/kicad/jeyjey/eeschema/./sch_edit_frame.h:108:5: note: 
>  'FIND_VALUE' declared here
> FIND_VALUE, ///< Find an item by it's value field.
> ^
>  /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:138:35:
>   error: unknown type name 'FIELDS_GRID_TRICKS'
> m_grid->PushEventHandler( new FIELDS_GRID_TRICKS( m_grid, this ) );
>   ^
>  /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:143:35:
>   error: use of undeclared identifier 'small_plus_xpm'
> m_bpAdd->SetBitmap( KiBitmap( small_plus_xpm ) );
>   ^
>  /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:144:38:
>   error: use of undeclared identifier 'trash_xpm'
> m_bpDelete->SetBitmap( KiBitmap( trash_xpm ) );
>  ^
>  /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:145:38:
>   error: use of undeclared identifier 'small_up_xpm'
> m_bpMoveUp->SetBitmap( KiBitmap( small_up_xpm ) );
>  ^
>  

Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread Wayne Stambaugh
I just cloned it and build on Debian testing (sans wxPython support) and
it works for me.  I even took it for a quick test drive and for the most
part it looks pretty darn good.  I didn't do any comprehensive testing
to make sure your removal of the global units variable (yeah!!!) didn't
break anything.

On 07/13/2018 01:37 PM, Jeff Young wrote:
> Did you get it compiling, Eeli?
> 
> (I’m afraid I can’t help mush as all I have access to is OSX.)
> 
> Cheers,
> Jeff.
> 
> 
>> On 13 Jul 2018, at 04:39, Nick Østergaard  wrote:
>>
>> Hi Eeli,
>>
>> The new commits do seem to build for me:
>>
>> SUCCESS  * fcf38cb2d4  Rewrite Move And Swap Layers dialog.  
>> SUCCESS  * d7e294194e  Move search status messages to Find/Replace
>> dialog.  
>> SUCCESS  * 8f8c19200d  Simplify copy/paste of pad settings.  
>> SUCCESS  * 5acd129668  Add position to Eeschema's edit text dialogs.
>> 
>> SUCCESS  * 4aa0890020  Add Worksheet to Render Items for GerbView.  > Young>
>> SUCCESS  * d106e3b9a7  Make SMD terminology consistent.  
>> SUCCESS  * 9b0893f1eb  Fix focus issues with dialog previews.  
>> SUCCESS  * fdd909b454  Add Edit context menu item for EEschema graphic
>> lines.  
>> SUCCESS  * 076dc0eb05  Reduce verbosity in netlist updating messages.
>> 
>> SUCCESS  * e789169cb3  Allow for reduced nagging with wider use of
>> KIDIALOG.  
>> SUCCESS  * 4c8e48f35f  Turn on library filter when library is
>> selected.  
>> SUCCESS  * 0bf877f83a  (origin/6.0) Add grid and zone dropdowns to
>> GerbView frame.  
>>
>> Are you sure you don't have some local changes and is in a merge state
>> such that you are not actually checked out to those commits.
>> Den fre. 13. jul. 2018 kl. 10.02 skrev Nick Østergaard :
>>>
>>> I guess some patches were just pushed which were not verified to
>>> build. In the mean time you can checkout any of  these commits if you
>>> want to test (take the bottom one).
>>>
>>> https://jenkins.simonrichter.eu:8443/job/windows-kicad-msys2-evaluate/54/artifact/build-report.txt
>>> Den fre. 13. jul. 2018 kl. 09.53 skrev Eeli Kaikkonen
>>> :

 I got a bunch of errors. Ubuntu 17.10. The official pre-5 code compiles 
 fine. Is there something wrong with my setup? If someone else with Ubuntu 
 has this working, I'll try again from scratch.

 Eeli Kaikkonen

 _

 /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:66:5:
  error: no template named 'FIELDS_GRID_TABLE'
FIELDS_GRID_TABLE* m_fields;
^
 /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:107:9:
  error: cannot initialize object parameter of type 'DIALOG_SHIM' with an 
 expression of type 'DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB'
if( dlg.ShowQuasiModal() != wxID_OK )
^~~
 /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:125:20:
  error: no template named 'FIELDS_GRID_TABLE'
m_fields = new FIELDS_GRID_TABLE( true, GetUserUnits(), 
 m_libEntry );
   ^
 /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:128:28:
  error: use of undeclared identifier 'FDC_VALUE'; did you mean 
 'FIND_VALUE'?
m_delayedFocusColumn = FDC_VALUE;
   ^
   FIND_VALUE
 /work/ohjelmointi/kicad/jeyjey/eeschema/./sch_edit_frame.h:108:5: note: 
 'FIND_VALUE' declared here
FIND_VALUE, ///< Find an item by it's value field.
^
 /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:138:35:
  error: unknown type name 'FIELDS_GRID_TRICKS'
m_grid->PushEventHandler( new FIELDS_GRID_TRICKS( m_grid, this ) );
  ^
 /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:143:35:
  error: use of undeclared identifier 'small_plus_xpm'
m_bpAdd->SetBitmap( KiBitmap( small_plus_xpm ) );
  ^
 /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:144:38:
  error: use of undeclared identifier 'trash_xpm'
m_bpDelete->SetBitmap( KiBitmap( trash_xpm ) );
 ^
 /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:145:38:
  error: use of undeclared identifier 'small_up_xpm'
m_bpMoveUp->SetBitmap( KiBitmap( small_up_xpm ) );
 ^
 /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:146:40:
  error: use of undeclared identifier 'small_down_xpm'
m_bpMoveDown->SetBitmap( KiBitmap( small_down_xpm ) );
   ^
 

Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread Jeff Young
Did you get it compiling, Eeli?

(I’m afraid I can’t help mush as all I have access to is OSX.)

Cheers,
Jeff.


> On 13 Jul 2018, at 04:39, Nick Østergaard  wrote:
> 
> Hi Eeli,
> 
> The new commits do seem to build for me:
> 
> SUCCESS  * fcf38cb2d4  Rewrite Move And Swap Layers dialog.  
> SUCCESS  * d7e294194e  Move search status messages to Find/Replace
> dialog.  
> SUCCESS  * 8f8c19200d  Simplify copy/paste of pad settings.  
> SUCCESS  * 5acd129668  Add position to Eeschema's edit text dialogs.
> 
> SUCCESS  * 4aa0890020  Add Worksheet to Render Items for GerbView.   Young>
> SUCCESS  * d106e3b9a7  Make SMD terminology consistent.  
> SUCCESS  * 9b0893f1eb  Fix focus issues with dialog previews.  
> SUCCESS  * fdd909b454  Add Edit context menu item for EEschema graphic
> lines.  
> SUCCESS  * 076dc0eb05  Reduce verbosity in netlist updating messages.
> 
> SUCCESS  * e789169cb3  Allow for reduced nagging with wider use of
> KIDIALOG.  
> SUCCESS  * 4c8e48f35f  Turn on library filter when library is
> selected.  
> SUCCESS  * 0bf877f83a  (origin/6.0) Add grid and zone dropdowns to
> GerbView frame.  
> 
> Are you sure you don't have some local changes and is in a merge state
> such that you are not actually checked out to those commits.
> Den fre. 13. jul. 2018 kl. 10.02 skrev Nick Østergaard :
>> 
>> I guess some patches were just pushed which were not verified to
>> build. In the mean time you can checkout any of  these commits if you
>> want to test (take the bottom one).
>> 
>> https://jenkins.simonrichter.eu:8443/job/windows-kicad-msys2-evaluate/54/artifact/build-report.txt
>> Den fre. 13. jul. 2018 kl. 09.53 skrev Eeli Kaikkonen
>> :
>>> 
>>> I got a bunch of errors. Ubuntu 17.10. The official pre-5 code compiles 
>>> fine. Is there something wrong with my setup? If someone else with Ubuntu 
>>> has this working, I'll try again from scratch.
>>> 
>>> Eeli Kaikkonen
>>> 
>>> _
>>> 
>>> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:66:5:
>>>  error: no template named 'FIELDS_GRID_TABLE'
>>>FIELDS_GRID_TABLE* m_fields;
>>>^
>>> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:107:9:
>>>  error: cannot initialize object parameter of type 'DIALOG_SHIM' with an 
>>> expression of type 'DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB'
>>>if( dlg.ShowQuasiModal() != wxID_OK )
>>>^~~
>>> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:125:20:
>>>  error: no template named 'FIELDS_GRID_TABLE'
>>>m_fields = new FIELDS_GRID_TABLE( true, GetUserUnits(), 
>>> m_libEntry );
>>>   ^
>>> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:128:28:
>>>  error: use of undeclared identifier 'FDC_VALUE'; did you mean 'FIND_VALUE'?
>>>m_delayedFocusColumn = FDC_VALUE;
>>>   ^
>>>   FIND_VALUE
>>> /work/ohjelmointi/kicad/jeyjey/eeschema/./sch_edit_frame.h:108:5: note: 
>>> 'FIND_VALUE' declared here
>>>FIND_VALUE, ///< Find an item by it's value field.
>>>^
>>> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:138:35:
>>>  error: unknown type name 'FIELDS_GRID_TRICKS'
>>>m_grid->PushEventHandler( new FIELDS_GRID_TRICKS( m_grid, this ) );
>>>  ^
>>> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:143:35:
>>>  error: use of undeclared identifier 'small_plus_xpm'
>>>m_bpAdd->SetBitmap( KiBitmap( small_plus_xpm ) );
>>>  ^
>>> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:144:38:
>>>  error: use of undeclared identifier 'trash_xpm'
>>>m_bpDelete->SetBitmap( KiBitmap( trash_xpm ) );
>>> ^
>>> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:145:38:
>>>  error: use of undeclared identifier 'small_up_xpm'
>>>m_bpMoveUp->SetBitmap( KiBitmap( small_up_xpm ) );
>>> ^
>>> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:146:40:
>>>  error: use of undeclared identifier 'small_down_xpm'
>>>m_bpMoveDown->SetBitmap( KiBitmap( small_down_xpm ) );
>>>   ^
>>> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:149:13:
>>>  error: no matching member function for call to 'Connect'
>>>m_grid->Connect( wxEVT_GRID_CELL_CHANGING, wxGridEventHandler( 
>>> DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB::OnGridCellChanging ), NULL, this );
>>>^~~
>>> /usr/include/wx-3.0/wx/event.h:3490:10: note: candidate function not 
>>> viable: no known conversion from 'DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB *' to 
>>> 'wxEvtHandler *' for 4th 

Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread Jeff Young
There’s a handfull of new features, but the main change is a re-write of most 
all of the dialogs (it all started as an internal clean up to get rid of the 
userUnits global variable which causes some issues between apps).

This is copied from Jenkins, so all the (detail) links don’t go anywhere, but 
it gives a good overview of the commits:

Remove some references to g_UserUnit (detail 
)
Get rid of 5.0 dialog focus hacks. (detail 
)
Kicad-ize the numeric evaluator. (detail 
)
GRID_TRICKS improvements. (detail 
)
Make the pin table editable. (detail 
)
Direct editing of LIB_FIELDs and SCH_FIELDs in dialogs. (detail 
)
If you want to look at old code, use GIT. (detail 
)
Use more self-documenting names for conversion routines. (detail 
)
UI infrastructure enhancements and bug fixes. (detail 
)
Move SanitizePads to CLIENT_SELECTION_FILTER architecture. (detail 
)
Move annotation confirmation dialogs to KIDIALOG. (detail 
)
Add updating of visiblity, position, etc. to fields. (detail 
)
Add in-place editing and validation to Design Rules. (detail 
)
Fold 3D Search Paths dialog into Configure Paths. (detail 
)
In-place editing for footprint TEXTE_MODULEs. (detail 
)
Pad properties usability enhancements. (detail 
)
Remove global units usage from GetSelectionText... (detail 
)
Add hole-to-hole clearance testing to DRC. (detail 
)
Add text item property options when updating footprints. (detail 
)
Unified preferences dialog framework. (detail 
)
Add context menu for footprint viewing to CvPcb. (detail 
)
Add an Add Field button to global Field Editor. (detail 
)
UNIT_BINDERize Pin Properties dialog. (detail 
)
UNIT_BINDERize eeschema's plot and text edit dialogs. (detail 
)
UNIT_BINDERize zone dialogs. (detail 
)
Clean up some ERC error messages. (detail 
)
Move all the grid workarounds into our own WX_GRID class. (detail 
)
Remove colours from message text items. (detail 
)
UNIT_BINDERize and simplify Layers Setup dialog. (detail 
)
Kill off a few more g_UserUnit references. (detail 
)
Simplify Move Exactly and Postion Relative dialogs. (detail 
)
Eradicate g_UserUnit from ERC/DRC. (detail 
)
Combine PCBnew and 

Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread Jeff Young
Hi Kristoffer,

> On 13 Jul 2018, at 11:18, kristoffer ödmark  
> wrote:
> 
> Hey! Nice job!
> 
> I am not really sure what is the difference everywhere but i will give
> my opinion on what i noticed :)
> 
> 
> Good:
>   - Finally i can read the status text on the bottom thank you!
>   - The BOM plugin menu is much nicer
>   - Text and graphics view in pcbnew, very nice
> 
> Bad:
>   - Crashes on trying to edit outlines in pcbnew.

What platform are you on?

>   - Its much harder to change the footprints of components in eeschema
> now, also i miss the open datasheet button etc. 

Right-click the footprint cell or datasheet cell to get the footprint picker or 
open datasheet.   (These need to be made more discoverable, but I don’t have 
any good ideas how yet.)

>   - I dont really like the design choice of having a list above all  
> the buttons, makes for awkward scrolling in the cases where i have many
> deifned fields

The original actually had it inverted, but it felt better with the 
more-often-edited stuff on top.  In any case, it’s easy enough to change.

Cheers,
Jeff.

> 
> Thanks for your efforts!
> 
> - Kristoffer
> 
> On Thu, 2018-07-12 at 22:19 -0600, Jeff Young wrote:
>> 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 > .net/~jeyjey/kicad/?h=6.0>
>> 
>> Cheers,
>> Jeff.
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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

2018-07-13 Thread Константин Барановский
As a some start point, I was simplified
eeschema/dialogs/dialog_bom_help.html as much as possible (with several
fixes).

пт, 13 июл. 2018 г. в 6:40, David Godfrey :

> Hi Wayne,
>
> Out of interest, if formatted translated text is required in this dialogue
> would  it be easier to change from html to markdown?
>
> At least markdown is fairly easy for a translator to work with, although
> it doesn't provide all of the flexibility of html.
> Regards
> David Godfrey
> SB Tech Services
> mb: +61 437 286 200 <+61437286200>
>
> chat: with *dcg_mx* at
> #sbts:matrix.org  (Computer)
> #sbts:matrix.org  (mobile Device)
>
>
> On 12/07/18 22:15, Wayne Stambaugh wrote:
>
> On 7/12/2018 8:59 AM, Simon Richter wrote:
>
> 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 ideas?
>
>
> We could move the entire text to the user documentation, and make the
> dialog point at it.
>
> If the dialog is unusable without the documentation, then that is a
> separate problem, but I doubt it's that bad.
>
>Simon
>
>
> I completely missed the fact the html file is converted to a C string by
> Html2C.cmake.  It would be easy enough to modify Html2C.cmake to wrap
> the string with the _() macro.  The problem I see is the string (see
> generated file eeschema/dialogs/dialog_bom_help_html.h) has a lot of
> markup which I'm sure will make life miserable for translators.
>
> We could try Simon's suggestion of moving the html text to the eeschema
> user docs and provide a link using the help button.  We would have to
> add code to point the help url to the translated version if it exists
> but that shouldn't be too difficult (famous last words).  The contents
> of the BOM dialog html file do not appear to exist anywhere in the
> eeschema user doc.
>
> In the future we should refrain from doing this so that all source
> strings and documentation can be translated.
>
> Wayne
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
From e787b579b7e197f6391be153ba57a298190b20bd Mon Sep 17 00:00:00 2001
From: Baranovskiy Konstantin 
Date: Fri, 13 Jul 2018 20:09:01 +0300
Subject: [PATCH] Html source of bom help message is simplified.

The file eeschema/dialogs/dialog_bom_help.html was generated from
LibreOffice and has the lot of unnecessary tags.
---
 eeschema/dialogs/dialog_bom_help.html | 555 +-
 1 file changed, 273 insertions(+), 282 deletions(-)

diff --git a/eeschema/dialogs/dialog_bom_help.html b/eeschema/dialogs/dialog_bom_help.html
index cd6169a2c..529d93e42 100644
--- a/eeschema/dialogs/dialog_bom_help.html
+++ b/eeschema/dialogs/dialog_bom_help.html
@@ -1,286 +1,277 @@
-
+
 
-
-	
-	kicad help
-	
-	
-	
-	
-	
-	
-	
-	
-	
-	
-	
-	
-	
-	
-	
-	
-		@page { margin: 2cm }
-		p { margin-bottom: 0.21cm; color: #00; widows: 0; orphans: 0; page-break-before: auto; page-break-after: auto }
-		p.western { font-family: "Arial", sans-serif; font-size: 10pt; so-language: en-US }
-		h1 { color: #00 }
-		h1.western { font-family: "Times New Roman", serif }
-		h2 { color: #00 }
-		h2.western { font-family: "Times New Roman", serif; font-size: 20pt }
-		h2.cjk { font-family: "SimSun"; font-size: 14pt }
-		h2.ctl { font-family: "Mangal"; font-size: 14pt }
-		h3 { background: transparent; color: #00 }
-		h3.western { font-family: "Times New Roman", serif; font-size: 16pt; font-style: italic }
-		h3.cjk { font-family: "SimSun" }
-		h3.ctl { font-family: "Mangal" }
-		a:link { color: #004586; text-decoration: none }
-		a.western:link { font-family: "Liberation Sans", sans-serif; so-language: zxx; font-style: italic }
-		a.sdfootnotesym-western { font-family: "DejaVu Serif", serif }
-	
-
-
-1 -
-Full documentation:
-
-The
-Eeschema documentation describes
-this intermediate netlist and gives examplesSee
-also https://answers.launchpad.net/kicad/+faq/2265
-2 - The intermediate Netlist File
-
-BOM
-files (and netlist files) can be created from an Intermediate netlist
-file created by Eeschema.
-
-This
-file uses XML syntax and is called the intermediate netlist. The
-intermediate netlist includes a large amount of data about your board
-and because of this, it can be used with post-processing to create a
-BOM or other reports.
-
-Depending
-on the output (BOM or 

Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread kristoffer ödmark
Hey! Nice job!

I am not really sure what is the difference everywhere but i will give
my opinion on what i noticed :)


Good:
   - Finally i can read the status text on the bottom thank you!
   - The BOM plugin menu is much nicer
   - Text and graphics view in pcbnew, very nice

Bad:
   - Crashes on trying to edit outlines in pcbnew.
   - Its much harder to change the footprints of components in eeschema
now, also i miss the open datasheet button etc. 
   - I dont really like the design choice of having a list above all  
the buttons, makes for awkward scrolling in the cases where i have many
deifned fields

Thanks for your efforts!

- Kristoffer

On Thu, 2018-07-12 at 22:19 -0600, Jeff Young wrote:
> 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  .net/~jeyjey/kicad/?h=6.0>
> 
> Cheers,
> Jeff.
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] Last call before 5.0.0 tag.

2018-07-13 Thread Wayne Stambaugh
If there is anything outstanding before I tag 5.0.0, now is the time.
I'm going to tag 5.0.0 at 5PM EST unless something critical arises
between now and then.

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread Nick Østergaard
Hi Eeli,

The new commits do seem to build for me:

SUCCESS  * fcf38cb2d4  Rewrite Move And Swap Layers dialog.  
SUCCESS  * d7e294194e  Move search status messages to Find/Replace
dialog.  
SUCCESS  * 8f8c19200d  Simplify copy/paste of pad settings.  
SUCCESS  * 5acd129668  Add position to Eeschema's edit text dialogs.

SUCCESS  * 4aa0890020  Add Worksheet to Render Items for GerbView.  
SUCCESS  * d106e3b9a7  Make SMD terminology consistent.  
SUCCESS  * 9b0893f1eb  Fix focus issues with dialog previews.  
SUCCESS  * fdd909b454  Add Edit context menu item for EEschema graphic
lines.  
SUCCESS  * 076dc0eb05  Reduce verbosity in netlist updating messages.

SUCCESS  * e789169cb3  Allow for reduced nagging with wider use of
KIDIALOG.  
SUCCESS  * 4c8e48f35f  Turn on library filter when library is
selected.  
SUCCESS  * 0bf877f83a  (origin/6.0) Add grid and zone dropdowns to
GerbView frame.  

Are you sure you don't have some local changes and is in a merge state
such that you are not actually checked out to those commits.
Den fre. 13. jul. 2018 kl. 10.02 skrev Nick Østergaard :
>
> I guess some patches were just pushed which were not verified to
> build. In the mean time you can checkout any of  these commits if you
> want to test (take the bottom one).
>
> https://jenkins.simonrichter.eu:8443/job/windows-kicad-msys2-evaluate/54/artifact/build-report.txt
> Den fre. 13. jul. 2018 kl. 09.53 skrev Eeli Kaikkonen
> :
> >
> > I got a bunch of errors. Ubuntu 17.10. The official pre-5 code compiles 
> > fine. Is there something wrong with my setup? If someone else with Ubuntu 
> > has this working, I'll try again from scratch.
> >
> > Eeli Kaikkonen
> >
> > _
> >
> > /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:66:5:
> >  error: no template named 'FIELDS_GRID_TABLE'
> > FIELDS_GRID_TABLE* m_fields;
> > ^
> > /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:107:9:
> >  error: cannot initialize object parameter of type 'DIALOG_SHIM' with an 
> > expression of type 'DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB'
> > if( dlg.ShowQuasiModal() != wxID_OK )
> > ^~~
> > /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:125:20:
> >  error: no template named 'FIELDS_GRID_TABLE'
> > m_fields = new FIELDS_GRID_TABLE( true, GetUserUnits(), 
> > m_libEntry );
> >^
> > /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:128:28:
> >  error: use of undeclared identifier 'FDC_VALUE'; did you mean 'FIND_VALUE'?
> > m_delayedFocusColumn = FDC_VALUE;
> >^
> >FIND_VALUE
> > /work/ohjelmointi/kicad/jeyjey/eeschema/./sch_edit_frame.h:108:5: note: 
> > 'FIND_VALUE' declared here
> > FIND_VALUE, ///< Find an item by it's value field.
> > ^
> > /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:138:35:
> >  error: unknown type name 'FIELDS_GRID_TRICKS'
> > m_grid->PushEventHandler( new FIELDS_GRID_TRICKS( m_grid, this ) );
> >   ^
> > /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:143:35:
> >  error: use of undeclared identifier 'small_plus_xpm'
> > m_bpAdd->SetBitmap( KiBitmap( small_plus_xpm ) );
> >   ^
> > /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:144:38:
> >  error: use of undeclared identifier 'trash_xpm'
> > m_bpDelete->SetBitmap( KiBitmap( trash_xpm ) );
> >  ^
> > /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:145:38:
> >  error: use of undeclared identifier 'small_up_xpm'
> > m_bpMoveUp->SetBitmap( KiBitmap( small_up_xpm ) );
> >  ^
> > /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:146:40:
> >  error: use of undeclared identifier 'small_down_xpm'
> > m_bpMoveDown->SetBitmap( KiBitmap( small_down_xpm ) );
> >^
> > /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:149:13:
> >  error: no matching member function for call to 'Connect'
> > m_grid->Connect( wxEVT_GRID_CELL_CHANGING, wxGridEventHandler( 
> > DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB::OnGridCellChanging ), NULL, this );
> > ^~~
> > /usr/include/wx-3.0/wx/event.h:3490:10: note: candidate function not 
> > viable: no known conversion from 'DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB *' to 
> > 'wxEvtHandler *' for 4th argument
> > void Connect(wxEventType eventType,
> >  ^
> > /usr/include/wx-3.0/wx/event.h:3469:10: note: candidate function not 
> > viable: no known conversion from 'wxObjectEventFunction' (aka 'void 
> > 

Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread Nick Østergaard
I guess some patches were just pushed which were not verified to
build. In the mean time you can checkout any of  these commits if you
want to test (take the bottom one).

https://jenkins.simonrichter.eu:8443/job/windows-kicad-msys2-evaluate/54/artifact/build-report.txt
Den fre. 13. jul. 2018 kl. 09.53 skrev Eeli Kaikkonen
:
>
> I got a bunch of errors. Ubuntu 17.10. The official pre-5 code compiles fine. 
> Is there something wrong with my setup? If someone else with Ubuntu has this 
> working, I'll try again from scratch.
>
> Eeli Kaikkonen
>
> _
>
> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:66:5:
>  error: no template named 'FIELDS_GRID_TABLE'
> FIELDS_GRID_TABLE* m_fields;
> ^
> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:107:9:
>  error: cannot initialize object parameter of type 'DIALOG_SHIM' with an 
> expression of type 'DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB'
> if( dlg.ShowQuasiModal() != wxID_OK )
> ^~~
> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:125:20:
>  error: no template named 'FIELDS_GRID_TABLE'
> m_fields = new FIELDS_GRID_TABLE( true, GetUserUnits(), 
> m_libEntry );
>^
> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:128:28:
>  error: use of undeclared identifier 'FDC_VALUE'; did you mean 'FIND_VALUE'?
> m_delayedFocusColumn = FDC_VALUE;
>^
>FIND_VALUE
> /work/ohjelmointi/kicad/jeyjey/eeschema/./sch_edit_frame.h:108:5: note: 
> 'FIND_VALUE' declared here
> FIND_VALUE, ///< Find an item by it's value field.
> ^
> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:138:35:
>  error: unknown type name 'FIELDS_GRID_TRICKS'
> m_grid->PushEventHandler( new FIELDS_GRID_TRICKS( m_grid, this ) );
>   ^
> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:143:35:
>  error: use of undeclared identifier 'small_plus_xpm'
> m_bpAdd->SetBitmap( KiBitmap( small_plus_xpm ) );
>   ^
> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:144:38:
>  error: use of undeclared identifier 'trash_xpm'
> m_bpDelete->SetBitmap( KiBitmap( trash_xpm ) );
>  ^
> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:145:38:
>  error: use of undeclared identifier 'small_up_xpm'
> m_bpMoveUp->SetBitmap( KiBitmap( small_up_xpm ) );
>  ^
> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:146:40:
>  error: use of undeclared identifier 'small_down_xpm'
> m_bpMoveDown->SetBitmap( KiBitmap( small_down_xpm ) );
>^
> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:149:13:
>  error: no matching member function for call to 'Connect'
> m_grid->Connect( wxEVT_GRID_CELL_CHANGING, wxGridEventHandler( 
> DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB::OnGridCellChanging ), NULL, this );
> ^~~
> /usr/include/wx-3.0/wx/event.h:3490:10: note: candidate function not viable: 
> no known conversion from 'DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB *' to 
> 'wxEvtHandler *' for 4th argument
> void Connect(wxEventType eventType,
>  ^
> /usr/include/wx-3.0/wx/event.h:3469:10: note: candidate function not viable: 
> no known conversion from 'wxObjectEventFunction' (aka 'void 
> (wxEvtHandler::*)(wxEvent &)') to 'int' for 2nd argument
> void Connect(int winid,
>  ^
> /usr/include/wx-3.0/wx/event.h:3482:10: note: candidate function not viable: 
> no known conversion from 'wxObjectEventFunction' (aka 'void 
> (wxEvtHandler::*)(wxEvent &)') to 'wxEventType' (aka 'int') for 2nd argument
> void Connect(int winid,
>  ^
> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:151:5:
>  error: cannot initialize object parameter of type 'DIALOG_SHIM' with an 
> expression of type 'DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB'
> FinishDialogSettings();
> ^~~~
> /work/ohjelmointi/kicad/jeyjey/eeschema/dialogs/dialog_edit_libentry_fields_in_lib.cpp:162:13:
>  error: no matching member function for call to 'Disconnect'
> m_grid->Disconnect( wxEVT_GRID_CELL_CHANGING, wxGridEventHandler( 
> DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB::OnGridCellChanging ), NULL, this );
> ^~
> /usr/include/wx-3.0/wx/event.h:3515:10: note: candidate function not viable: 
> no known conversion from 'DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB *' to 
> 'wxEvtHandler *' for 4th argument
> bool Disconnect(wxEventType eventType,
>  ^
> 

Re: [Kicad-developers] 5.1 preview

2018-07-13 Thread firewalker
What changes are there?

On Fri, Jul 13, 2018 at 7:19 AM, Jeff Young  wrote:

> 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
>
> Cheers,
> Jeff.
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp