Re: [Kicad-developers] Feature request: Extended BOM (Part, Footprint, etc.) management

2014-08-20 Thread Mário Luzeiro
Hi Oli, I have that similar situation all the time with small projects as well. Last time I have lots of pull-up / pull down 10K resistors.. then in the middle of the project I need a specific 12K5 bias-resistor. Then I changed all 10K to 12K5 :S I think the hardware developers call it BOM

Re: [Kicad-developers] old pcbnew file format in bitmap2component tool

2014-08-20 Thread Cirilo Bernardo
- Original Message - From: Dick Hollenbeck d...@softplc.com To: kicad-developers@lists.launchpad.net Cc: Sent: Wednesday, August 20, 2014 5:23 AM Subject: Re: [Kicad-developers] old pcbnew file format in bitmap2component tool On 08/19/2014 05:00 AM, Cirilo Bernardo wrote:

Re: [Kicad-developers] old pcbnew file format in bitmap2component tool

2014-08-20 Thread Cirilo Bernardo
- Original Message - From: Dick Hollenbeck d...@softplc.com To: kicad-developers@lists.launchpad.net Cc: Sent: Wednesday, August 20, 2014 5:23 AM Subject: Re: [Kicad-developers] old pcbnew file format in bitmap2component tool On 08/19/2014 05:00 AM, Cirilo Bernardo wrote:

Re: [Kicad-developers] eeschema modular kicad work

2014-08-20 Thread yann jautard
just FYI, 5084 does not compile any more. /home/yann/kicad_sources/kicad.bzr/pcbnew/dialogs/dialog_edit_module_for_BoardEditor.cpp: In member function ‘virtual void DIALOG_MODULE_BOARD_EDITOR::OnCancelClick(wxCommandEvent)’:

Re: [Kicad-developers] eeschema modular kicad work

2014-08-20 Thread Tomasz Wlostowski
On 20.08.2014 14:44, yann jautard wrote: just FYI, 5084 does not compile any more. void DIALOG_MODULE_BOARD_EDITOR::OnCancelClick( wxCommandEvent event ) { TREE EndQuasiModal( -1 ); === ENDQUASIMODAL( -1 ); MERGE-SOURCE } Hi guys, Sorry for asking dumb questions, but what is

Re: [Kicad-developers] eeschema modular kicad work

2014-08-20 Thread Brian Sidebotham
On 20 August 2014 13:44, yann jautard brico...@free.fr wrote: just FYI, 5084 does not compile any more. /home/yann/kicad_sources/kicad.bzr/pcbnew/dialogs/dialog_edit_module_for_BoardEditor.cpp: In member function ‘virtual void DIALOG_MODULE_BOARD_EDITOR::OnCancelClick(wxCommandEvent)’:

Re: [Kicad-developers] eeschema modular kicad work

2014-08-20 Thread Brian Sidebotham
Hi guys, Sorry for asking dumb questions, but what is this whole QuasiModal stuff for? Tom Hi Tom, No question is dumb. See Yann's description (from earlier in this thread) of the problem below, to which Quaimodal is a good solution. Best Regards, Brian. --- Hi Dick, and all the

Re: [Kicad-developers] Feature request: Extended BOM (Part, Footprint, etc.) management

2014-08-20 Thread Wayne Stambaugh
On 8/20/2014 3:50 AM, Mário Luzeiro wrote: Hi Oli, I have that similar situation all the time with small projects as well. Last time I have lots of pull-up / pull down 10K resistors.. then in the middle of the project I need a specific 12K5 bias-resistor. Then I changed all 10K to 12K5

Re: [Kicad-developers] Feature request: Extended BOM (Part, Footprint, etc.) management

2014-08-20 Thread Mário Luzeiro
Ya probably that will do it :S Editing the .sch in a text editor may also help.. Is it is curious when I am using KiCad as a software/user I forget about the capability to edit external files.. (as maybe most of the regular users will don't do it too.. )

Re: [Kicad-developers] eeschema modular kicad work

2014-08-20 Thread Dick Hollenbeck
On 08/20/2014 08:14 AM, Brian Sidebotham wrote: Hi guys, Sorry for asking dumb questions, but what is this whole QuasiModal stuff for? Tom Hi Tom, No question is dumb. See Yann's description (from earlier in this thread) of the problem below, to which Quaimodal is a good solution.

Re: [Kicad-developers] Feature request: Extended BOM (Part, Footprint, etc.) management

2014-08-20 Thread Mário Luzeiro
It is already possible to assigned footprints in schematic. Le the other developers look on your requests that they will be in better position to understand it. From: Oliver Meier [h2obr...@gmail.com] Sent: 20 August 2014 16:26 To: Mário Luzeiro Subject:

Re: [Kicad-developers] eeschema modular kicad work

2014-08-20 Thread yann jautard
Le 20/08/2014 15:12, Brian Sidebotham a écrit : Hi Yann, There's nothing wrong with the source, see: http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/pcbnew/dialogs/dialog_edit_module_for_BoardEditor.cpp You have a locally unresolved conflict because you've had

Re: [Kicad-developers] KiCad build.

2014-08-20 Thread Dick Hollenbeck
On 08/20/2014 11:45 AM, Wayne Stambaugh wrote: On 8/19/2014 5:17 PM, Dick Hollenbeck wrote: On 08/19/2014 03:37 PM, Wayne Stambaugh wrote: On 8/19/2014 4:17 PM, Dick Hollenbeck wrote: On 08/18/2014 06:47 PM, Wayne Stambaugh wrote: On 8/18/2014 6:45 PM, Brian Sidebotham wrote: On 16 August

Re: [Kicad-developers] KiCad build.

2014-08-20 Thread Michael Narigon
Gents, It probably landed in your spam filter (half the e-mails from the developers list do to me) but I sent a message that I am pretty far along on what you are discussing. See the tar file at https://code.launchpad.net/~mnarigon. I used the good work you guys had and cleaned it up. I used

Re: [Kicad-developers] KiCad build.

2014-08-20 Thread Dick Hollenbeck
On 08/20/2014 05:07 PM, Michael Narigon wrote: Gents, It probably landed in your spam filter (half the e-mails from the developers list do to me) but I sent a message that I am pretty far along on what you are discussing. See the tar file at https://code.launchpad.net/~mnarigon. I used