Alex Shvartzkop
|
9299d3516c
|
Re-add legacy KiCad .emp footprint library support.
|
2023-08-15 05:40:43 +03:00 |
Roberto Fernandez Bautista
|
dbfb7880b5
|
Add IO_MGR::FindPluginTypeFromBoardPath (+QA tests)
|
2023-08-15 05:26:12 +03:00 |
Alex Shvartzkop
|
76e0d5981d
|
Import system refactor for PCB plugins.
|
2023-08-15 05:26:12 +03:00 |
Alex Shvartzkop
|
a0d96cea9f
|
Rename Save -> SaveBoard, Load -> LoadBoard in PLUGIN.
|
2023-08-15 05:26:12 +03:00 |
Jeff Young
|
bbd6c80507
|
Collapse FP_* down into their PCB_* equivalents.
|
2023-03-31 22:57:46 +01:00 |
Jon Evans
|
dd94b2d3a7
|
Rename PROPERTIES to STRING_UTF8_MAP for clarity
This class has nothing to do with the properties system
|
2022-11-06 11:51:52 -05:00 |
Jeff Young
|
3deaf902bb
|
Retire the V5 zone fill algorithm.
Fixes https://gitlab.com/kicad/code/kicad/issues/10578
|
2022-02-11 13:10:52 +00:00 |
Jeff Young
|
e84c574830
|
Some more EDA_ANGLE cleanup.
|
2022-01-16 19:16:18 +00:00 |
Jeff Young
|
e26341d424
|
Cleanup.
|
2021-12-23 20:36:18 +00:00 |
Jeff Young
|
f221220fe2
|
Rename layer ids file.
It hasn't had anything to do with colors or visibility for some time
now.
|
2021-07-29 16:03:25 +01:00 |
Jeff Young
|
5fa5a73c6d
|
File open/import progress dialogs.
Fixes https://gitlab.com/kicad/code/kicad/issues/6864
Fixes https://gitlab.com/kicad/code/kicad/issues/2166
|
2021-06-23 23:55:54 +01:00 |
Jeff Young
|
096e342386
|
Prefix TRACK, ARC and VIA.
|
2021-06-11 22:07:02 +01:00 |
Jeff Young
|
16b0147af8
|
Prefix DIMENSION types.
|
2021-06-11 17:59:44 +01:00 |
Simon Richter
|
810a717e4e
|
Remove unused NETINFO_MAPPING member
The legacy plugin no longer implements saving, so no net code renumbering
is needed.
|
2021-05-17 11:54:06 +00:00 |
jean-pierre charras
|
6eb2e2a6e3
|
Fp editor: do not change item UUIDs when loading a footprint from library.
Fixes #8066
https://gitlab.com/kicad/code/kicad/issues/8066
|
2021-03-30 12:58:22 +02:00 |
Wayne Stambaugh
|
6a39b81647
|
Fix the last of broken Doxygen comment specifiers.
|
2021-01-27 17:39:44 -05:00 |
Wayne Stambaugh
|
06aa1506ee
|
Add optional project parameter to PCB plugin load method.
The optional PROJECT parameter is primarily used for third party plugins
that need to store project information loaded by the plugin.
|
2020-12-18 10:40:51 -05:00 |
Jeff Young
|
fd5e1fbdd4
|
Formatting and cleanup.
|
2020-12-04 14:01:54 +00:00 |
Jeff Young
|
86b6afd14b
|
More cleanup of MODULE to see if it fixes SWIG error.
|
2020-11-13 21:07:36 +00:00 |
Jeff Young
|
bdbb68f813
|
MODULE -> FOOTPRINT.
|
2020-11-13 16:04:03 +00:00 |
Jeff Young
|
9106cc19bf
|
Yet another tranche of module -> footprint.
|
2020-11-13 15:16:24 +00:00 |
Jeff Young
|
2cc9dad4ff
|
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
|
f7333ad64a
|
Update some classnames including archaic zone names.
|
2020-11-12 10:31:25 +00:00 |
Michael Kavanagh
|
c40483d18a
|
Cleanup: Move KiCad files into plugins folder
|
2020-10-12 16:36:08 +00:00 |