Re: [Kicad-developers] Bug in footprint keyword search function

2014-11-11 Thread Bob Gustafson
It appears that the search term has to include the comma !! But the last item on the list has no comma. For the searchee, this is non-intuitive behavior. Bob G On 11/11/2014 01:22 AM, jp charras wrote: CNY17, RevA, 31Mar2011 They are just a copy of the comment, and I am thinking very very ba

Re: [Kicad-developers] Bug in footprint keyword search function

2014-11-11 Thread Carl Poirier
Thanks for the heads up. This has to be fixed, IMO. On Tue, Nov 11, 2014 at 8:54 AM, Bob Gustafson wrote: > It appears that the search term has to include the comma !! > > But the last item on the list has no comma. > > For the searchee, this is non-intuitive behavior. > > Bob G > > > On 11/11/

Re: [Kicad-developers] Call for update of avhttp because of boost 1.57

2014-11-11 Thread Wayne Stambaugh
Thank you everyone for testing this. I verified that it works with Boost 1.57 using KICAD_SKIP_BOOST=ON and our modified Boost 1.54 with KICAD_SKIP_BOOST=OFF on windows. The only unknown at this point is OSX. Would someone please test both Boost build options (stock 1.57 and our custom 1.54) on

[Kicad-developers] [PATCH] warnings removal

2014-11-11 Thread Camille 019
Hi, Here a set of patch to remove some compiler warnings. -- Camille kicad-3Dviewer-Wparentheses-equality.diff Description: Binary data kicad-3Dviewer-Wsometimes-uninitialized.diff Description: Binary data kicad-warnings.diff Description: Binary dat

Re: [Kicad-developers] Call for update of avhttp because of boost 1.57

2014-11-11 Thread Bob Gustafson
Going through your list of instructions for the new avhttp - good instructions by the way. On OSX, boost 1.54 (was on computer) and KICAD_SKIP_BOOST=OFF (this was the setting) Build went fast (no rebuild of boost..) Only a few warnings. kicad executes. Clicking on pcbnew - also looks good. A

Re: [Kicad-developers] Call for update of avhttp because of boost 1.57

2014-11-11 Thread Wayne Stambaugh
Thanks Bob. If the 1.57 testing doesn't cause any issues, I'll commit the latest avhttp changes. Wayne On 11/11/2014 12:19 PM, Bob Gustafson wrote: > Going through your list of instructions for the new avhttp - good > instructions by the way. > > On OSX, boost 1.54 (was on computer) and KICAD_S

[Kicad-developers] Add donation link to kicad-pcb.org.

2014-11-11 Thread Wayne Stambaugh
CERN has been kind enough to set up a KiCad donations page at https://giving.web.cern.ch/civicrm/contribute/transact?reset=1&id=6. I would like to add a link to this page in kicad-pcb.org. It would be nice if we had a nifty donate button that would redirect someone to this link. I haven't played

Re: [Kicad-developers] wxwidgets-3.0.2_macosx_yosemite.patch is a metapatch

2014-11-11 Thread Adam Wolf
Sorry folks! This is my fault. I attached a patch against the latest bzr at the time, and I think Wayne thought it was the actual patch that belonged in the patches directory. I have attached a patch, that when applied to the latest version of kicad, will fix the patch. (If you want to see what

[Kicad-developers] PATCH: Underlays

2014-11-11 Thread Cirilo Bernardo
I have updated the patch for the reverse-engineering tool. The previous patch used additional layers named Underlay1 and Underlay2. This patch makes use of the Eco1 and Eco2 layers. As a consequence, only code for the bitmap2component tool is touched; the common, include, and pcbnew directories are

Re: [Kicad-developers] Call for update of avhttp because of boost 1.57

2014-11-11 Thread Bob Gustafson
To build and test with boost_1_57, my process may be different.. I went into ~/KiCad/kicad/CMakeModules and changed in the file download_boost.cmake the first 54 to 57 - all of the other 54s are in comments Then went to ~/KiCad/kicad/kicad and did 'make 2&1 | tee make.out' The boost 1.57 was dow