[Kicad-developers] [PATCH] Eeschema automatic manage junctions

2017-10-16 Thread Seth Hillbrand
Attached is a proposed patchset for automatically managing junctions​, adding and deleting them as they are needed by the schematic. The patches touch a number of sections, so any reports of issues would be greatly appreciated. Notably, this introduces an "append" feature to eeschema's undo

Re: [Kicad-developers] [PATCH] Unit naming in eeschema spice model config

2017-10-16 Thread jp charras
Le 16/10/2017 à 19:55, Ingo Kletti a écrit : Hello, while working on the translation I stumbled over a wrong unit in eeschema/dialogs/dialog_spice_model_base.fbp (which then also ends up in the dialog_spice_model_base.cpp file): 'fempto' should be 'femto' Since git format-patch doesn't produce

[Kicad-developers] [PATCH] Unit naming in eeschema spice model config

2017-10-16 Thread Ingo Kletti
Hello, while working on the translation I stumbled over a wrong unit in eeschema/dialogs/dialog_spice_model_base.fbp (which then also ends up in the dialog_spice_model_base.cpp file): 'fempto' should be 'femto' Since git format-patch doesn't produce any output (PEBKAC), here's the diff.

Re: [Kicad-developers] Datasheet confusion

2017-10-16 Thread Fabrizio Tappero
Hi Kristoffer, I am a big supporter of this option. I am often in need of showing a datasheet with a right click on component. It would be great to be able to do it in the completed schematic as well as in the completed pcb layout. cheers Fabrizio On Fri, Oct 13, 2017 at 2:18 PM, Kristoffer

Re: [Kicad-developers] [FEATURE] Add keepout areas in footprints

2017-10-16 Thread Oliver Walters
By 'segfault' I obviously meant assertion error. The Type() calls are returning: a) PCB_MODULE_T b) PCB_ZONE_AREA_T Oliver On Tue, Oct 17, 2017 at 12:06 AM, Oliver Walters < oliver.henry.walt...@gmail.com> wrote: > JP, > > Thanks for pointing out those errors. I have fixed the zone rotation

Re: [Kicad-developers] [FEATURE] Add keepout areas in footprints

2017-10-16 Thread Oliver Walters
JP, Thanks for pointing out those errors. I have fixed the zone rotation bug (patch attached to this email). The undo/redo behaviour is odd, I have now noticed something related within the module editor window. If I make a change to a zone (add / remove / rotate / move / flip) then I get a

Re: [Kicad-developers] wxAUI woes

2017-10-16 Thread hauptmech
Looks like I missed modview_frame at the time so you'll want to reference one of the other frames and update it. I converted a lot of erroneous Row() calls to Layer() and standardized the initialization. On the git repo it's commit bd19d31082... Remembering more about this now. From back when

Re: [Kicad-developers] wxAUI woes

2017-10-16 Thread hauptmech
It looks like I left some notes in wxstruct.h/class EDA_PANEINFO way back when I set up moveable toolbars for my branch... Not sure if they are relevant as this has long faded from my memory. On 16/10/17 15:00, Oliver Walters wrote: The image is 1920x1020, there should be no issue reading the

Re: [Kicad-developers] [FEATURE] Add keepout areas in footprints

2017-10-16 Thread jp charras
Le 14/10/2017 à 23:20, Oliver Walters a écrit : > Friendly bump - has anyone had a chance to look at this? :) > > Oliver > > On 12 Oct 2017 00:30, "Oliver Walters" > wrote: > > Attached is a patch set that allows