kicad/common/io
Wayne Stambaugh 9e4efe5d72 Fix Eagle board import when footprint library versions exist.
This was a crude hack that appends the library URN ordinal to the name of
the footprint so that it can be correctly looked up by the "element" node.
The Eagle XML DTD does not make it clear how the URN "ASSET_ID" and
"VERSION" are used to look up the appropriate "ASSET_TYPE" so this is a
best guess and seems to work correctly.

The inferred edge clearance dialog had to be disabled when importing third
party boards because on GTK (and possibly other platforms) the dialog would
completely hang KiCad preventing the imported board and possible schematic
from being saved.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/12897

(cherry picked from commit 34ec57958d)
2024-03-15 07:59:20 -04:00
..
altium Support Altium Schematic ASCII import 2024-03-15 01:17:49 +03:00
cadstar
common
eagle Fix Eagle board import when footprint library versions exist. 2024-03-15 07:59:20 -04:00
easyeda EasyEDA Std: support multiple schematic sheets. 2024-03-15 01:17:50 +03:00
easyedapro EasyEDA Pro import: make sure to use UTF-8 for project.json and device.json. 2024-03-03 21:51:32 +03:00
kicad void Prettify(): fix a bug in a corner case, when a string ends with '\' 2024-01-28 16:07:52 +01:00
io_base.cpp Push library reading check to IO_BASE 2023-12-27 16:44:45 +00:00
io_utils.cpp
io_utils.h