[Kicad-developers] Footprint library table changes.

2016-11-19 Thread Wayne Stambaugh
I just pushed the last of the library table changes before I start working on the symbol library table implementation. I ended up using boost::vector_ptr for the implementation. Before anyone starts screaming at me about using boost, I started out trying to implement it with std::vector and

Re: [Kicad-developers] footprint library table wizard: need testers

2014-12-23 Thread Барановский Константин
Checked the work of the footprint library wizard (include webbrowser) on Ubuntu 14.04 32bit - no issues are happened: wxWidgets: Version 3.0.2 (debug,wchar_t,compiler with C++ ABI 1002,GCC 4.8.2,wx containers,compatible with 2.8) Platform: Linux 3.13.0-40-generic i686, 32 bit, Little endian,

Re: [Kicad-developers] footprint library table wizard: need testers

2014-12-22 Thread Bernhard Stegmaier
Hi Jean-Pierre, tested on OS X with 5334, without -DKICAD_USE_WEBKIT=OFF, and wxWidgets 3.0.2 (built via the script). Builds without problems, seems to work (I didn’t test the wizard itself further). Independently from that: With 5333 you seemed to have removed the freeroute.jnlp. Was it on

Re: [Kicad-developers] footprint library table wizard: need testers

2014-12-22 Thread Nick Østergaard
That also breaks the install on linux. Install the project... -- Install configuration: Release -- Installing: /foo/pkg/kicad-bzr/usr/share/doc/kicad/INSTALL.txt CMake Error at cmake_install.cmake:40 (file): file INSTALL cannot find /foo/src/kicad/resources/freeroute.jnlp. Makefile:66:

Re: [Kicad-developers] footprint library table wizard: need testers

2014-12-22 Thread jp charras
Le 22/12/2014 11:22, Bernhard Stegmaier a écrit : Hi Jean-Pierre, tested on OS X with 5334, without -DKICAD_USE_WEBKIT=OFF, and wxWidgets 3.0.2 (built via the script). Builds without problems, seems to work (I didn’t test the wizard itself further). Independently from that: With 5333

Re: [Kicad-developers] footprint library table wizard: need testers

2014-12-22 Thread Andy Peters
On Dec 21, 2014, at 8:46 AM, jp charras jp.char...@wanadoo.fr wrote: I committed the first version of a wizard to manage the footprint library table dialog editor. It help users to select the right plugin, an existing environment variable or an absolute path, and add a list of new entries

Re: [Kicad-developers] footprint library table wizard: need testers

2014-12-22 Thread Adam Wolf
This is great! Good work jp! On Mon, Dec 22, 2014 at 11:08 AM, Andy Peters de...@latke.net wrote: On Dec 21, 2014, at 8:46 AM, jp charras jp.char...@wanadoo.fr wrote: I committed the first version of a wizard to manage the footprint library table dialog editor. It help users to

Re: [Kicad-developers] footprint library table wizard: need testers

2014-12-22 Thread jp charras
Le 22/12/2014 18:45, Adam Wolf a écrit : This is great! Good work jp! Thanks. -- Jean-Pierre CHARRAS ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe :

Re: [Kicad-developers] footprint library table wizard: need testers

2014-12-22 Thread LordBlick
In response to a message written on 22.12.2014, 19:38, from jp charras: Le 22/12/2014 18:45, Adam Wolf a écrit : This is great! Good work jp! It will be perfect, if kicad was build with -DBUILD_GITHUB_PLUGIN=OFF, then github plugin path was excluded from dialog… ;) -- Best Regards,

Re: [Kicad-developers] footprint library table wizard: need testers

2014-12-22 Thread jp charras
Le 22/12/2014 19:56, Константин Барановский a écrit : Tested the wizard on Archlinux (64bit). Legacy, github and pretty libraries added successfully. Web browser also work without issues. Maybe should stretch the address line to the entire width of the window, what do you think? Yes, good

Re: [Kicad-developers] footprint library table wizard: need testers

2014-12-21 Thread Miguel Angel Ajo Pelayo
Dec 2014, 16:46 To: kicad-developers@lists.launchpad.net Subject: Re: [Kicad-developers] footprint library table wizard: need testers I committed the first version of a wizard to manage the footprint library table dialog editor. It help users to select the right plugin, an existing environment

