• Wayne Stambaugh's avatar
    Pcbnew NETLIST_READER improvements. · 61b4f8a9
    Wayne Stambaugh authored
    * Create separate NETLIST object to hold contents of netlist files.
    * Read entire netlist and footprint link files before making applying
      changes to board.
    * Add BOARD::ReplaceNetlist() function to eliminate the calls between the
      NETLIST_READER, PCB_EDIT_FRAME, and BOARD objects.
    * Change placement of new components below the center of the current board
      or in the center of the page if the BOARD is empty.
    * Add dry run option to netlist dialog to print changes to message control
      without making changes.
    * Add button to netlist dialog to allow saving contents of message control
      to a file.
    * Eliminate the need to compile netlist_reader_*.cpp in both CvPcb and Pcbnew.
    * Add netlist_reader_*.cpp to the pcbcommon library.
    * Remove redundant load component link file code from CvPcb.
    * Modify CvPcb new to work with the new NETLIST_READER object.
    * Add compare() function and < and == operators to FPID object.
    * Add REPORTER class to hide an underlying string writing implementation for
      use in low level objects.  Thank you Dick for the idea.
    * Lots of minor coding policy, Doxygen comment, and missing license fixes.
    61b4f8a9
Name
Last commit
Last update
..
dialogs Loading commit data...
CMakeLists.txt Loading commit data...
Info.plist Loading commit data...
autosel.cpp Loading commit data...
cfg.cpp Loading commit data...
class_DisplayFootprintsFrame.cpp Loading commit data...
class_DisplayFootprintsFrame.h Loading commit data...
class_components_listbox.cpp Loading commit data...
class_footprints_listbox.cpp Loading commit data...
common_help_msg.h Loading commit data...
cvframe.cpp Loading commit data...
cvpcb.cpp Loading commit data...
cvpcb.h Loading commit data...
cvpcb.icns Loading commit data...
cvpcb.rc Loading commit data...
cvpcb_doc.icns Loading commit data...
cvpcb_id.h Loading commit data...
cvpcb_mainframe.h Loading commit data...
cvstruct.h Loading commit data...
listboxes.cpp Loading commit data...
loadcmp.cpp Loading commit data...
menubar.cpp Loading commit data...
read_write_cmpfile.cpp Loading commit data...
readschematicnetlist.cpp Loading commit data...
readwrite_dlgs.cpp Loading commit data...
setvisu.cpp Loading commit data...
tool_cvpcb.cpp Loading commit data...