kicad/cvpcb
Wayne Stambaugh ce409e3699 CvPcb footprint library table implementation.
* Add code to CvPcb to handle assigning component footprints from the
  footprint library table instead of the search path method.
* Add code to CvPcb to allow editing of the footprint library table.
* CvPcb footprint and component panes display fully qualified FPID names.
* Make CvPcb library pane display footprint library table nicknames instead
  of library file names.
* Add code to FP_LIB_TABLE object to test the paths in the table against the
  list of libraries loaded from the project file.
* Add code to FP_LIB_TABLE to convert assigned footprints in a NETLIST from
  legacy format to footprint library table format.
* Split out COMPONENT_NET, COMPONENT, and NETLIST objects from netlist_reader
  files and create new pcb_netlist files.
* Fix minor wxListView scroll bar sizing issues.
* Add new token and code to save and load FPID nickname in board file.
* Add new token and code to save and load FPID nickname in s-expression net
  list file.
* Add WX_STRING_REPORT object to dump strings to a wxString object.
2013-09-14 16:33:22 -04:00
..
dialogs Add filtering footprint list by library to CvPcb 2013-05-31 13:33:46 -04:00
CMakeLists.txt CvPcb footprint library table implementation. 2013-09-14 16:33:22 -04:00
Info.plist Minor UI changes that affect OS X, see CHANGELOG.txt 2011-05-12 20:47:56 +02:00
autosel.cpp Convert footprint definitions from wxString to FPID. 2013-09-08 14:31:21 -04:00
cfg.cpp CvPcb footprint library table implementation. 2013-09-14 16:33:22 -04:00
class_DisplayFootprintsFrame.cpp CvPcb footprint library table implementation. 2013-09-14 16:33:22 -04:00
class_DisplayFootprintsFrame.h Post Pcbnew NETLIST_READER change clean up. 2013-04-26 11:11:52 -04:00
class_components_listbox.cpp CvPcb focus and status bar improvements. 2013-06-08 12:06:26 -04:00
class_footprints_listbox.cpp CvPcb footprint library table implementation. 2013-09-14 16:33:22 -04:00
class_library_listbox.cpp CvPcb footprint library table implementation. 2013-09-14 16:33:22 -04:00
common_help_msg.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
cvframe.cpp CvPcb footprint library table implementation. 2013-09-14 16:33:22 -04:00
cvpcb.cpp Footprint library table ground work. 2013-09-06 08:17:33 -04:00
cvpcb.h CvPcb footprint library table implementation. 2013-09-14 16:33:22 -04:00
cvpcb.icns [MacOSX] Updated Icons - Document ones still missing :( 2012-09-27 19:20:44 +02:00
cvpcb.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
cvpcb_doc.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
cvpcb_id.h CvPcb footprint library table implementation. 2013-09-14 16:33:22 -04:00
cvpcb_mainframe.h CvPcb footprint library table implementation. 2013-09-14 16:33:22 -04:00
cvstruct.h CvPcb footprint library table implementation. 2013-09-14 16:33:22 -04:00
listboxes.cpp CvPcb filtering and other minor improvements. 2013-06-06 11:37:48 -04:00
menubar.cpp CvPcb footprint library table implementation. 2013-09-14 16:33:22 -04:00
readwrite_dlgs.cpp CvPcb footprint library table implementation. 2013-09-14 16:33:22 -04:00
tool_cvpcb.cpp CvPcb filtering and other minor improvements. 2013-06-06 11:37:48 -04:00