Re: [Kicad-developers] footprint library table wizard: need testers

2014-12-21 Thread jp charras
-developers] footprint library table wizard: need testers I committed the first version of a wizard to manage the footprint library table dialog editor. It help users to select the right plugin, an existing environment variable or an absolute path, and add a list of new entries to the table. Note

Re: [Kicad-developers] footprint library table wizard: need testers

2014-12-11 Thread Nick Østergaard
Hello Jean-Pierre I just tried it on linux. 2014-12-11 21:53 GMT+01:00 jp charras jp.char...@wanadoo.fr: Hello, I wrote a wizard to manage the footprint library table. It is intended to help users to easily add footprint libraries to the library table. Attached a patch (zip file) to test

Re: [Kicad-developers] Footprint library table.

2013-10-14 Thread Lorenzo Marcantonio
On Sun, Oct 13, 2013 at 04:43:34PM -0500, Dick Hollenbeck wrote: I was pleased to see that I could use the module editor to save current library as another and save a github library as a pretty library locally. Yay good news! So the archive parts feat doesn't actually need to be changed (if

[Kicad-developers] Footprint library table.

2013-10-13 Thread Wayne Stambaugh
I committed the last of the footprint library table implementation in r4380 for general testing. Please let me know if you find any issues. If there are no major problems over the next few weeks, I will change it to the default footprint library management tool and start removing the legacy

Re: [Kicad-developers] Footprint library table.

2013-10-13 Thread jp charras
Le 13/10/2013 18:37, Wayne Stambaugh a écrit : I committed the last of the footprint library table implementation in r4380 for general testing. Please let me know if you find any issues. If there are no major problems over the next few weeks, I will change it to the default footprint library

Re: [Kicad-developers] Footprint library table.

2013-10-13 Thread Wayne Stambaugh
On 10/13/2013 3:28 PM, jp charras wrote: Le 13/10/2013 18:37, Wayne Stambaugh a écrit : I committed the last of the footprint library table implementation in r4380 for general testing. Please let me know if you find any issues. If there are no major problems over the next few weeks, I will

Re: [Kicad-developers] Footprint library table.

2013-10-13 Thread Wayne Stambaugh
On 10/13/2013 3:28 PM, jp charras wrote: Le 13/10/2013 18:37, Wayne Stambaugh a écrit : I committed the last of the footprint library table implementation in r4380 for general testing. Please let me know if you find any issues. If there are no major problems over the next few weeks, I will

Re: [Kicad-developers] Footprint library table testing.

2013-09-24 Thread Wayne Stambaugh
On 9/23/2013 10:14 PM, Cirilo Bernardo wrote: - Original Message - From: Wayne Stambaugh stambau...@verizon.net To: KiCad Developers kicad-developers@lists.launchpad.net Cc: Sent: Monday, September 23, 2013 10:50 AM Subject: Re: [Kicad-developers] Footprint library table testing

Re: [Kicad-developers] Footprint library table testing.

2013-09-23 Thread Cirilo Bernardo
- Original Message - From: Wayne Stambaugh stambau...@verizon.net To: KiCad Developers kicad-developers@lists.launchpad.net Cc: Sent: Monday, September 23, 2013 10:50 AM Subject: Re: [Kicad-developers] Footprint library table testing. On 9/22/2013 7:31 PM, Wayne Stambaugh wrote

[Kicad-developers] Footprint library table testing.

2013-09-22 Thread Wayne Stambaugh
The new footprint library table code is pretty much ready for testing. I need some brave volunteers to help out with the testing just in case I missed something and I always do. Build KiCad with the CMake flag -DUSE_FP_LIB_TABLE=ON. I committed the documentation for CvPcb so you should be able

Re: [Kicad-developers] Footprint library table testing.

2013-09-22 Thread Wayne Stambaugh
On 9/22/2013 7:31 PM, Wayne Stambaugh wrote: The new footprint library table code is pretty much ready for testing. I need some brave volunteers to help out with the testing just in case I missed something and I always do. Build KiCad with the CMake flag -DUSE_FP_LIB_TABLE=ON. I committed