[Kicad-developers] Issue with relative paths

2014-09-07 Thread Lorenzo Marcantonio
Reading around the code I found that doing a cwd is deprecated (for some reason I actually don't get, but whatever :P) However doing fabrication generation with a relative path (I found the problem with the .pos file creator, maybe other one suffer for it) the 'effective' path (i.e. board director

Re: [Kicad-developers] kicad-pcb.org

2014-09-07 Thread Nick Østergaard
Fixed. 2014-09-08 1:47 GMT+02:00 Ralph Stirling : > A little fix for someone with website privileges to make: > > On the page about installing Kicad on Linux > (http://www.kicad-pcb.org/display/DEV/Building+KiCad+on+Linux), > the line for pulling the libraries from launchpad is incorrect, and res

Re: [Kicad-developers] kicad-pcb.org

2014-09-07 Thread Ralph Stirling
A little fix for someone with website privileges to make: On the page about installing Kicad on Linux (http://www.kicad-pcb.org/display/DEV/Building+KiCad+on+Linux), the line for pulling the libraries from launchpad is incorrect, and results in an error: bzr checkout lp:~kicad-lib-committer

Re: [Kicad-developers] Configuration file relocation.

2014-09-07 Thread Jacob Schmidt
Is there a list of these files somewhere? What platform are you using? On Linux assuming you've opened each of the main windows a least once except for fp-lib-table which should always be present: ~/.kicad_common ~/.kicad ~/.cvpcb ~/.gerbview ~/.eeschema ~/.pcbnew ~/.bitmap2component ~/.pcb_c

Re: [Kicad-developers] Configuration file relocation.

2014-09-07 Thread Wayne Stambaugh
On 9/7/2014 3:30 PM, Jacob Schmidt wrote: > Honestly, as a user -- this is spectacular news. > > Trying to move the configuration files. Which ones are they?? > The fact that I have to ask that question is damning evidence that this > patch was necessary!!! > > Is there a list of these files some

Re: [Kicad-developers] Configuration file relocation.

2014-09-07 Thread Jacob Schmidt
Honestly, as a user -- this is spectacular news. Trying to move the configuration files. Which ones are they?? The fact that I have to ask that question is damning evidence that this patch was necessary!!! Is there a list of these files somewhere? On 09/05/2014 05:31 PM, Wayne Stambaugh wrot

Re: [Kicad-developers] wxWidgets version.

2014-09-07 Thread Wayne Stambaugh
On 9/7/2014 5:39 AM, Brian Sidebotham wrote: > KiCad-Winbuilder is using a patched 3.0.0 so it's pretty stable at the > moment. I wanted to wait for a period of no bug reporting against > wxWidgets (with regards to KiCad) until I bumped the version in the > wxWidgets-cmake project that Winbuilder u

Re: [Kicad-developers] Edge.Cuts layer in the module editor

2014-09-07 Thread Brian Sidebotham
On 4 September 2014 10:03, Maciej Sumiński wrote: > On 09/03/2014 10:36 PM, Wayne Stambaugh wrote: >> On 9/3/2014 12:33 PM, Brian Sidebotham wrote: >>> I think we could do it in a similar fashion to EESCHEMA (it's a >>> more pleasant experience when things work in a similar way) Any >>> vertexes o

Re: [Kicad-developers] Configuration file relocation.

2014-09-07 Thread Brian Sidebotham
Moses, Thanks for doing this work - config files instead of the registry settings on Windows has been on my list forever and I never got round to doing anything about it. So thanks for getting on and doing it as well as tidying up the Linux files. Best Regards, Brian. __

Re: [Kicad-developers] wxWidgets version.

2014-09-07 Thread Brian Sidebotham
KiCad-Winbuilder is using a patched 3.0.0 so it's pretty stable at the moment. I wanted to wait for a period of no bug reporting against wxWidgets (with regards to KiCad) until I bumped the version in the wxWidgets-cmake project that Winbuilder uses. Best Regards, Brian.