kicad/cvpcb/dialogs
Wayne Stambaugh b9c296420a Complete library table and library table row refactor.
Derive LIB_TABLE_ROW from boost::noncopyable for use in boost pointer
containers.

Use std::unique_ptr to manage PROPERTIES pointer.

Add clone support for boost pointer containers.

Split common library table code out from FP_LIB_TABLE into base LIB_TABLE
object.  The FP_LIB_TABLE object only contains the code specific to
footprint library tables.

Use boost::vector_ptr for storing library table row objects.

Fix move up and down bugs in footprint library table edit dialog.
2016-11-19 17:16:43 -05:00
..
dialog_config_equfiles.cpp Complete library table and library table row refactor. 2016-11-19 17:16:43 -05:00
dialog_config_equfiles.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
dialog_config_equfiles_base.cpp CvPcb, filtering fp list by wildcard: Remove dialog to enter the filtering pattern. Use a wxTextCtrl permanently shown in toolbar. The fplist is updated immediately after editing the pattern. 2016-02-25 14:57:59 +01:00
dialog_config_equfiles_base.fbp CvPcb, filtering fp list by wildcard: Remove dialog to enter the filtering pattern. Use a wxTextCtrl permanently shown in toolbar. The fplist is updated immediately after editing the pattern. 2016-02-25 14:57:59 +01:00
dialog_config_equfiles_base.h CvPcb, filtering fp list by wildcard: Remove dialog to enter the filtering pattern. Use a wxTextCtrl permanently shown in toolbar. The fplist is updated immediately after editing the pattern. 2016-02-25 14:57:59 +01:00
dialog_cvpcb_config_fbp.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_display_options.cpp Remove legacy option to zoom to selection on middle mouse button 2016-06-11 19:37:43 -04:00
dialog_display_options.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
dialog_display_options_base.cpp Remove legacy option to zoom to selection on middle mouse button 2016-06-11 19:37:43 -04:00
dialog_display_options_base.fbp Remove legacy option to zoom to selection on middle mouse button 2016-06-11 19:37:43 -04:00
dialog_display_options_base.h Remove legacy option to zoom to selection on middle mouse button 2016-06-11 19:37:43 -04:00
fp_conflict_assignment_selector.cpp A few minor fixes for compil warnings (shadowed variables and deprecated auto_ptr) 2016-05-29 17:02:34 +02:00
fp_conflict_assignment_selector.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
fp_conflict_assignment_selector_base.cpp fp conflict assignment selector: fix issue on Linux. 2014-10-29 10:52:39 +01:00
fp_conflict_assignment_selector_base.fbp fp conflict assignment selector: fix issue on Linux. 2014-10-29 10:52:39 +01:00
fp_conflict_assignment_selector_base.h Cvpcb: Add a tool to solve conflict assignments when the schematic netlist and the .cmp file do not contain the same assignment and both are valid fpid. 2014-10-28 16:15:39 +01:00