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 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-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, LordBlic

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 : https://launchpad.net/~

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 wrote: > > > On Dec 21, 2014, at 8:46 AM, jp charras 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 exi

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 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 to the table. >

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: > W

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: r

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 pu

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

2014-12-21 Thread jp charras
ts.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 > variable or an abs

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
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: the wxWidgets webkit/webview library is needed. On windows

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 : > 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 this wizard. >