Re: [Kicad-developers] Library Editor naming consistency

2014-10-13 Thread Benoît Roehr
Le 13/10/2014 03:50, Carl Poirier a écrit : Is component the official naming? What about symbol? I remember when I started using EDAs, I was looking for symbol menu to put things on schematic. I think I was looking for symbol because we call symbol what we draw on a schematic. Imo Component

[Kicad-developers] [Solved] CMake fails to find wxWidget in a fresh Ubuntu 14.04 install when trying to build KiCad

2014-10-13 Thread Benoît Roehr
Finally succesfully build kicad on a all fresh Ubuntu 14.04 yesterday. /apt-get build-dep kicad/ installs wxWidget 2.8 by default (wx3.0 are on other repo). It might be a good idea to advise to install wx3.0.2 before executing /apt-get build-dep kicad /in this page:

Re: [Kicad-developers] BUG in OSX Build

2014-10-13 Thread Bernhard Stegmaier
Do all of you having this problem use wxWidgets 3.0.2 (and maybe can try with an older version)? Any special things used for building it, I guess built with the patches shipped with kicad? Lately I did only scripting builds with wxPython 3.0.1.1 that ships with wxWidgets 3.0.1, but my builds

[Kicad-developers] [PATCH] Fix absence of PCB_TARGET class in python interface.

2014-10-13 Thread LordBlick
It will be nice to apply attached patch to correct that inconvenience in python scripting. If anyone is against it, let him write about it. -- Best Regards, LordBlick --- pcbnew/scripting/pcbnew.i.old 2014-10-11 19:19:25.286082190 +0200 +++ pcbnew/scripting/pcbnew.i 2014-10-11 19:24:56.596078344

Re: [Kicad-developers] [PATCH] Fix absence of PCB_TARGET class in python interface.

2014-10-13 Thread jp charras
Le 13/10/2014 11:20, LordBlick a écrit : It will be nice to apply attached patch to correct that inconvenience in python scripting. If anyone is against it, let him write about it. No problem. Just lack of time (I was away last week) Committed. Thanks. -- Jean-Pierre CHARRAS

Re: [Kicad-developers] Library Editor naming consistency

2014-10-13 Thread LordBlick
In response to a message written on 13.10.2014 12:04, from Benoît Roehr: Le 13/10/2014 11:40, LordBlick a écrit : In response to a message written on 13.10.2014 08:01, from Benoît Roehr: For kicad, it could be a good thing to be able to embed a single footprint to a component if the

Re: [Kicad-developers] [PATCH] Fix absence of PCB_TARGET class in python interface.

2014-10-13 Thread LordBlick
In response to a message written on 13.10.2014 13:16, from jp charras: Le 13/10/2014 11:20, LordBlick a écrit : It will be nice to apply attached patch to correct that inconvenience in python scripting. If anyone is against it, let him write about it. No problem. Just lack of time (I

Re: [Kicad-developers] [PATCH] Fix absence of PCB_TARGET class in python interface.

2014-10-13 Thread LordBlick
In response to a message written on 13.10.2014 13:16, from jp charras: No problem. Just lack of time (I was away last week) Committed. Thanks. BTW. In the name of code clarification, is that „GetClass() const” should be renamed to simpler „ClassName()” ? -- Best Regards, LordBlick Searching

Re: [Kicad-developers] Library Editor naming consistency

2014-10-13 Thread Benoît Roehr
In KiCAD each project can have its own library of footprints, so this idea duplicates, that exist already. OK thanks ! I did not know about it before :) Le 13/10/2014 13:21, LordBlick a écrit : In response to a message written on 13.10.2014 12:04, from Benoît Roehr: Le 13/10/2014 11:40,

Re: [Kicad-developers] [PATCH] Fix absence of PCB_TARGET class in python interface.

2014-10-13 Thread Wayne Stambaugh
On 10/13/2014 7:16 AM, jp charras wrote: Le 13/10/2014 11:20, LordBlick a écrit : It will be nice to apply attached patch to correct that inconvenience in python scripting. If anyone is against it, let him write about it. No problem. Just lack of time (I was away last week)

[Kicad-developers] Build failed in Jenkins: kicad-qa #386

