kicad/3d-viewer
Wayne Stambaugh 61b4f8a9eb Pcbnew NETLIST_READER improvements.
* 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.
2013-04-25 12:29:35 -04:00
..
3d_aux.cpp 3d viewer: code cleaning. Display options are now stored in config. 2012-12-15 09:52:02 +01:00
3d_canvas.cpp 3d viewer: code cleaning. Display options are now stored in config. 2012-12-15 09:52:02 +01:00
3d_canvas.h 3d viewer: code cleaning. Display options are now stored in config. 2012-12-15 09:52:02 +01:00
3d_class.cpp 3D-viewer: code cleanup. 2012-08-21 12:45:54 +02:00
3d_draw.cpp Removed arbitrary MAX_LAYER_ROWS limit (only used in one assertion, anyway) 2013-04-06 18:46:03 +02:00
3d_draw_basic_functions.cpp Pcbnew, dialog SVG export: Fix Pcbnew crash when opening the dialog. 2013-04-25 09:05:33 +02:00
3d_draw_basic_functions.h Pcbnew: fix compil error I created in my previous commit. 2012-09-12 13:11:30 +02:00
3d_frame.cpp MacOSX: deleted obsolete code 2012-12-23 11:57:02 +01:00
3d_read_mesh.cpp Fix X3D patch commit coding policy issues. 2013-03-28 12:51:22 -04:00
3d_struct.h Commit patch for x3d file reader (with minor changes). Commit other minor patches and fixes 2013-03-27 19:34:23 +01:00
3d_toolbar.cpp All: change some texts and messages hard to translate, or not translatable (and some incorrect messages). 2013-04-05 09:38:00 +02:00
3d_viewer.h 3d viewer: code cleaning. Display options are now stored in config. 2012-12-15 09:52:02 +01:00
3d_viewer_id.h 3D viewer: 2012-08-26 15:59:55 +02:00
CMakeLists.txt Commit patch for x3d file reader (with minor changes). Commit other minor patches and fixes 2013-03-27 19:34:23 +01:00
info3d_visu.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
info3d_visu.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
modelparsers.h Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
trackball.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2() 2012-09-21 12:02:54 -05:00
trackball.h Use double instead float when possible, ande code cleaning. 2008-10-30 10:55:46 +00:00
vrmlmodelparser.cpp Fix X3D patch commit coding policy issues. 2013-03-28 12:51:22 -04:00
x3dmodelparser.cpp Fix X3D patch commit coding policy issues. 2013-03-28 12:51:22 -04:00