• 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
..
3d_aux.cpp Loading commit data...
3d_canvas.cpp Loading commit data...
3d_canvas.h Loading commit data...
3d_class.cpp Loading commit data...
3d_draw.cpp Loading commit data...
3d_draw_basic_functions.cpp Loading commit data...
3d_draw_basic_functions.h Loading commit data...
3d_frame.cpp Loading commit data...
3d_read_mesh.cpp Loading commit data...
3d_struct.h Loading commit data...
3d_toolbar.cpp Loading commit data...
3d_viewer.h Loading commit data...
3d_viewer_id.h Loading commit data...
CMakeLists.txt Loading commit data...
info3d_visu.cpp Loading commit data...
info3d_visu.h Loading commit data...
modelparsers.h Loading commit data...
trackball.cpp Loading commit data...
trackball.h Loading commit data...
vrmlmodelparser.cpp Loading commit data...
x3dmodelparser.cpp Loading commit data...