Re: [Kicad-developers] [PATCH] Rename instances of "module" to "footprint" for consistency

2014-10-29 Thread Benoît Roehr
On 29/10/2014 23:56, Marco Ciampa wrote: Another patch: === modified file 'pcbnew/class_pcb_layer_widget.cpp' --- pcbnew/class_pcb_layer_widget.cpp 2014-09-14 15:34:37 + +++ pcbnew/class_pcb_layer_widget.cpp 2014-10-29 22:52:43 + @@ -73,8 +73,8 @@ RR( _( "Anchors" ), A

Re: [Kicad-developers] [PATCH] Rename instances of "module" to "footprint" for consistency

2014-10-29 Thread Marco Ciampa
Another patch: === modified file 'pcbnew/class_pcb_layer_widget.cpp' --- pcbnew/class_pcb_layer_widget.cpp 2014-09-14 15:34:37 + +++ pcbnew/class_pcb_layer_widget.cpp 2014-10-29 22:52:43 + @@ -73,8 +73,8 @@ RR( _( "Anchors" ), ANCHOR_VISIBLE, WHITE, _( "Show

Re: [Kicad-developers] Bump wx for OS X to 3.0.2 (with an extra patch?)

2014-10-29 Thread Adam Wolf
Hi folks, Attached is a patch from the latest revision of KiCad to add a patch in the patches/ directory suitable for building wxwidgets 3 on OS X 10.10 (Yosemite). It does not add it to any build scripts in our tree per Bernhard. I used this as the commit message on my own branch. "Added patch

Re: [Kicad-developers] Bump wx for OS X to 3.0.2 (with an extra patch?)

2014-10-29 Thread Adam Wolf
Yes. The patch is here: https://trac.macports.org/raw-attachment/ticket/44524/patch-webview_webkit.mm.diff . I'll be sending in my bzr change in a minute. Adam Wolf Cofounder and Engineer, Wayne and Layne, LLC On Wed, Oct 29, 2014 at 12:47 PM, Andy Peters wrote: > > > On Oct 28, 2014, at 12:5

Re: [Kicad-developers] Bump wx for OS X to 3.0.2 (with an extra patch?)

2014-10-29 Thread Andy Peters
> On Oct 28, 2014, at 12:51 PM, Adam Wolf wrote: > > Hi folks, > > Does anyone object to bumping wx to 3.0.2 for OS X, and adding the webdiff > patch so it'll work on OS X 10.10, released last week (the week before?) > > If I don't hear anything, I'll prep a patch for the docs and the > osx_

Re: [Kicad-developers] [PATCH] Rename instances of "module" to "footprint" for consistency

2014-10-29 Thread Marco Ciampa
On Wed, Oct 08, 2014 at 02:37:40AM -0400, Mark Roszko wrote: > So from what I remember, Kicad used to call alot of pcb footprints as > "modules". Sometimes it was "module", other times "footprint module" > and now "footprint". Footprint seems to have picked up in usage so > let's use it everywhere!

Re: [Kicad-developers] new documentation format

2014-10-29 Thread Lorenzo Marcantonio
On Wed, Oct 29, 2014 at 10:21:55AM -0400, Wayne Stambaugh wrote: > My main issue with the rst formatting was the fact that odt2sphinx > creating very long line which in some cases wrap more than once using a > 100 character line width editor. This is a serious problem IMO. > Looking at wrapped li

Re: [Kicad-developers] new documentation format

2014-10-29 Thread Wayne Stambaugh
On 10/25/2014 6:17 PM, Marco Ciampa wrote: > On Sat, Oct 25, 2014 at 10:52:54AM -0400, Wayne Stambaugh wrote: >> Marco, >> >> Great work on the conversion analysis. I finally go around to testing >> this and I have to say that I prefer the asciidoc format better than the >> markdown and rst format

Re: [Kicad-developers] [PATCH] pcbnew export position file

2014-10-29 Thread Adam Wolf
Hi folks, This change looks great. I'm not sure if I ever announced it here, but here at Wayne and Layne, we developed a simple command line UI for creating files for our pick-and-place based on KiCad .pos files. http://www.wayneandlayne.com/blog/2014/09/21/kicad-converter-for-tm-240a-pick-and-p

Re: [Kicad-developers] [PATCH] pcbnew export position file

2014-10-29 Thread Brian Sidebotham
On 29 October 2014 09:15, Michal Jahelka wrote: > Hello, > > I found small problem when generating position file. It was good before > complete library name was used. It is shorted, and it is mainly impossible > to understand which package has any footprint - there is mainly only part of > library

Re: [Kicad-developers] Code cleaning.

2014-10-29 Thread Wayne Stambaugh
JP, Thank you for taking care of this. I appreciate it. Best Regards, Wayne On 10/29/2014 8:24 AM, jp charras wrote: > Le 28/10/2014 20:59, Wayne Stambaugh a écrit : >> I've been adding missing license statements to our source code and have >> run into a few issues along the way. > > Thanks.

Re: [Kicad-developers] new documentation format

2014-10-29 Thread Brian Sidebotham
On 25 October 2014 23:17, Marco Ciampa wrote: > On Sat, Oct 25, 2014 at 10:52:54AM -0400, Wayne Stambaugh wrote: >> Marco, >> >> Great work on the conversion analysis. I finally go around to testing >> this and I have to say that I prefer the asciidoc format better than the >> markdown and rst fo

Re: [Kicad-developers] problems running kicad-install.sh

2014-10-29 Thread Brian Sidebotham
On 29 October 2014 12:18, Wayne Stambaugh wrote: > On 10/28/2014 4:51 PM, Marco Ciampa wrote: >> On Sun, Oct 26, 2014 at 10:59:20PM -0700, Jake wrote: >> [...] >>> So i deleted the folder entirely with rm -rf ~/kicad_sources/kicad-lib.bzr/ >>> >>> and when i ran the script again, now it seems to b

Re: [Kicad-developers] Code cleaning.

2014-10-29 Thread jp charras
Le 28/10/2014 20:59, Wayne Stambaugh a écrit : > I've been adding missing license statements to our source code and have > run into a few issues along the way. Thanks. > > PolyLine.h and PolyLine.cpp have this comment: > > // PolyLine.cpp ... implementation of CPolyLine class from FreePCB. > >

Re: [Kicad-developers] problems running kicad-install.sh

2014-10-29 Thread Wayne Stambaugh
On 10/28/2014 4:51 PM, Marco Ciampa wrote: > On Sun, Oct 26, 2014 at 10:59:20PM -0700, Jake wrote: > [...] >> So i deleted the folder entirely with rm -rf ~/kicad_sources/kicad-lib.bzr/ >> >> and when i ran the script again, now it seems to be working. >> >> i don't know anything about how bzr work

Re: [Kicad-developers] new documentation format

2014-10-29 Thread Marco Ciampa
On Tue, Oct 28, 2014 at 12:12:52AM +0100, Guilherme Brondani Torri wrote: > On 10/26/14, 12:17 AM, Marco Ciampa wrote: > >On Sat, Oct 25, 2014 at 10:52:54AM -0400, Wayne Stambaugh wrote: > >>Marco, > >> > >>Great work on the conversion analysis. I finally go around to testing > >>this and I have t

[Kicad-developers] [PATCH] pcbnew export position file

2014-10-29 Thread Michal Jahelka
Hello, I found small problem when generating position file. It was good before complete library name was used. It is shorted, and it is mainly impossible to understand which package has any footprint - there is mainly only part of library name. for example: # RefVal Pack

Re: [Kicad-developers] Bump wx for OS X to 3.0.2 (with an extra patch?)

2014-10-29 Thread Bernhard Stegmaier
Hi, I think it is useful to collect all the various patches in the “patches” folder… so you don’t have to find them on the net yourself. I am not quite sure if they should be included in the small wxWidgets build script. Only goal of the script is to save some typing… if you put all the patches