kicad/pcbnew/dialogs
Dick Hollenbeck 25b65b2e3b Consistent with my email posting from a day or two ago, remove the translated
standard layer name support from BOARD::GetLayerName().  This function evolved
in a contorted direction over time, and was being asked to return one of 3
different kinds of layer names, even though it only took a boolean to control
that choice.  

Users are better served by forcing them to get to know the concise new 
English Standard layer names.  This is because these concise names show up
in the "pretty" footprint/module files as the standard representation of
both feature and copper layers.

Change the name of BOARD::GetDefaultLayerName() to GetStandardLayerName().
Drop boolean argument to both BOARD::GetStandardLayerName() and 
BOARD::GetLayerName().
2013-03-19 23:46:32 -05:00
..
dialog_SVG_print.cpp Consistent with my email posting from a day or two ago, remove the translated 2013-03-19 23:46:32 -05:00
dialog_SVG_print.h Pcbnew: enhanced dialog for SVG export 2012-11-16 15:13:31 +01:00
dialog_SVG_print_base.cpp Pcbnew: enhanced dialog for SVG export 2012-11-16 15:13:31 +01:00
dialog_SVG_print_base.fbp Pcbnew: enhanced dialog for SVG export 2012-11-16 15:13:31 +01:00
dialog_SVG_print_base.h Pcbnew: enhanced dialog for SVG export 2012-11-16 15:13:31 +01:00
dialog_block_options_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_block_options_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_block_options_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_cleaning_options.cpp Pcbnew: fix Bug #1148785 (pcbnew crashes when using only one layer in autorouter ) , and a minor bug in dialog cleanup. 2013-03-06 10:04:27 +01:00
dialog_cleaning_options.h Pcbnew: fix Bug #1148785 (pcbnew crashes when using only one layer in autorouter ) , and a minor bug in dialog cleanup. 2013-03-06 10:04:27 +01:00
dialog_cleaning_options_base.cpp Pcbnew: fix Bug #1148785 (pcbnew crashes when using only one layer in autorouter ) , and a minor bug in dialog cleanup. 2013-03-06 10:04:27 +01:00
dialog_cleaning_options_base.fbp Pcbnew: fix Bug #1148785 (pcbnew crashes when using only one layer in autorouter ) , and a minor bug in dialog cleanup. 2013-03-06 10:04:27 +01:00
dialog_cleaning_options_base.h Pcbnew: fix Bug #1148785 (pcbnew crashes when using only one layer in autorouter ) , and a minor bug in dialog cleanup. 2013-03-06 10:04:27 +01:00
dialog_copper_zones.cpp Pcbnew: fix minor bugs. Fix bug 1091593 and 1091693 . Minor code cleaning 2012-12-18 18:50:00 +01:00
dialog_copper_zones_base.cpp Eeschema: fix crash when changing a label type to a global label during creation. 2012-08-02 15:23:53 +02:00
dialog_copper_zones_base.fbp Eeschema: fix crash when changing a label type to a global label during creation. 2012-08-02 15:23:53 +02:00
dialog_copper_zones_base.h Eeschema: fix crash when changing a label type to a global label during creation. 2012-08-02 15:23:53 +02:00
dialog_design_rules.cpp Minor Pcbnew dialog spacing and consistency fixes. (fixes lp:1143465) 2013-03-04 11:04:53 -05:00
dialog_design_rules.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_design_rules_aux_helper_class.h Pcbnew: files housekeeping and code cleanup 2010-11-26 21:00:39 +01:00
dialog_design_rules_base.cpp Pcbnew: designe rule dialog: fix incorect size of track list grid 2013-03-16 12:12:18 +01:00
dialog_design_rules_base.fbp Pcbnew: designe rule dialog: fix incorect size of track list grid 2013-03-16 12:12:18 +01:00
dialog_design_rules_base.h Pcbnew: designe rule dialog: fix incorect size of track list grid 2013-03-16 12:12:18 +01:00
dialog_dimension_editor_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_dimension_editor_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_dimension_editor_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_display_options.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_display_options.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_display_options_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_display_options_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_display_options_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_drc.cpp Pcbnew: Fix unwanted selection clarification popmenu in board editor after double clicking on a DRC Unconnected error 2013-01-07 21:52:15 +01:00
dialog_drc.h Eeschema: Erc dialog: enhancement. Now not modal. 2012-12-10 20:08:09 +01:00
dialog_drc_base.cpp Eeschema: Erc dialog: enhancement. Now not modal. 2012-12-10 20:08:09 +01:00
dialog_drc_base.fbp Eeschema: Erc dialog: enhancement. Now not modal. 2012-12-10 20:08:09 +01:00
dialog_drc_base.h Eeschema: Erc dialog: enhancement. Now not modal. 2012-12-10 20:08:09 +01:00
dialog_drclistbox.h Very minor fixes. 2012-08-03 17:43:15 +02:00
dialog_edit_module_for_BoardEditor.cpp More encapsulation work. 2013-03-18 15:36:07 -04:00
dialog_edit_module_for_BoardEditor.h 3D-viewer: code cleaning. Added option in menu: show a 3D grid. 2012-08-11 14:52:13 +02:00
dialog_edit_module_for_BoardEditor_base.cpp Refinements 2013-03-04 20:31:09 +01:00
dialog_edit_module_for_BoardEditor_base.fbp Refinements 2013-03-04 20:31:09 +01:00
dialog_edit_module_for_BoardEditor_base.h Dialog edit module: remove some wxStaticBoxSizer sizers. 2013-03-04 19:49:32 +01:00
dialog_edit_module_for_Modedit.cpp More encapsulation work. 2013-03-18 15:36:07 -04:00
dialog_edit_module_for_Modedit.h Pcbnew: Add a minimal test for illegal chars in footprints libname (like space and dir separtor) 2012-12-10 12:18:42 +01:00
dialog_edit_module_for_Modedit_base.cpp Refinements 2013-03-04 20:31:09 +01:00
dialog_edit_module_for_Modedit_base.fbp Refinements 2013-03-04 20:31:09 +01:00
dialog_edit_module_for_Modedit_base.h Refinements 2013-03-04 20:15:23 +01:00
dialog_edit_module_text.cpp More encapsulation work. 2013-03-18 15:36:07 -04:00
dialog_edit_module_text_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_edit_module_text_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_edit_module_text_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_exchange_modules_base.cpp wxID_CANCEL, 5 pixel border around sizers, resizable search combobox, dialog_shim usage on a few dialogs 2013-02-22 07:47:35 -06:00
dialog_exchange_modules_base.fbp wxID_CANCEL, 5 pixel border around sizers, resizable search combobox, dialog_shim usage on a few dialogs 2013-02-22 07:47:35 -06:00
dialog_exchange_modules_base.h wxID_CANCEL, 5 pixel border around sizers, resizable search combobox, dialog_shim usage on a few dialogs 2013-02-22 07:47:35 -06:00
dialog_export_vrml.cpp Kicad manager: fix a recent bug: project tree not updated when kicad is launched by a command line with a project name to open. 2013-01-13 17:55:07 +01:00
dialog_export_vrml_base.cpp Kicad manager: fix a recent bug: project tree not updated when kicad is launched by a command line with a project name to open. 2013-01-13 17:55:07 +01:00
dialog_export_vrml_base.fbp Kicad manager: fix a recent bug: project tree not updated when kicad is launched by a command line with a project name to open. 2013-01-13 17:55:07 +01:00
dialog_export_vrml_base.h Kicad manager: fix a recent bug: project tree not updated when kicad is launched by a command line with a project name to open. 2013-01-13 17:55:07 +01:00
dialog_find.cpp Pcbnew encapsulation and code cleaning. 2013-03-13 14:53:58 -04:00
dialog_find_base.cpp Pcbnew: fix incorrect arc export in SVG file export. 2012-06-19 21:25:41 +02:00
dialog_find_base.fbp Very minor fixes. 2012-08-03 17:43:15 +02:00
dialog_find_base.h Pcbnew: fix incorrect arc export in SVG file export. 2012-06-19 21:25:41 +02:00
dialog_footprint_wizard_list.cpp Code cleaning, minor fixes and minor coding style fixes. wxWidgets 2.9.4 compatibility fix( deprecated function MakeModal ) 2012-09-11 21:03:21 +02:00
dialog_footprint_wizard_list.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_footprint_wizard_list.h footprint wizard UI and footprint wizard lists 2012-05-10 01:04:08 +02:00
dialog_footprint_wizard_list_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_footprint_wizard_list_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_fp_lib_table.cpp typos and tooltip 2013-02-15 18:13:35 -06:00
dialog_fp_lib_table_base.cpp typos and tooltip 2013-02-15 18:13:35 -06:00
dialog_fp_lib_table_base.fbp typos and tooltip 2013-02-15 18:13:35 -06:00
dialog_fp_lib_table_base.h more fp lib table work 2013-01-20 21:12:16 -06:00
dialog_freeroute_exchange.cpp Doxygen warning fixes. 2012-12-18 08:54:44 -05:00
dialog_freeroute_exchange.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_freeroute_exchange_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_freeroute_exchange_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_freeroute_exchange_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_freeroute_exchange_help.html minor cleanup. minor enhancements. Finish file housekeeping. add Bug 682586 fix from Mark van Doesburg. 2010-11-29 16:05:01 +01:00
dialog_gen_module_position_file_base.cpp Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click, 2012-12-06 22:53:00 +01:00
dialog_gen_module_position_file_base.fbp Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click, 2012-12-06 22:53:00 +01:00
dialog_gen_module_position_file_base.h Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click, 2012-12-06 22:53:00 +01:00
dialog_gendrill.cpp More encapsulation work. 2013-03-18 15:36:07 -04:00
dialog_gendrill.h Dialog drill file: remove precision choice, because only one choice was acceptable 2012-10-05 21:04:17 +02:00
dialog_gendrill_base.cpp Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 2012-10-13 20:54:33 +02:00
dialog_gendrill_base.fbp Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 2012-10-13 20:54:33 +02:00
dialog_gendrill_base.h Dialog drill file: remove precision choice, because only one choice was acceptable 2012-10-05 21:04:17 +02:00
dialog_general_options.cpp added option to allow zooming around the crosshair instead of the center; can be enabled via options or by holding alt while using the mousewheel 2013-02-02 20:10:48 +01:00
dialog_general_options.h All: new middle mouse pan feature, from lajos kamocsay (and jp charras for some enhancements). 2012-04-11 20:54:20 +02:00
dialog_general_options_BoardEditor_base.cpp Minor dialog spacing, grammar, and sizer fixes. 2013-02-19 14:43:48 -05:00
dialog_general_options_BoardEditor_base.fbp Minor dialog spacing, grammar, and sizer fixes. 2013-02-19 14:43:48 -05:00
dialog_general_options_BoardEditor_base.h Minor dialog spacing, grammar, and UI policy fixes. 2013-02-18 15:14:53 -05:00
dialog_global_deletion.cpp Undo redo change and code cleanup. 2012-02-05 14:02:46 +01:00
dialog_global_deletion.h * Switch to C++'s true and false and away from C" TRUE and FALSE. 2012-01-22 23:17:34 -06:00
dialog_global_deletion_base.cpp Minor dialog spacing, grammar, and UI policy fixes. 2013-02-18 15:14:53 -05:00
dialog_global_deletion_base.fbp Minor dialog spacing, grammar, and UI policy fixes. 2013-02-18 15:14:53 -05:00
dialog_global_deletion_base.h Minor dialog spacing, grammar, and UI policy fixes. 2013-02-18 15:14:53 -05:00
dialog_global_edit_tracks_and_vias.cpp Pcbnew BOARD object encapsulation improvements. 2013-01-09 13:52:44 -05:00
dialog_global_edit_tracks_and_vias.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_global_edit_tracks_and_vias_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_global_edit_tracks_and_vias_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_global_edit_tracks_and_vias_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_global_modules_fields_edition.cpp More encapsulation work. 2013-03-18 15:36:07 -04:00
dialog_global_modules_fields_edition_base.cpp Minor dialog spacing, grammar, and UI policy fixes. 2013-02-18 15:14:53 -05:00
dialog_global_modules_fields_edition_base.fbp Minor dialog spacing, grammar, and UI policy fixes. 2013-02-18 15:14:53 -05:00
dialog_global_modules_fields_edition_base.h Minor dialog spacing, grammar, and UI policy fixes. 2013-02-18 15:14:53 -05:00
dialog_global_pads_edition_base.cpp wxID_CANCEL, 5 pixel border around sizers, resizable search combobox, dialog_shim usage on a few dialogs 2013-02-22 07:47:35 -06:00
dialog_global_pads_edition_base.fbp wxID_CANCEL, 5 pixel border around sizers, resizable search combobox, dialog_shim usage on a few dialogs 2013-02-22 07:47:35 -06:00
dialog_global_pads_edition_base.h wxID_CANCEL, 5 pixel border around sizers, resizable search combobox, dialog_shim usage on a few dialogs 2013-02-22 07:47:35 -06:00
dialog_graphic_item_properties.cpp Base object decoupling improvements. 2013-01-12 12:32:24 -05:00
dialog_graphic_item_properties_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_graphic_item_properties_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_graphic_item_properties_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_graphic_item_properties_for_Modedit.cpp Base object decoupling improvements. 2013-01-12 12:32:24 -05:00
dialog_graphic_items_options.cpp More internal unit improvements. 2012-04-16 13:39:32 -04:00
dialog_graphic_items_options.h Modedit: add dialog to edit footprint body items. Fix also minor issues about footprint body items edition. 2012-02-12 20:39:37 +01:00
dialog_graphic_items_options_base.cpp Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_graphic_items_options_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_graphic_items_options_base.h Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_keepout_area_properties.cpp Enforced EDA_COLOR_T type and minor const-ification 2012-09-02 14:06:47 +02:00
dialog_keepout_area_properties_base.cpp Pcbnew: more about keepout areas: remove keepout for pads option and add keepout for copper zones option. 2012-07-14 18:27:25 +02:00
dialog_keepout_area_properties_base.fbp Pcbnew: more about keepout areas: remove keepout for pads option and add keepout for copper zones option. 2012-07-14 18:27:25 +02:00
dialog_keepout_area_properties_base.h Pcbnew: more about keepout areas: remove keepout for pads option and add keepout for copper zones option. 2012-07-14 18:27:25 +02:00
dialog_layers_setup.cpp Consistent with my email posting from a day or two ago, remove the translated 2013-03-19 23:46:32 -05:00
dialog_layers_setup_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_layers_setup_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_layers_setup_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_mask_clearance.cpp Add a min width parameter to plot solder mask layers. 2012-11-05 21:20:34 +01:00
dialog_mask_clearance.h Add a min width parameter to plot solder mask layers. 2012-11-05 21:20:34 +01:00
dialog_mask_clearance_base.cpp Pcbnew: Add a min width parameter to plot solder mask layers. 2012-11-06 18:58:53 +01:00
dialog_mask_clearance_base.fbp Pcbnew: Add a min width parameter to plot solder mask layers. 2012-11-06 18:58:53 +01:00
dialog_mask_clearance_base.h Pcbnew: Add a min width parameter to plot solder mask layers. 2012-11-06 18:58:53 +01:00
dialog_netlist.cpp Pcbnew encapsulation and code cleaning. 2013-03-13 14:53:58 -04:00
dialog_netlist.h Changes for CvPcb to eeschema stuff file: the stuff file generation from CvPcb is removed. Eeschema now imports footprints names from the .cmp usual file created by CvPcb or by Pcbnew (Why to use 2 file formats for the same thing?) . 2013-02-02 18:39:59 +01:00
dialog_netlist_fbp.cpp Minor dialog and footprint ID class fixes. 2013-02-22 15:03:00 -05:00
dialog_netlist_fbp.fbp Minor dialog and footprint ID class fixes. 2013-02-22 15:03:00 -05:00
dialog_netlist_fbp.h Minor dialog and footprint ID class fixes. 2013-02-22 15:03:00 -05:00
dialog_non_copper_zones_properties_base.cpp Pcbnew: Add keepout areas (Copper zones without tracks or/and vias). 2012-07-13 20:55:29 +02:00
dialog_non_copper_zones_properties_base.fbp Pcbnew: Add keepout areas (Copper zones without tracks or/and vias). 2012-07-13 20:55:29 +02:00
dialog_non_copper_zones_properties_base.h Pcbnew: Add keepout areas (Copper zones without tracks or/and vias). 2012-07-13 20:55:29 +02:00
dialog_orient_footprints.cpp Pcbnew encapsulation and code cleaning. 2013-03-13 14:53:58 -04:00
dialog_orient_footprints_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_orient_footprints_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_orient_footprints_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_pad_properties.cpp Pcbnew pad properties dialog assertion and layout fixes. 2013-02-11 20:07:04 -05:00
dialog_pad_properties_base.cpp Minor dialog spacing, grammar, and UI policy fixes. 2013-02-18 15:14:53 -05:00
dialog_pad_properties_base.fbp Minor dialog spacing, grammar, and UI policy fixes. 2013-02-18 15:14:53 -05:00
dialog_pad_properties_base.h Pcbnew pad properties dialog assertion and layout fixes. 2013-02-11 20:07:04 -05:00
dialog_pcb_text_properties.cpp More encapsulation work. 2013-03-18 15:36:07 -04:00
dialog_pcb_text_properties_base.cpp Add rotation field to pcbnew text item property dialog. 2012-07-09 01:02:00 +03:00
dialog_pcb_text_properties_base.fbp Add rotation field to pcbnew text item property dialog. 2012-07-09 01:02:00 +03:00
dialog_pcb_text_properties_base.h Add rotation field to pcbnew text item property dialog. 2012-07-09 01:02:00 +03:00
dialog_pcbnew_config_libs_and_paths.cpp Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and 2012-11-19 10:19:38 -06:00
dialog_pcbnew_config_libs_and_paths.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_pcbnew_config_libs_and_paths_fbp.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_pcbnew_config_libs_and_paths_fbp.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_pcbnew_config_libs_and_paths_fbp.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_plot.cpp Pcbnew: plot Dialog: add a popup menu (try mouse right click in plot dialog) to selected/unselect groups of layers to plot. 2013-02-21 21:53:50 +01:00
dialog_plot.h Pcbnew: plot Dialog: add a popup menu (try mouse right click in plot dialog) to selected/unselect groups of layers to plot. 2013-02-21 21:53:50 +01:00
dialog_plot_base.cpp Pcbnew: Very minor fix in plot dialog. 2013-02-22 09:04:15 +01:00
dialog_plot_base.fbp Pcbnew: Very minor fix in plot dialog. 2013-02-22 09:04:15 +01:00
dialog_plot_base.h Pcbnew: Very minor fix in plot dialog. 2013-02-22 09:04:15 +01:00
dialog_print_for_modedit.cpp Last (minor) fixes for the stable version 2013-03-13 20:06:46 +01:00
dialog_print_for_modedit_base.cpp Pcbnew: Fix many minor issues in print dialog, mainly in modedit. 2013-03-12 16:17:44 +01:00
dialog_print_for_modedit_base.fbp Pcbnew: Fix many minor issues in print dialog, mainly in modedit. 2013-03-12 16:17:44 +01:00
dialog_print_for_modedit_base.h Pcbnew: Fix many minor issues in print dialog, mainly in modedit. 2013-03-12 16:17:44 +01:00
dialog_print_using_printer.cpp Pcbnew: Fix many minor issues in print dialog, mainly in modedit. 2013-03-12 16:17:44 +01:00
dialog_print_using_printer_base.cpp Remove g_PcbPlotOptions, use wxformbuilder to subclass DIALOG_SHIM on several dialogs 2012-04-05 13:27:56 -05:00
dialog_print_using_printer_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_print_using_printer_base.h Remove g_PcbPlotOptions, use wxformbuilder to subclass DIALOG_SHIM on several dialogs 2012-04-05 13:27:56 -05:00
dialog_scripting.cpp lajos kamocsay compilation patches 2012-04-09 08:53:24 +02:00
dialog_scripting.h Added a starting scripting dialog for tests 2012-03-01 08:21:53 +01:00
dialog_scripting_base.cpp Added a starting scripting dialog for tests 2012-03-01 08:21:53 +01:00
dialog_scripting_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_scripting_base.h Added a starting scripting dialog for tests 2012-03-01 08:21:53 +01:00
dialog_set_grid.fbp Minor dialog spacing, grammar, and UI policy fixes. 2013-02-18 15:14:53 -05:00
dialog_set_grid_base.cpp Minor dialog spacing, grammar, and UI policy fixes. 2013-02-18 15:14:53 -05:00
dialog_set_grid_base.h Minor dialog spacing, grammar, and UI policy fixes. 2013-02-18 15:14:53 -05:00