kicad/pcbnew/plugins/altium
Thomas Pointhuber 744bc0bd18 altium: Fix pcb arc import using a hack with PCB_SHAPE as intermediate object
It would be nice to not use the workaround with PCB_SHAPE, but better than creating wrong geometries in the first place. This should be improved when I'm more in the mood to think about geometric.
2022-01-25 22:24:01 +01:00
..
CMakeLists.txt Bump minimum required CMake version to 3.11 2022-01-01 21:35:08 -05:00
altium_circuit_maker_plugin.cpp altium: Move file loading from altium_pcb into altium_*_plugin 2022-01-17 19:54:27 +01:00
altium_circuit_maker_plugin.h File open/import progress dialogs. 2021-06-23 23:55:54 +01:00
altium_circuit_studio_plugin.cpp altium: Move file loading from altium_pcb into altium_*_plugin 2022-01-17 19:54:27 +01:00
altium_circuit_studio_plugin.h File open/import progress dialogs. 2021-06-23 23:55:54 +01:00
altium_designer_plugin.cpp altium: First prototype to parse tracks of a footprint 2022-01-17 19:54:28 +01:00
altium_designer_plugin.h altium: Allow extraction of names of footprints stored in *.PcbLib file 2022-01-17 19:51:51 +01:00
altium_parser.ksy altium: extend documentation so we can parse Altium *.PcbLib files in the future 2022-01-17 19:51:51 +01:00
altium_parser_pcb.cpp altium: Move file loading from altium_pcb into altium_*_plugin 2022-01-17 19:54:27 +01:00
altium_parser_pcb.h Another batch of point changes 2022-01-01 13:17:12 -05:00
altium_pcb.cpp altium: Fix pcb arc import using a hack with PCB_SHAPE as intermediate object 2022-01-25 22:24:01 +01:00
altium_pcb.h altium: Refactor shape based region parsing to make it reusable for footprint import 2022-01-25 21:54:25 +01:00
altium_rule_transformer.cpp add missing include for wxWidgets 3.1.4 2021-03-21 17:35:20 +01:00
altium_rule_transformer.h Fix ALTIUM_RULE_TOKEN qa test failure 2021-06-24 05:58:24 +00:00