kicad/eeschema/dialogs
jean-pierre charras de9161be85 Larger dialog size. 2018-01-11 14:21:36 +01:00
..
dialog_annotate.cpp Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
dialog_annotate_base.cpp Fix a few shadowed local variables and deprecated warnings in dialogs (using a very recent wxformbuilder version). 2016-05-10 08:56:03 +02:00
dialog_annotate_base.fbp Eeschema: improve netlist generation useability. 2015-06-23 09:55:16 -04:00
dialog_annotate_base.h Fix a few shadowed local variables and deprecated warnings in dialogs (using a very recent wxformbuilder version). 2016-05-10 08:56:03 +02:00
dialog_bom.cpp Add size control to HTML_MESSAGE_BOX. Fix incorrect default size of a few dialogs. 2018-01-11 10:48:52 +01:00
dialog_bom_base.cpp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_bom_base.fbp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_bom_base.h Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_bom_cfg.keywords Eeschema: add dialog and utilities to create BOMs from generic netlist 2013-06-14 16:59:52 +02:00
dialog_bom_editor.cpp Fix loop variable copy in for-range loop, use const reference instead 2018-01-09 19:18:44 -05:00
dialog_bom_editor.h Fix incorrect handling of wxID_CANCEL and Close events in DIALOG_BOM_EDITOR. 2017-06-07 18:43:53 +02:00
dialog_bom_editor_base.cpp DIALOG_BOM_EDITOR: DPI-independent size 2018-01-06 20:37:49 -07:00
dialog_bom_editor_base.fbp DIALOG_BOM_EDITOR: DPI-independent size 2018-01-06 20:37:49 -07:00
dialog_bom_editor_base.h DIALOG_BOM_EDITOR: DPI-independent size 2018-01-06 20:37:49 -07:00
dialog_bom_help.html Eeschema: enhancement on Windows: adds a show console option for BOM plugin execution (needed for instance by python plugins which are run with pythonw) 2016-03-31 08:28:16 +02:00
dialog_choose_component.cpp eeschema: neatly wrap placeholder text in symbol chooser 2018-01-07 19:30:56 -07:00
dialog_choose_component.h Symbol chooser: base default size on font for DPI flexibility 2018-01-05 22:02:05 -07:00
dialog_edit_component_in_lib.cpp UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_edit_component_in_lib.h Gray out "Units are not interchangeable" if 1 unit 2016-11-18 11:42:42 +01:00
dialog_edit_component_in_lib_base.cpp UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_edit_component_in_lib_base.fbp UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_edit_component_in_lib_base.h UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_edit_component_in_schematic.cpp eeschema: make footprint preview optional 2018-01-03 18:28:44 -07:00
dialog_edit_component_in_schematic_fbp.cpp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_edit_component_in_schematic_fbp.fbp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_edit_component_in_schematic_fbp.h UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_edit_components_libid.cpp Add size control to HTML_MESSAGE_BOX. Fix incorrect default size of a few dialogs. 2018-01-11 10:48:52 +01:00
dialog_edit_components_libid_base.cpp UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_edit_components_libid_base.fbp UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_edit_components_libid_base.h UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_edit_label.cpp Enable tab navigation and shift-return-for-OK in multiline text controls for text objects. 2017-12-31 09:08:42 -05:00
dialog_edit_label_base.cpp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_edit_label_base.fbp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_edit_label_base.h Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_edit_libentry_fields_in_lib.cpp minor fix: use right parent to show the symbol or footprint viewer in dialog 2018-01-01 18:06:02 +01:00
dialog_edit_libentry_fields_in_lib_base.cpp UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_edit_libentry_fields_in_lib_base.fbp UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_edit_libentry_fields_in_lib_base.h UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_edit_line_style.cpp A few cosmetic enhancements in dialog_edit_line_style 2017-11-15 20:28:44 +01:00
dialog_edit_line_style.h A few cosmetic enhancements in dialog_edit_line_style 2017-11-15 20:28:44 +01:00
dialog_edit_line_style_base.cpp Eeschema: Show abbreviated units 2017-11-17 08:20:00 +01:00
dialog_edit_line_style_base.fbp Eeschema: Show abbreviated units 2017-11-17 08:20:00 +01:00
dialog_edit_line_style_base.h Eeschema: Show abbreviated units 2017-11-17 08:20:00 +01:00
dialog_edit_one_field.cpp Removed unnecessary debug messages 2018-01-10 12:03:53 +01:00
dialog_edit_one_field.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
dialog_eeschema_options.cpp Implement primitive icon scaling for high DPI 2018-01-10 21:26:06 -07:00
dialog_eeschema_options.h Implement primitive icon scaling for high DPI 2018-01-10 21:26:06 -07:00
dialog_eeschema_options_base.cpp Implement primitive icon scaling for high DPI 2018-01-10 21:26:06 -07:00
dialog_eeschema_options_base.fbp Implement primitive icon scaling for high DPI 2018-01-10 21:26:06 -07:00
dialog_eeschema_options_base.h Implement primitive icon scaling for high DPI 2018-01-10 21:26:06 -07:00
dialog_erc.cpp Eeschema: don't cleanup unseen schematics 2017-11-30 10:01:34 -05:00
dialog_erc.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
dialog_erc_base.cpp Eeschema: fix default ERC dialog tab. 2017-12-28 14:17:47 -05:00
dialog_erc_base.fbp Eeschema: fix default ERC dialog tab. 2017-12-28 14:17:47 -05:00
dialog_erc_base.h Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_global_sym_lib_table_config.cpp Fix quotes in UI messages 2017-12-15 07:33:07 -05:00
dialog_global_sym_lib_table_config.h Eeschema: add global symbol library configuration dialog. 2017-08-04 15:51:53 -04:00
dialog_global_sym_lib_table_config_base.cpp Eeschema: add global symbol library configuration dialog. 2017-08-04 15:51:53 -04:00
dialog_global_sym_lib_table_config_base.fbp Eeschema: add global symbol library configuration dialog. 2017-08-04 15:51:53 -04:00
dialog_global_sym_lib_table_config_base.h Eeschema: add global symbol library configuration dialog. 2017-08-04 15:51:53 -04:00
dialog_lib_edit_draw_item.cpp MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 2017-01-29 23:51:35 +01:00
dialog_lib_edit_draw_item.fbp Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_lib_edit_draw_item.h More missing source license fixes. 2014-10-21 11:48:00 -04:00
dialog_lib_edit_draw_item_base.cpp Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_lib_edit_draw_item_base.h Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_lib_edit_pin.cpp Changed COLOR4D defines to static consts 2017-02-22 17:35:00 +01:00
dialog_lib_edit_pin.h Eeschema: editors: show the pin position (when clicking on it) in message panel. 2016-10-18 18:59:26 +02:00
dialog_lib_edit_pin_base.cpp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_lib_edit_pin_base.fbp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_lib_edit_pin_base.h Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_lib_edit_pin_table.cpp Enable long names for pin numbers and pads 2017-09-19 18:19:49 +02:00
dialog_lib_edit_pin_table.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
dialog_lib_edit_pin_table_base.cpp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_lib_edit_pin_table_base.fbp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_lib_edit_pin_table_base.h Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_lib_edit_text.cpp Fix field align settings in dialogs of Eeschema. 2017-11-11 19:48:28 +01:00
dialog_lib_edit_text.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
dialog_lib_edit_text_base.cpp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_lib_edit_text_base.fbp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_lib_edit_text_base.h Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_lib_new_component.cpp MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 2017-01-29 23:51:35 +01:00
dialog_lib_new_component.fbp UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_lib_new_component.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
dialog_lib_new_component_base.cpp UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_lib_new_component_base.h UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_libedit_options.cpp Implement primitive icon scaling for high DPI 2018-01-10 21:26:06 -07:00
dialog_libedit_options.h Implement primitive icon scaling for high DPI 2018-01-10 21:26:06 -07:00
dialog_libedit_options_base.cpp Implement primitive icon scaling for high DPI 2018-01-10 21:26:06 -07:00
dialog_libedit_options_base.fbp Implement primitive icon scaling for high DPI 2018-01-10 21:26:06 -07:00
dialog_libedit_options_base.h Implement primitive icon scaling for high DPI 2018-01-10 21:26:06 -07:00
dialog_netlist.cpp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_netlist_base.cpp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_netlist_base.fbp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_netlist_base.h Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_plot_schematic.cpp Fix quotes in UI messages 2017-12-15 07:33:07 -05:00
dialog_plot_schematic.h rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions. 2017-11-16 15:53:30 +01:00
dialog_plot_schematic_base.cpp fix minor typo 2017-07-22 13:46:18 +02:00
dialog_plot_schematic_base.fbp fix minor typo 2017-07-22 13:46:18 +02:00
dialog_plot_schematic_base.h fix minor typo 2017-07-22 13:46:18 +02:00
dialog_print_using_printer.cpp Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 2017-02-22 17:35:00 +01:00
dialog_print_using_printer_base.cpp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_print_using_printer_base.fbp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_print_using_printer_base.h Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_rescue_each.cpp Fix several dialogs with bad default sizing 2018-01-06 14:39:17 -07:00
dialog_rescue_each_base.cpp Fix several dialogs with bad default sizing 2018-01-06 14:39:17 -07:00
dialog_rescue_each_base.fbp Fix several dialogs with bad default sizing 2018-01-06 14:39:17 -07:00
dialog_rescue_each_base.h Fix several dialogs with bad default sizing 2018-01-06 14:39:17 -07:00
dialog_sch_edit_sheet_pin.cpp MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 2017-01-29 23:51:35 +01:00
dialog_sch_edit_sheet_pin.h Rename enum TypeSheetLabel to PINSHEETLABEL_SHAPE (Better name, and in accordance with our coding style policy) 2016-02-28 19:16:59 +01:00
dialog_sch_edit_sheet_pin_base.cpp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_sch_edit_sheet_pin_base.fbp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_sch_edit_sheet_pin_base.h Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_sch_sheet_props.cpp MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 2017-01-29 23:51:35 +01:00
dialog_sch_sheet_props.fbp DIALOG_UPDATE_FIELDS: make it resizable and fix a few very minor UI policy issues. 2017-12-24 10:38:10 +01:00
dialog_sch_sheet_props.h More missing source license fixes. 2014-10-21 11:48:00 -04:00
dialog_sch_sheet_props_base.cpp DIALOG_UPDATE_FIELDS: make it resizable and fix a few very minor UI policy issues. 2017-12-24 10:38:10 +01:00
dialog_sch_sheet_props_base.h DIALOG_UPDATE_FIELDS: make it resizable and fix a few very minor UI policy issues. 2017-12-24 10:38:10 +01:00
dialog_schematic_find.cpp Eeschema: always enable Replace All when there is a search term 2016-01-12 10:57:17 -05:00
dialog_schematic_find.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
dialog_schematic_find_base.cpp Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_schematic_find_base.fbp Very minor fix: double shortcut key fix in dialog_schematic_find_base.cpp 2016-02-01 11:42:33 +01:00
dialog_schematic_find_base.h Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_signal_list.cpp MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 2017-01-29 23:51:35 +01:00
dialog_signal_list.h Changed the simulator code license to GPLv3+ 2016-08-11 14:41:43 +02:00
dialog_signal_list_base.cpp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_signal_list_base.fbp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_signal_list_base.h Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_sim_settings.cpp MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 2017-01-29 23:51:35 +01:00
dialog_sim_settings.h Simulator dialogs: Fix incorrect handling of Validate(), which was called for all widgets by the default wxID_OK button handler. It is now called only for the active page of these dialogs (as wanted in code), therefore only for used widgets. 2016-09-17 14:38:34 +02:00
dialog_sim_settings_base.cpp UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_sim_settings_base.fbp UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_sim_settings_base.h UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_spice_model.cpp Alternative fix for lp:1741050 2018-01-08 16:02:34 +01:00
dialog_spice_model.h Spice Model Editor upgrades 2017-10-27 16:53:04 +02:00
dialog_spice_model_base.cpp UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_spice_model_base.fbp UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_spice_model_base.h UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_sym_lib_table.cpp Larger dialog size. 2018-01-11 14:21:36 +01:00
dialog_sym_lib_table.h Added 'Browse Library' button to Symbol Library Table dialog 2017-11-18 20:05:54 +01:00
dialog_sym_lib_table_base.cpp Added 'Browse Library' button to Symbol Library Table dialog 2017-11-18 20:05:54 +01:00
dialog_sym_lib_table_base.fbp Added 'Browse Library' button to Symbol Library Table dialog 2017-11-18 20:05:54 +01:00
dialog_sym_lib_table_base.h Added 'Browse Library' button to Symbol Library Table dialog 2017-11-18 20:05:54 +01:00
dialog_symbol_remap.cpp Eeschema: fix library naming bugs in symbol rescuer and re-mapper. 2018-01-10 16:04:32 -05:00
dialog_symbol_remap.h Eeschema: minor remapping improvements. 2018-01-03 11:25:19 -05:00
dialog_symbol_remap_base.cpp Minor symbol remapping fixes. 2017-12-22 08:03:49 -05:00
dialog_symbol_remap_base.fbp Minor symbol remapping fixes. 2017-12-22 08:03:49 -05:00
dialog_symbol_remap_base.h Minor symbol remapping fixes. 2017-12-22 08:03:49 -05:00
dialog_update_fields.cpp DIALOG_UPDATE_FIELDS: make it resizable and fix a few very minor UI policy issues. 2017-12-24 10:38:10 +01:00
dialog_update_fields.h Added a dialog to select fields to be updated 2017-10-02 15:57:23 +02:00
dialog_update_fields_base.cpp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_update_fields_base.fbp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dialog_update_fields_base.h Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00