kicad/pcbnew/plugins/altium
Jeff Young 28e16fbdb9 Don't do layer trimming when importing Altium footprint libraries.
It's unclear (to me) what the long-term solution should be here --
Kicad can't currently show any FP layers other than F.Cu, B.Cu, and
In1.Cu -- but that might change.
2023-09-15 14:54:05 +01:00
..
CMakeLists.txt ADDED: Initial support for importing Solidworks PCB files 2023-06-19 11:57:33 -04:00
altium_circuit_maker_plugin.cpp altium: verify that file contains "Compound File Binary Format" magic bytes, as we do not support the ASCII format 2023-08-18 14:47:08 +02:00
altium_circuit_maker_plugin.h altium: verify that file contains "Compound File Binary Format" magic bytes, as we do not support the ASCII format 2023-08-18 14:47:08 +02:00
altium_circuit_studio_plugin.cpp altium: verify that file contains "Compound File Binary Format" magic bytes, as we do not support the ASCII format 2023-08-18 14:47:08 +02:00
altium_circuit_studio_plugin.h altium: verify that file contains "Compound File Binary Format" magic bytes, as we do not support the ASCII format 2023-08-18 14:47:08 +02:00
altium_designer_plugin.cpp Speed up footprint loading by caching 2023-09-06 19:15:35 +00:00
altium_designer_plugin.h Speed up footprint loading by caching 2023-09-06 19:15:35 +00:00
altium_parser.ksy altium: support keepout restrictions in Arcs, Fills and Regions 2022-03-11 19:15:58 +01:00
altium_parser_pcb.cpp Altium PCB import: support dashed outlines (Region kind 2) 2023-07-22 22:38:05 +05:00
altium_parser_pcb.h Altium PCB import: support dashed outlines (Region kind 2) 2023-07-22 22:38:05 +05:00
altium_pcb.cpp Don't do layer trimming when importing Altium footprint libraries. 2023-09-15 14:54:05 +01:00
altium_pcb.h Speed up Altium compound file reader 2023-09-06 19:15:35 +00:00
altium_rule_transformer.cpp More wide-string declarations. 2022-02-05 22:03:04 +00:00
altium_rule_transformer.h Fix ALTIUM_RULE_TOKEN qa test failure 2021-06-24 05:58:24 +00:00
solidworks_pcb_plugin.cpp altium: verify that file contains "Compound File Binary Format" magic bytes, as we do not support the ASCII format 2023-08-18 14:47:08 +02:00
solidworks_pcb_plugin.h altium: verify that file contains "Compound File Binary Format" magic bytes, as we do not support the ASCII format 2023-08-18 14:47:08 +02:00