Kevin Lannen
|
56794ab829
|
Eeschema: Add pin count column to pin table
ADDED: When the pin table is showing grouped pins, display a read-only column
that displays the number of pins in each row.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/2416
|
2022-02-07 17:45:16 +00:00 |
Jeff Young
|
889970a449
|
SCH_NETCLASS_FLAGs and SCH_FIELDs for labels.
ADDED: a new label type for netclass flags.
ADDED: the ability to define fields on labels.
|
2021-12-24 16:13:27 +00:00 |
Jeff Young
|
87e71072b1
|
Default line width to 0 in symbol editor.
Also removes some atrophied settings for repeated non-pins in
symbol editor (which only ever repeats pins).
Fixes https://gitlab.com/kicad/code/kicad/issues/9776
|
2021-11-27 11:53:38 +00:00 |
Jeff Young
|
69fac89e86
|
Fix some issues with incorrectly scaled defaults given in mils.
|
2021-08-25 20:04:06 +01:00 |
Wayne Stambaugh
|
fb46cd8bc5
|
Expunge the use of the word component from Eeschema code.
The only exception to this is the SPICE simulator's use of component
when referring to physical component (R, L, C, etc.) values.
|
2021-06-14 14:00:21 -04:00 |
Jon Evans
|
c9a660a80c
|
Rework JSON integration to speed up build
|
2021-06-05 17:08:38 -04:00 |
Jon Evans
|
97a9f43a9f
|
Fix import of schematic grid settings
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6705
|
2020-12-27 12:33:35 -05:00 |
Jeff Young
|
bddc97df30
|
LibEdit -> SymbolEditor
|
2020-10-31 10:28:21 +00:00 |