..
examples
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
CMakeLists.txt
[MacOSX] New reorg for building system, typos and path refines
2014-02-19 22:39:21 +01:00
pcad2kicad_common.cpp
Fix pcad2kicad issue, from A. Lunev, and a minor code cleaning in component_references_lister.cpp.
2013-06-12 21:43:22 +02:00
pcad2kicad_common.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
pcad_plugin.cpp
*) Implement "Copy On Write" (COW) support in GITHUB_PLUGIN. See class header
2013-11-27 00:04:04 -06:00
pcad_plugin.h
*) Implement "Copy On Write" (COW) support in GITHUB_PLUGIN. See class header
2013-11-27 00:04:04 -06:00
pcb.cpp
Removed D_PAD::SetNetname() function and D_PAD::m_Netname, D_PAD::m_ShortNetname fields.
2014-01-14 10:41:52 +01:00
pcb.h
Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number.
2013-03-31 15:27:46 +02:00
pcb_arc.cpp
Pcbnew: fix Bug #1255568 (relative to .pos file creation). Minor compil warnings fixes
2013-11-27 20:38:59 +01:00
pcb_arc.h
Migrated the interfaces accepting angles to the double type
2013-05-05 09:17:48 +02:00
pcb_callbacks.h
Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number.
2013-03-31 15:27:46 +02:00
pcb_component.cpp
Factored layer utility functions: classification, layer flip and mask flip
2013-04-05 21:04:58 +02:00
pcb_component.h
Factored layer utility functions: classification, layer flip and mask flip
2013-04-05 21:04:58 +02:00
pcb_copper_pour.cpp
Pcbnew: Partial merge from pcad2kicad (from Alexander Lunev). Fix an old bug related to pads with offset: sometimes the connection to a zone was not detected.
2013-03-09 20:36:31 +01:00
pcb_copper_pour.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_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
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.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
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_line.cpp
Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode()
2014-02-25 11:40:34 +01:00
pcb_line.h
Pcbnew: Partial merge from pcad2kicad (from Alexander Lunev). Fix an old bug related to pads with offset: sometimes the connection to a zone was not detected.
2013-03-09 20:36:31 +01:00
pcb_module.cpp
Convert footprint definitions from wxString to FPID.
2013-09-08 14:31:21 -04:00
pcb_module.h
Pcbnew: Partial merge from pcad2kicad (from Alexander Lunev). Fix an old bug related to pads with offset: sometimes the connection to a zone was not detected.
2013-03-09 20:36:31 +01: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
TRACK/SEGVIA cleanup
2014-04-25 08:00:04 +02:00
pcb_pad.h
Pcbnew: Partial merge from pcad2kicad (from Alexander Lunev). Fix an old bug related to pads with offset: sometimes the connection to a zone was not detected.
2013-03-09 20:36:31 +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
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_plane.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_plane.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_polygon.cpp
Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode()
2014-02-25 11:40:34 +01:00
pcb_polygon.h
More Pcbnew footprint library table work in progress.
2013-05-28 12:54:59 -04:00
pcb_text.cpp
Fix pcad2kicad issue, from A. Lunev, and a minor code cleaning in component_references_lister.cpp.
2013-06-12 21:43:22 +02:00
pcb_text.h
Pcbnew: Pcad2kicad: remove dead code.
2013-02-13 18:19:46 +01: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
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.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
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
s_expr_loader.cpp
pcad2kicadpcb: check for file format
2013-06-25 11:05:51 -05: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