..
examples
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago
CMakeLists.txt
Fix parallel build issue when KICAD_SKIP_BOOST=ON.
11 years ago
pcad2kicad_common.cpp
Minor fixes: remove a few useless includes and move a few others to the right file. Remove a few coverity warnings about not initialized members.
11 years ago
pcad2kicad_common.h
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago
pcad_plugin.cpp
*) Implement "Copy On Write" (COW) support in GITHUB_PLUGIN. See class header
12 years ago
pcad_plugin.h
*) Implement "Copy On Write" (COW) support in GITHUB_PLUGIN. See class header
12 years ago
pcb.cpp
Remove a few coverity warnings. Fix some comments which were incorrect, due to the changes in code. Remove not compiled code (kept as comments), now outdated or useless
11 years ago
pcb.h
1) Add 32 Cu Layers.
12 years ago
pcb_arc.cpp
Fix Pcad to kicad circle conversion.
11 years ago
pcb_arc.h
Migrated the interfaces accepting angles to the double type
13 years ago
pcb_callbacks.h
1) Add 32 Cu Layers.
12 years ago
pcb_component.cpp
1) Add 32 Cu Layers.
12 years ago
pcb_component.h
1) Add 32 Cu Layers.
12 years ago
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.
13 years ago
pcb_copper_pour.h
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago
pcb_cutout.cpp
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago
pcb_cutout.h
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago
pcb_keepout.cpp
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago
pcb_keepout.h
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago
pcb_line.cpp
Try to fix Bug #1431391 (Unable to edit pins in Schematic library editor). It happens on XFCE, but also on Unity. This fix works on Unity. (it is due to the fact the dialog is not raised, for an unknown reason, and this bug depend on the way Eeschema and Libedit are run).
11 years ago
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.
13 years ago
pcb_module.cpp
Eeschema: extend max number of units per package to 52 and clean code to easily extend this value upto 26x26 (but 52 is a reasonable max value).
11 years ago
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.
13 years ago
pcb_net.cpp
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago
pcb_net.h
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago
pcb_pad.cpp
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
10 years ago
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.
13 years ago
pcb_pad_shape.cpp
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago
pcb_pad_shape.h
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago
pcb_plane.cpp
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago
pcb_plane.h
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago
pcb_polygon.cpp
Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode()
12 years ago
pcb_polygon.h
More Pcbnew footprint library table work in progress.
13 years ago
pcb_text.cpp
Fix pcad2kicad issue, from A. Lunev, and a minor code cleaning in component_references_lister.cpp.
13 years ago
pcb_text.h
Pcbnew: Pcad2kicad: remove dead code.
13 years ago
pcb_via.cpp
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago
pcb_via.h
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago
pcb_via_shape.cpp
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago
pcb_via_shape.h
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago
s_expr_loader.cpp
pcad2kicadpcb: check for file format
13 years ago
s_expr_loader.h
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago