kicad/pcbnew/pcad2kicadpcb_plugin
Eldar Khayrullin 897702b2dc pcad2kicadpcb_plugin: prepend numerical Ref with '.'
Kicad (EESchema) doesn't support only numerical references (like '1').
Prepend with '.' same references (convert reference '1' to '.1').
2017-12-17 10:58:29 +01:00
..
examples Python interface: add methods to add or remove layers to/from a layer set. Usefull to modify the layer set of pads 2016-02-24 09:45:34 +01:00
CMakeLists.txt Fix parallel build issue when KICAD_SKIP_BOOST=ON. 2014-10-07 14:10:01 -04:00
pcad2kicad_common.cpp pcad2kicadpcb_plugin: prepend numerical Ref with '.' 2017-12-17 10:58:29 +01:00
pcad2kicad_common.h pcad2kicadpcb_plugin: prepend numerical Ref with '.' 2017-12-17 10:58:29 +01:00
pcad_plugin.cpp Fix P-Cad importer plugin warnings 2017-12-14 18:52:05 +01:00
pcad_plugin.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
pcb.cpp Fix P-Cad importer plugin warnings 2017-12-14 18:52:05 +01:00
pcb.h Fix P-Cad importer plugin warnings 2017-12-14 18:52:05 +01:00
pcb_arc.cpp further DLIST/Iterators cleanup, some code formatting 2017-06-23 11:12:37 +02:00
pcb_arc.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
pcb_callbacks.h Refactor layer enumerations to all live in the same place 2017-03-30 16:01:48 -04:00
pcb_component.cpp 1) Add 32 Cu Layers. 2014-06-24 11:17:18 -05:00
pcb_component.h Refactor layer enumerations to all live in the same place 2017-03-30 16:01:48 -04:00
pcb_copper_pour.cpp Fix P-Cad importer plugin warnings 2017-12-14 18:52:05 +01:00
pcb_copper_pour.h Fix P-Cad importer plugin warnings 2017-12-14 18:52:05 +01:00
pcb_cutout.cpp Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef 2012-12-29 10:54:25 +01:00
pcb_cutout.h Fix P-Cad importer plugin warnings 2017-12-14 18:52:05 +01:00
pcb_keepout.cpp Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef 2012-12-29 10:54:25 +01:00
pcb_keepout.h pcad2kicadpcb_plugin: fix compiling warning `override` 2017-12-14 18:52:11 +01:00
pcb_line.cpp further DLIST/Iterators cleanup, some code formatting 2017-06-23 11:12:37 +02:00
pcb_line.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
pcb_module.cpp pcad2kicadpcb_plugin: prepend numerical Ref with '.' 2017-12-17 10:58:29 +01:00
pcb_module.h Renamed D_PAD::{Set,Get}PadName() to D_PAD::{Set,Get}Name() 2017-09-19 18:23:50 +02:00
pcb_net.cpp Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef 2012-12-29 10:54:25 +01:00
pcb_net.h Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef 2012-12-29 10:54:25 +01:00
pcb_pad.cpp pcad2kicadpcb: import solder mask for Mounting Holes 2017-11-06 10:23:23 +01:00
pcb_pad.h Fix P-Cad importer plugin warnings 2017-12-14 18:52:05 +01:00
pcb_pad_shape.cpp Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef 2012-12-29 10:54:25 +01:00
pcb_pad_shape.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
pcb_plane.cpp Fix P-Cad importer plugin warnings 2017-12-14 18:52:05 +01:00
pcb_plane.h Fix P-Cad importer plugin warnings 2017-12-14 18:52:05 +01:00
pcb_polygon.cpp Fix P-Cad importer plugin warnings 2017-12-14 18:52:05 +01:00
pcb_polygon.h Fix P-Cad importer plugin warnings 2017-12-14 18:52:05 +01:00
pcb_text.cpp EDA_TEXT object refactor. 2017-01-25 08:03:32 -05:00
pcb_text.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
pcb_via.cpp Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef 2012-12-29 10:54:25 +01:00
pcb_via.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
pcb_via_shape.cpp Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef 2012-12-29 10:54:25 +01:00
pcb_via_shape.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
s_expr_loader.cpp Fix Bug #1545668 (Pcbnew can't open P-CAD ASCII files) 2016-02-17 16:38:30 +01:00
s_expr_loader.h Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef 2012-12-29 10:54:25 +01:00