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
dialog_config_equfiles_base.fbp
dialog_config_equfiles_base.h
dialog_cvpcb_config_fbp.h
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
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_base.fbp
fp_conflict_assignment_selector_base.h