7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-01-22 09:52:41 +00:00
kicad/pcbnew/pcb_io/altium
Seth Hillbrand e4d2dbb7a7 Strip extra library data when importing Altium
Altium stores (or can store) full information about the absolute
location of libraries for each footprint in their board files.  Since
KiCad only stores an alias, we have no place to keep the full path.
Just keeping the filename should be enough for most cases and still
allows the user to disambiguate manually after import without crowding
the UI.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/15593
2025-01-12 17:07:49 -08:00
..
altium_parser_pcb.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
altium_parser_pcb.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
altium_parser.ksy Initial rename of file plugin infrastructure components to IO 2023-12-24 01:22:21 +00:00
altium_pcb_compound_file.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
altium_pcb_compound_file.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
altium_pcb.cpp Strip extra library data when importing Altium 2025-01-12 17:07:49 -08:00
altium_pcb.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
altium_rule_transformer.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
altium_rule_transformer.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
CMakeLists.txt Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
pcb_io_altium_circuit_maker.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_io_altium_circuit_maker.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_io_altium_circuit_studio.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_io_altium_circuit_studio.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_io_altium_designer.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_io_altium_designer.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_io_solidworks.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_io_solidworks.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00