2014-10-13 Thread Miguel Angel Ajo
See http://ci.kicad-pcb.org/job/kicad-qa/386/changes Changes: [Maciej Suminski] pcbnew: Apply display settings on canvas switch (GAL canvas). [Maciej Suminski] pcbnew: Fixed 'Find Item' (GAL canvas). [Maciej Suminski] pcbnew: DIALOG_FIND allows to change warp options and set callbacks for

Re: [Kicad-developers] [PATCH] Fix absence of PCB_TARGET class in python interface.

2014-10-13 Thread jp charras
Le 13/10/2014 14:01, LordBlick a écrit : In response to a message written on 13.10.2014 13:16, from jp charras: No problem. Just lack of time (I was away last week) Committed. Thanks. BTW. In the name of code clarification, is that „GetClass() const” should be renamed to simpler

[Kicad-developers] Jenkins build is back to normal : kicad-qa #387

2014-10-13 Thread Miguel Angel Ajo
See http://ci.kicad-pcb.org/job/kicad-qa/387/changes ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help :

Re: [Kicad-developers] Library Editor naming consistency

2014-10-13 Thread Wayne Stambaugh
On 10/12/2014 9:14 PM, Mark Roszko wrote: Very minor but the main KiCAD window calls it Schematic Library Editor, eeschema calls it Library Editor and the window itself is Parts Library Editor. Can the name be standardized? It might be better to just call it Component Library Editor

Re: [Kicad-developers] BUG in OSX Build

2014-10-13 Thread Jean-Paul Louis
Then it must be OS X specific. I still can do it repeatedly if I start kicad with one project in it, click on pcbnew first, then click on eeschema. The eeschema window is just a red blob. I can kill(close) the eeschema window, and when I restart it, it is red again. This was tested with BZR5185

Re: [Kicad-developers] BUG in OSX Build

2014-10-13 Thread A. V. Dolganoff
Sorry, I mistyped: it was wxWidgets 3.0.1-3, non 3.0.3-3 No red blow whatsoever, I tried all the combinations of eeschema and pcbnew launches I could :) On Mon, Oct 13, 2014 at 9:22 PM, Jean-Paul Louis lou...@yahoo.com wrote: Then it must be OS X specific. I still can do it repeatedly if I

Re: [Kicad-developers] BUG in OSX Build

2014-10-13 Thread Jean-Paul Louis
You are in Linux, so the issue must be OS X specific. But I have no clue to where to look in the code. As you can see in my previous email, I use wxWidgets 3.0.2 with the kicad patches for OS X. Jean-Paul AC9GH On Oct 13, 2014, at 3:29 PM, A. V. Dolganoff adolga...@gmail.com wrote: Sorry, I

Re: [Kicad-developers] BUG in OSX Build

2014-10-13 Thread Bernhard Stegmaier
No. That change was done on intention - everything is in a single bundle/application now to avoid duplicating all the libraries or inter-application dependencies introduced by symlinks (as it was before). At the moment you just can start everything via the KiCad launcher. My next changes will

Re: [Kicad-developers] BUG in OSX Build

2014-10-13 Thread Ian Woloschin
But you can cmd+` and it works. I'm not sure that's actually better or not, but it works. On Oct 13, 2014 8:31 PM, Andy Peters de...@latke.net wrote: On Oct 13, 2014, at 1:20 PM, Bernhard Stegmaier stegma...@sw-systems.de wrote: No. That change was done on intention - everything is in a

Re: [Kicad-developers] BUG in OSX Build

2014-10-13 Thread Bob Gustafson
This is/was not a problem for me. It seems logical to open kicad, then click to select the function group (eeschema, etc.) For me, there is no need to allow individual plugins to be executed without kicad. Having the hierarchical arrangement allows inheriting data from the kicad shell - like

Re: [Kicad-developers] kicad-install.sh needs some moe error handling

2014-10-13 Thread Joseph Chen
Sure will do.   On Monday, October 13, 2014 10:40 AM, Wayne Stambaugh stambau...@verizon.net wrote: If you can modify the script properly, please do so and send a patch to the mailing list.  Thank you for your help. Cheers, Wayne On 10/12/2014 10:26 PM, Joseph Chen wrote: If you