Re: [Kicad-developers] [PATCH] Pcbnew menu bar

2018-02-16 Thread Gaurav Juvekar
-> Fill View -> Vias -> Outline -> Fill View -> Pads -> Outline -> Fill to the menu entries? -- Regards, Gaurav Juvekar ___ Mailing list: https://launchpad.net/~kicad-developers Post to

Re: [Kicad-developers] COMPONENT_TREE performance

2017-12-04 Thread Gaurav Juvekar
r software using heterogeneous editable table cells (IDK if any spreadsheets use default GUI widgets), but I'm sure there's something. I'm not saying that we should switch (there's that personal bias as most of these examples use GTK), but this could be a good way if we really want to objectivel

Re: [Kicad-developers] Eeschema connectivity storage

2017-11-16 Thread Gaurav Juvekar
omewhat visible. I am trying to optimize it (though it will take a few months, don't hold your breath -- you can go ahead and make changes). -- Regards, Gaurav Juvekar ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-de

Re: [Kicad-developers] PCBNew / Footprint editor - "Special strings"

2017-10-18 Thread Gaurav Juvekar
Hi, > Summary: > - Does KiCad support having an F.Assembly and B.Assembly layer? > - Does KiCad support "special strings" like Altium's .Designator ? I think F.Fab and B.Fab is what you want. Reference designator is supported using "REF**"

Re: [Kicad-developers] GitHub Plugin (my nemesis)

2017-09-23 Thread Gaurav Juvekar
at you have locally has a common commit with the fork. Simple git push your-fork pr-branch works in this case. -- Regards, Gaurav Juvekar ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsub

Re: [Kicad-developers] GitHub Plugin (my nemesis)

2017-09-23 Thread Gaurav Juvekar
updating when new libs are created in the kicad official repos. Cons: Need to somehow handle if there are libs in two different folders with the same name. Each .pretty folder would need it's own description file. Also, a similar thing could be done for symbol-lib-table. -- Regards, Gaurav Juvekar

Re: [Kicad-developers] [PATCH] Change default grid size to match KLC in LIBEDIT

2017-09-23 Thread Gaurav Juvekar
careful counting of 50 mil dots. For more complex symbol shapes, a finer grid can be selected as usual. Even if the contributor didn't read the KLC before designing the symbol, that's one less rule that they are likely to violate. -- Regards, Gaurav Juvekar

Re: [Kicad-developers] GitHub Plugin (my nemesis)

2017-09-22 Thread Gaurav Juvekar
and footprint libraries could be acceptable. -- Regards, Gaurav Juvekar ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https

Re: [Kicad-developers] [PATCH] Change default grid size to match KLC in LIBEDIT

2017-09-18 Thread Gaurav Juvekar
Hi, > I'm not sure I like this change. Is the 100mil grid just for pin > placement or all symbol elements such as text, polygons, etc.? Only for pin placement. Alignment of other elements is unspecified in KLC. -- Regards, Gaurav J

[Kicad-developers] [PATCH] Change default grid size to match KLC in LIBEDIT

2017-09-15 Thread Gaurav Juvekar
Hi all, KLC 4.1.i says that pin origins must lie on 100mil grid nodes in symbols. This patch changes the default grid size from 50 mil to 100 mil in the schematic library editor so that new library contributors will have one less thing to worry about. -- Regards, Gaurav Juvekar From

Re: [Kicad-developers] [PATCH] minor icon improvements

2017-08-29 Thread Gaurav Juvekar
Hi all, Chiming in with a minor suggestion. > -Run Bitmap2Component > + Convert Bitmap to Footprint Perhaps this could be "Convert Bitmap Image to Footprint"? I think the image part is more user-friendly and informative than just saying "bitmap".

Re: [Kicad-developers] Perf HighlightConnectionAtPosition

2017-08-01 Thread Gaurav Juvekar
Is there any profiling tool that can be used to get real time taken. callgrind just gives number of instructions executed, so I was wondering if there is an alternative that is already used for profiling kicad. -- Regards, Gaurav Juvekar ___ Mailing

[Kicad-developers] Perf HighlightConnectionAtPosition

2017-07-31 Thread Gaurav Juvekar
::vector? Would it be better to have an std::unordered_map from the net codes to a std::vector of all NETLIST_OBJECT with that net code? Rudimentary instrumentation with callgrind shows that most of the time is spent in SCH_SHEET_PATH comparisons. -- Regards, Gaurav Juvekar

Re: [Kicad-developers] [RFC] New color selector for GAL canvas, and more easy support of opacity.

2017-07-19 Thread Gaurav Juvekar
Hi all, I haven't actually seen how it looks, but can't we use http://docs.wxwidgets.org/3.1/classwx_colour_dialog.html directly? -- Regards, Gaurav Juvekar signature.asc Description: OpenPGP digital signature ___ Mailing list: https