kicad/eeschema/dialogs
Wayne Stambaugh 283cfa67ff Set default button on all dialogs. Fixes lp:665703
* Set default button on all dialogs that do not already have a defined
  default button.  The only exception is the EESchema net list dialog
  which needs converted over to wxFormBuilder and due to it's design makes
  setting the default button in any tab other than the default tab
  problematic.
* Fix escape key dialog handling bug in EESchema print post script
  dialog.
2011-03-14 11:17:18 -04:00
..
annotate_dialog.cpp Dialog annotate changes to use new annotation algorithm. 2011-01-04 21:27:52 +01:00
annotate_dialog.h Dialog annotate changes to use new annotation algorithm. 2011-01-04 21:27:52 +01:00
dialog_SVG_print.cpp EESchema improvements and other minor fixes. 2011-02-04 21:21:11 -05:00
dialog_SVG_print.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
dialog_SVG_print_base.cpp More EESchema dialog file housekeeping 2010-11-17 16:47:27 -05:00
dialog_SVG_print_base.fbp More EESchema dialog file housekeeping 2010-11-17 16:47:27 -05:00
dialog_SVG_print_base.h More EESchema dialog file housekeeping 2010-11-17 16:47:27 -05:00
dialog_annotate_base.cpp Dialog annotate changes to use new annotation algorithm. 2011-01-04 21:27:52 +01:00
dialog_annotate_base.fbp Dialog annotate changes to use new annotation algorithm. 2011-01-04 21:27:52 +01:00
dialog_annotate_base.h Dialog annotate changes to use new annotation algorithm. 2011-01-04 21:27:52 +01:00
dialog_build_BOM.cpp eeschema: minor fix russian GOST compact form BOM out 2011-03-12 07:20:32 +03:00
dialog_build_BOM.h eeschema: add russian GOST compact form BOM output 2011-03-11 19:57:57 +03:00
dialog_build_BOM_base.cpp More EESchema dialog file housekeeping 2010-11-17 16:47:27 -05:00
dialog_build_BOM_base.fbp More EESchema dialog file housekeeping 2010-11-17 16:47:27 -05:00
dialog_build_BOM_base.h More EESchema dialog file housekeeping 2010-11-17 16:47:27 -05:00
dialog_color_config.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
dialog_color_config.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
dialog_edit_component_in_lib.cpp Add copy constructors and cloning to schematic objects and other minor fixes. 2010-12-21 10:13:09 -05:00
dialog_edit_component_in_lib.h More EESchema dialog file housekeeping and coding policy fixes. 2010-11-19 11:28:46 -05:00
dialog_edit_component_in_lib_base.cpp More EESchema dialog file housekeeping. 2010-11-18 16:10:52 -05:00
dialog_edit_component_in_lib_base.fbp More EESchema dialog file housekeeping. 2010-11-18 16:10:52 -05:00
dialog_edit_component_in_lib_base.h More EESchema dialog file housekeeping. 2010-11-18 16:10:52 -05:00
dialog_edit_component_in_schematic.cpp Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 2011-02-28 19:36:19 +01:00
dialog_edit_component_in_schematic.h Use logical cursor position and other minor changes. 2011-02-02 14:01:21 -05:00
dialog_edit_component_in_schematic_fbp.cpp Eeschema: in component properties dialog, add control for fields texts justification, like in Libedit. 2010-12-21 13:41:17 +01:00
dialog_edit_component_in_schematic_fbp.fbp Eeschema: in component properties dialog, add control for fields texts justification, like in Libedit. 2010-12-21 13:41:17 +01:00
dialog_edit_component_in_schematic_fbp.h Eeschema: in component properties dialog, add control for fields texts justification, like in Libedit. 2010-12-21 13:41:17 +01:00
dialog_edit_label.cpp EESchema and other minor code improvements. 2011-03-02 20:58:12 -05:00
dialog_edit_label.h Minor fixes and lots of coding policy changes. 2010-12-08 15:12:46 -05:00
dialog_edit_label_base.cpp Eeschema: minor enhancements 2010-12-22 15:11:01 +01:00
dialog_edit_label_base.fbp Eeschema: minor enhancements 2010-12-22 15:11:01 +01:00
dialog_edit_label_base.h Eeschema: minor enhancements 2010-12-22 15:11:01 +01:00
dialog_edit_libentry_fields_in_lib.cpp Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 2011-02-28 19:36:19 +01:00
dialog_edit_libentry_fields_in_lib_base.cpp Eeschema: in component properties dialog, add control for fields texts justification, like in Libedit. 2010-12-21 13:41:17 +01:00
dialog_edit_libentry_fields_in_lib_base.fbp Eeschema: in component properties dialog, add control for fields texts justification, like in Libedit. 2010-12-21 13:41:17 +01:00
dialog_edit_libentry_fields_in_lib_base.h Eeschema: in component properties dialog, add control for fields texts justification, like in Libedit. 2010-12-21 13:41:17 +01:00
dialog_eeschema_config.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
dialog_eeschema_config.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
dialog_eeschema_config_fbp.cpp More EESchema dialog file housekeeping and coding policy fixes. 2010-11-19 11:28:46 -05:00
dialog_eeschema_config_fbp.fbp Very minor fixes: fix some warnings in Debug mode. 2011-01-27 21:24:57 +01:00
dialog_eeschema_config_fbp.h More EESchema dialog file housekeeping and coding policy fixes. 2010-11-19 11:28:46 -05:00
dialog_eeschema_options.cpp Minor fixes and lots of coding policy changes. 2010-12-08 15:12:46 -05:00
dialog_eeschema_options.h Minor fixes and lots of coding policy changes. 2010-12-08 15:12:46 -05:00
dialog_eeschema_options_base.cpp Set default button on all dialogs. Fixes lp:665703 2011-03-14 11:17:18 -04:00
dialog_eeschema_options_base.fbp Set default button on all dialogs. Fixes lp:665703 2011-03-14 11:17:18 -04:00
dialog_eeschema_options_base.h Very minor fixes: fix some warnings in Debug mode. 2011-01-27 21:24:57 +01:00
dialog_erc.cpp Schematic editor locate item changes and other minor fixes. 2011-03-10 14:36:30 -05:00
dialog_erc.h Minor fixes and lots of coding policy changes. 2010-12-08 15:12:46 -05:00
dialog_erc_base.cpp EESchema file name and location house keeping. 2010-11-11 16:10:27 -05:00
dialog_erc_base.fbp EESchema file name and location house keeping. 2010-11-11 16:10:27 -05:00
dialog_erc_base.h EESchema file name and location house keeping. 2010-11-11 16:10:27 -05:00
dialog_lib_edit_draw_item.cpp More EESchema dialog file housekeeping 2010-11-17 16:47:27 -05:00
dialog_lib_edit_draw_item.fbp Cosmetic enhancements. Eeschema: in libedit the Value Field is n more editable in the field editor dialog (due to recent changes in library code) 2010-12-04 13:56:19 +01:00
dialog_lib_edit_draw_item.h More EESchema dialog file housekeeping 2010-11-17 16:47:27 -05:00
dialog_lib_edit_draw_item_base.cpp More EESchema dialog file housekeeping 2010-11-17 16:47:27 -05:00
dialog_lib_edit_draw_item_base.h More EESchema dialog file housekeeping 2010-11-17 16:47:27 -05:00
dialog_lib_edit_pin.cpp Set default button on all dialogs. Fixes lp:665703 2011-03-14 11:17:18 -04:00
dialog_lib_edit_pin.h Eeschema: fix bug 676532. Minor enhancements. 2010-11-17 19:41:20 +01:00
dialog_lib_edit_pin_base.cpp Eeschema: fix bug 676532. Minor enhancements. 2010-11-17 19:41:20 +01:00
dialog_lib_edit_pin_base.fbp Eeschema: fix bug 676532. Minor enhancements. 2010-11-17 19:41:20 +01:00
dialog_lib_edit_pin_base.h Eeschema: fix bug 676532. Minor enhancements. 2010-11-17 19:41:20 +01:00
dialog_lib_edit_text.cpp Eeschema: fix bug in dialog_lib_edit_text (OnOkClick method never called). 2010-12-07 12:42:58 +01:00
dialog_lib_edit_text.h More EESchema dialog file housekeeping and coding policy fixes. 2010-11-19 11:28:46 -05:00
dialog_lib_edit_text_base.cpp Eeschema: fix bug in dialog_lib_edit_text (OnOkClick method never called). 2010-12-07 12:42:58 +01:00
dialog_lib_edit_text_base.fbp Eeschema: fix bug in dialog_lib_edit_text (OnOkClick method never called). 2010-12-07 12:42:58 +01:00
dialog_lib_edit_text_base.h Eeschema: fix bug in dialog_lib_edit_text (OnOkClick method never called). 2010-12-07 12:42:58 +01:00
dialog_lib_new_component.cpp More EESchema dialog file housekeeping and coding policy fixes. 2010-11-20 16:59:00 -05:00
dialog_lib_new_component.fbp More EESchema dialog file housekeeping and coding policy fixes. 2010-11-20 16:59:00 -05:00
dialog_lib_new_component.h More EESchema dialog file housekeeping and coding policy fixes. 2010-11-20 16:59:00 -05:00
dialog_lib_new_component_base.cpp More EESchema dialog file housekeeping and coding policy fixes. 2010-11-20 16:59:00 -05:00
dialog_lib_new_component_base.h More EESchema dialog file housekeeping and coding policy fixes. 2010-11-20 16:59:00 -05:00
dialog_libedit_dimensions.cpp More EESchema dialog file housekeeping and coding policy fixes. 2010-11-19 11:28:46 -05:00
dialog_libedit_dimensions.h Added missing header file from previous commit. 2010-11-19 11:45:23 -05:00
dialog_libedit_dimensions_base.cpp More EESchema dialog file housekeeping and coding policy fixes. 2010-11-19 11:28:46 -05:00
dialog_libedit_dimensions_base.fbp More EESchema dialog file housekeeping and coding policy fixes. 2010-11-19 11:28:46 -05:00
dialog_libedit_dimensions_base.h More EESchema dialog file housekeeping and coding policy fixes. 2010-11-19 11:28:46 -05:00
dialog_plot_schematic_DXF.cpp Set default button on all dialogs. Fixes lp:665703 2011-03-14 11:17:18 -04:00
dialog_plot_schematic_DXF_base.cpp Eeschema: added dialog_plot_schematic_DXF_base.* 2010-10-26 11:24:31 +02:00
dialog_plot_schematic_DXF_base.fbp Eeschema: added dialog_plot_schematic_DXF_base.* 2010-10-26 11:24:31 +02:00
dialog_plot_schematic_DXF_base.h Eeschema: added dialog_plot_schematic_DXF_base.* 2010-10-26 11:24:31 +02:00
dialog_plot_schematic_HPGL.cpp Set default button on all dialogs. Fixes lp:665703 2011-03-14 11:17:18 -04:00
dialog_plot_schematic_HPGL_base.cpp Eeschema: converted HPGL plot dialog from Dialogblocks to wxFormBuilder 2010-10-26 10:22:38 +02:00
dialog_plot_schematic_HPGL_base.fbp Eeschema: converted HPGL plot dialog from Dialogblocks to wxFormBuilder 2010-10-26 10:22:38 +02:00
dialog_plot_schematic_HPGL_base.h Eeschema: converted HPGL plot dialog from Dialogblocks to wxFormBuilder 2010-10-26 10:22:38 +02:00
dialog_plot_schematic_PS.cpp Set default button on all dialogs. Fixes lp:665703 2011-03-14 11:17:18 -04:00
dialog_plot_schematic_PS_base.cpp Set default button on all dialogs. Fixes lp:665703 2011-03-14 11:17:18 -04:00
dialog_plot_schematic_PS_base.fbp Set default button on all dialogs. Fixes lp:665703 2011-03-14 11:17:18 -04:00
dialog_plot_schematic_PS_base.h Eeschema: converted HPGL plot dialog from Dialogblocks to wxFormBuilder 2010-10-26 10:22:38 +02:00
dialog_print_using_printer.cpp Use wxDC for all coordinate manipulations. 2011-01-30 17:22:38 -05:00
dialog_print_using_printer.h Minor fixes and lots of coding policy changes. 2010-12-08 15:12:46 -05:00
dialog_print_using_printer_base.cpp EESchema file name and location house keeping. 2010-11-11 16:10:27 -05:00
dialog_print_using_printer_base.fbp EESchema file name and location house keeping. 2010-11-11 16:10:27 -05:00
dialog_print_using_printer_base.h EESchema file name and location house keeping. 2010-11-11 16:10:27 -05:00
dialog_sch_edit_sheet_pin.cpp More EESchema dialog file housekeeping and coding policy fixes. 2010-11-20 16:59:00 -05:00
dialog_sch_edit_sheet_pin.h More EESchema dialog file housekeeping and coding policy fixes. 2010-11-20 16:59:00 -05:00
dialog_sch_edit_sheet_pin_base.cpp Eeschema: minor enhancements 2010-12-22 15:11:01 +01:00
dialog_sch_edit_sheet_pin_base.fbp Eeschema: minor enhancements 2010-12-22 15:11:01 +01:00
dialog_sch_edit_sheet_pin_base.h Eeschema: minor enhancements 2010-12-22 15:11:01 +01:00
dialog_sch_find.fbp EESchema find dialog improvements. 2011-02-03 16:57:02 -05:00
dialog_sch_sheet_props.cpp More EESchema dialog file housekeeping and coding policy fixes. 2010-11-20 16:59:00 -05:00
dialog_sch_sheet_props.fbp Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_sch_sheet_props.h More EESchema dialog file housekeeping and coding policy fixes. 2010-11-20 16:59:00 -05:00
dialog_sch_sheet_props_base.cpp Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_sch_sheet_props_base.h Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_schematic_find.cpp EESchema find dialog improvements. 2011-02-03 16:57:02 -05:00
dialog_schematic_find.h EESchema find dialog improvements. 2011-02-03 16:57:02 -05:00
dialog_schematic_find_base.cpp EESchema find dialog improvements. 2011-02-03 16:57:02 -05:00
dialog_schematic_find_base.h EESchema find dialog improvements. 2011-02-03 16:57:02 -05:00