kicad/pcbnew/exporters
Maciej Suminski 75026d8754 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:40:34 +01:00
..
export_d356.cpp Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode() 2014-02-25 11:40:34 +01:00
export_gencad.cpp Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode() 2014-02-25 11:40:34 +01:00
export_idf.cpp IDF export: fix incorrect rotation of flipped items. 2014-02-07 17:01:46 +01:00
export_vrml.cpp Remove some fully outdated code (#pragma, from Henner Zeller's report, and some other things) 2014-02-18 12:41:53 +01: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 IDF export: fix incorrect rotation of flipped items. 2014-02-07 17:01:46 +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