Jeff Young
|
bdbb68f813
|
MODULE -> FOOTPRINT.
|
2020-11-13 16:04:03 +00:00 |
Jeff Young
|
3451ac3088
|
PCB_MODULE_T -> PCB_FOOTPRINT_T
|
2020-11-13 15:16:24 +00:00 |
Jeff Young
|
9106cc19bf
|
Yet another tranche of module -> footprint.
|
2020-11-13 15:16:24 +00:00 |
Jeff Young
|
fc9cf1d827
|
More module -> footprint.
|
2020-11-13 15:16:24 +00:00 |
Jeff Young
|
52a46341db
|
More module -> footprint.
|
2020-11-13 15:16:24 +00:00 |
Jeff Young
|
f5443de7f9
|
D_PAD -> PAD.
|
2020-11-13 15:16:24 +00:00 |
Jeff Young
|
84dd5108ba
|
Remove some "class_" prefixes from files.
|
2020-11-13 15:16:23 +00:00 |
Jeff Young
|
f7333ad64a
|
Update some classnames including archaic zone names.
|
2020-11-12 10:31:25 +00:00 |
jean-pierre charras
|
fb218e3c9b
|
Pcbnew: allows filled option ( 0 outlines width ) for graphic items rect and circle.
It was allowed inside editors, dialog properties and when saving the board file.
However it was not allowed when reading the file. It is now allowed.
Fixes #6355
https://gitlab.com/kicad/code/kicad/issues/6355
|
2020-11-12 09:01:08 +01:00 |
Jeff Young
|
812b714ccd
|
More Module -> Footprint and a bit of formatting cleanup.
|
2020-11-10 20:53:12 +00:00 |
Jeff Young
|
1c30d36d73
|
Fix errant use of SetPosition().
Fixes https://gitlab.com/kicad/code/kicad/issues/6292
|
2020-11-04 19:24:09 +00:00 |
Ian McInerney
|
31e626f279
|
Cleanup creation of all our smart pointers
|
2020-10-26 23:52:44 +00:00 |
Marek Roszko
|
1167862c86
|
Split wx_filename out of common
|
2020-10-25 20:01:13 -04:00 |
Marek Roszko
|
1d559108c8
|
Move LOCALE_IO out of common.h
|
2020-10-23 21:49:42 -04:00 |
Seth Hillbrand
|
f8a4edb1c9
|
First pass renaming module to footprint
This is mostly in comments and the few remainin text strings that
reference module
|
2020-10-20 20:49:11 -07:00 |
Jeff Young
|
68ec151f28
|
Clear group info before parsing.
PCB_PARSER is a long-lived object. Doing it in init() is not
sufficient.
Fixes https://gitlab.com/kicad/code/kicad/issues/6074
|
2020-10-20 13:38:09 +01:00 |
Marek Roszko
|
a1c75748a0
|
Remove GetChars(), a wxWidgets 2.9 compatibility hack
|
2020-10-15 20:53:25 -04:00 |
Jeff Young
|
505d764f25
|
Set board modify bit only when necessary after Board Setup.
Fixes https://gitlab.com/kicad/code/kicad/issues/5685
|
2020-10-13 23:11:29 +01:00 |
Michael Kavanagh
|
c40483d18a
|
Cleanup: Move KiCad files into plugins folder
|
2020-10-12 16:36:08 +00:00 |