kicad/pcbnew/exporters
Maciej Suminski f7d00a393b Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode()
Renamed BOARD_CONNECTED_ITEM::SetNet() -> SetNetCode()
Added BOARD_CONNECTED_ITEM::GetNet() for accessing NETINFO_ITEM* of a given item.
Fixed module editor crash when launched to edit a module from a PCB.
Replaced some BOARD::FindNet( item->GetNet() ) calls with BOARD_CONNECTED_ITEM::GetNet().
2014-02-25 11:47:27 +01:00
..
export_d356.cpp Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode() 2014-02-25 11:47:27 +01:00
export_gencad.cpp Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode() 2014-02-25 11:47:27 +01:00
export_idf.cpp Pcbnew: export IDF fixes 2014-01-29 17:42:21 +01:00
export_vrml.cpp remove wxApp()::FindLibraryPath() usages from Pcbnew. Use environment variable substitution. 2014-02-03 15:39:42 -06:00
gen_drill_report_files.cpp Move files relative to export code to subdir exporters. 2014-01-07 21:41:32 +01:00
gen_modules_placefile.cpp Fix compile errors when wx3.x is built with --enable-stl 2014-01-18 03:07:05 -06:00
gendrill_Excellon_writer.cpp Pcbnew: fix bug #1272714 . Code cleanup: use 2 different enums for pad shapes and pad drill shapes. Remove never used pad shape. 2014-01-26 15:20:58 +01:00
gendrill_Excellon_writer.h Move files relative to export code to subdir exporters. 2014-01-07 21:41:32 +01:00
idf.cpp Apply IDF tools patch from Cirilo Bernardo 2014-02-05 10:27:21 +01:00
idf.h Apply IDF tools patch from Cirilo Bernardo 2014-02-05 10:27:21 +01:00
idf_common.cpp Apply IDF tools patch from Cirilo Bernardo 2014-02-05 10:27:21 +01:00
idf_common.h Apply IDF tools patch from Cirilo Bernardo 2014-02-05 10:27:21 +01:00
vrml_board.cpp Move files relative to export code to subdir exporters. 2014-01-07 21:41:32 +01:00
vrml_board.h Move files relative to export code to subdir exporters. 2014-01-07 21:41:32 +01:00