Re: [Kicad-developers] [patch?] Handling conflict between projname-cache.lib and an updated library

2015-04-25 Thread Wayne Stambaugh
Chris, I committed your patch in the product branch r5623. Very nice work by the way. I have a few minor comments. * Most of the wxT() and _() macros are missing spaces between the braces and the string. * The rescue dialog does not have a default button set so that you can just hit enter to

Re: [Kicad-developers] [patch?] Handling conflict between projname-cache.lib and an updated library

2015-04-25 Thread Chris Pavlina
Thanks. I'll patch these bits soon. I'll have to try it on Windows and see how that dialog displays, it's fine here in Linux. Also, I'll get writing the documentation for it. Personally, I like the idea of having a summary at the end, as you might want to have an actual list of the components

Re: [Kicad-developers] [patch?] Handling conflict between projname-cache.lib and an updated library

2015-04-25 Thread Wayne Stambaugh
Never mind Chris. I found rescue4b.patch which I believe is the latest version. My inbox is way too full. On 4/25/2015 1:50 PM, Wayne Stambaugh wrote: Chris, I'm in the process of testing your patch but I'm not sure this is the latest version. Please let me know when you get a chance.

Re: [Kicad-developers] UPDATE: Diode pins swapped in KiCad Libraries

2015-04-25 Thread Wayne Stambaugh
On 4/24/2015 10:38 PM, Adam Wolf wrote: Carl and other library folks, I understand you had to make the change, and I'm certain it took hard work to make everything match, and I'm glad that the libraries are better now, but I hate the fact that many, many users will never be notified of this

Re: [Kicad-developers] [patch?] Handling conflict between projname-cache.lib and an updated library

2015-04-25 Thread Wayne Stambaugh
Chris, I'm in the process of testing your patch but I'm not sure this is the latest version. Please let me know when you get a chance. Thanks, Wayne On 3/30/2015 6:34 PM, Chris Pavlina wrote: Okay, all fixed. On Mon, Mar 30, 2015 at 01:46:05PM -0400, Wayne Stambaugh wrote: Please fix

Re: [Kicad-developers] KiCad Github Plugin Required Features

2015-04-25 Thread Wayne Stambaugh
On 4/25/2015 12:26 PM, Adam Wolf wrote: There are certainly people who find a way to complain about everything. Yep, they will even complain about free beer! I mean that literally not figuratively. :) Thanks for the support. There are also bound to be growing pains as we get into the new

Re: [Kicad-developers] [patch?] Handling conflict between projname-cache.lib and an updated library

2015-04-25 Thread Nick Østergaard
Alternatively save a changes log. I don't know if this could be problematic, but it is an idea. It is more subtle and does not require a dialog in the end. Also it should only appear once for a schematic if saved. 2015-04-26 0:40 GMT+02:00 Chris Pavlina pavlina.ch...@gmail.com: Thanks. I'll

Re: [Kicad-developers] Strange wxWidgets version checks

2015-04-25 Thread Garth Corral
On Apr 25, 2015, at 9:41 PM, Blair Bonnett blair.bonn...@gmail.com wrote: Hi all, I've been going through the code removing redundant conditionally compiled blocks for versions of wxWidgets before 3.0 as per the 'Conversion to wxWidgets 3.0' section of the roadmap [1]. For the most

[Kicad-developers] Strange wxWidgets version checks

2015-04-25 Thread Blair Bonnett
Hi all, I've been going through the code removing redundant conditionally compiled blocks for versions of wxWidgets before 3.0 as per the 'Conversion to wxWidgets 3.0' section of the roadmap [1]. For the most part this is straightforward as the wxCHECK_VERSION macro is used which makes the intent

[Kicad-developers] libboost-filesystem.a mac build confusion?

2015-04-25 Thread Adam Wolf
Hi folks, Anyone ever see this before? clang: warning: argument unused during compilation: '-XLinker,-cref' clang: warning: argument unused during compilation: '-XLinker,-Map=_pcbnew.kiface.map' Undefined symbols for architecture x86_64: _fchmodat, referenced from:

Re: [Kicad-developers] UPDATE: Diode pins swapped in KiCad Libraries

2015-04-25 Thread Samuel Dolt
We can also put version number in library and footprint like gEDA do. This way, Kicad can update symbol when minor change happen and use cache when major change occur. http://wiki.geda-project.org/geda:master_attributes_list http://wiki.geda-project.org/geda:master_attributes_list :

Re: [Kicad-developers] UPDATE: Diode pins swapped in KiCad Libraries

2015-04-25 Thread Thiadmer Riemersma
On Apr 24, 2015, at 2:31 PM, Carl Poirier carl.poirie...@gmail.com wrote: Thiadmer, your proposal would require to duplicate every .pretty repository for every stable release. And I believe the schematics won't change because of the cache. I have regularly had to fix schematics after updating

Re: [Kicad-developers] KiCad Github Plugin Required Features

2015-04-25 Thread Jean-Paul Louis
Adam, The criticism was not directed at you. It was more to support you, and tell you not to worry about whiners. The most vocal was french, (I know how they are since I was born and raised there) so I would tell him that he gets what he paid for (a GREAT product for free), so he should be

Re: [Kicad-developers] KiCad Github Plugin Required Features

2015-04-25 Thread Adam Wolf
There are certainly people who find a way to complain about everything. :) Thanks for the support. There are also bound to be growing pains as we get into the new cadence of stable releases, and very probably times when our expectations and our users' expectations clash as they get used to the