kicad/eeschema/dialogs
Wayne Stambaugh ebd53cd45c Eeschema: fix text justification terminology.
Use justification instead of orientation relative to the anchor point when
describing text direction and alignment.  This seems to be the preferred
method by most users so hopefully this will eliminate some confusion.

Fix a bug in the s-expression schematic parser that failed to take into
account how graphical text alignment is defined for graphic text objects
compared to label text objects.

Fixes https://gitlab.com/kicad/code/kicad/issues/6489
2021-05-14 13:44:17 -04:00
..
dialog_annotate.cpp CHANGED: Reannotation in eeschema now always keeps symbol units 2021-04-30 11:03:21 +00:00
dialog_annotate_base.cpp CHANGED: Reannotation in eeschema now always keeps symbol units 2021-04-30 11:03:21 +00:00
dialog_annotate_base.fbp CHANGED: Reannotation in eeschema now always keeps symbol units 2021-04-30 11:03:21 +00:00
dialog_annotate_base.h Implement more precise annotation-required messages. 2021-01-30 16:31:27 +00:00
dialog_bom.cpp Eeschema: fix BOM path bug in stand alone mode. 2021-05-06 15:42:38 -04:00
dialog_bom_base.cpp Eeschema: overhaul storage of BOM plugin settings 2021-02-24 22:45:42 -05:00
dialog_bom_base.fbp Eeschema: overhaul storage of BOM plugin settings 2021-02-24 22:45:42 -05:00
dialog_bom_base.h Eeschema: overhaul storage of BOM plugin settings 2021-02-24 22:45:42 -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_help.md Eeschema: replace dialog_bom_help.html by dialog_bom_help.md The .md files are smaller and translatable. 2019-12-29 11:16:18 +01:00
dialog_bom_help_md.h Add automatically generated files needed for translations. 2020-01-29 18:47:06 +01:00
dialog_bus_manager.cpp Fix Bus Management UI flow on macOS 2021-02-24 01:32:29 +00:00
dialog_bus_manager.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
dialog_change_symbols.cpp Naming conventions. 2021-05-05 22:58:40 +01:00
dialog_change_symbols.h Add Update Symbol Fields dialog for derived symbols. 2021-02-14 12:15:26 +00:00
dialog_change_symbols_base.cpp Add option for text updating to Update Symbol. 2021-02-22 00:36:40 +00:00
dialog_change_symbols_base.fbp Add option for text updating to Update Symbol. 2021-02-22 00:36:40 +00:00
dialog_change_symbols_base.h Add option for text updating to Update Symbol. 2021-02-22 00:36:40 +00:00
dialog_choose_symbol.cpp Ensure clipboard data is available after KiCad closes 2021-05-03 19:38:31 +01:00
dialog_choose_symbol.h Naming conventions. 2021-05-05 22:58:40 +01:00
dialog_edit_components_libid.cpp Bug fixes for fields when editing a symbol from the schematic. 2021-04-09 17:14:53 +01:00
dialog_edit_components_libid_base.cpp typo 2021-02-19 10:35:25 +01:00
dialog_edit_components_libid_base.fbp typo 2021-02-19 10:35:25 +01:00
dialog_edit_components_libid_base.h DIALOG_EDIT_COMPONENTS_LIBID: do not replace fields by default. 2021-02-19 09:37:53 +01:00
dialog_edit_label.cpp Fix some typos and improve wording 2021-03-02 19:13:49 +01:00
dialog_edit_label.h Flesh out object properties and DRC Rule syntax help. 2020-09-05 17:44:59 +01:00
dialog_edit_label_base.cpp Eeschema: fix text justification terminology. 2021-05-14 13:44:17 -04:00
dialog_edit_label_base.fbp Eeschema: fix text justification terminology. 2021-05-14 13:44:17 -04:00
dialog_edit_label_base.h Eeschema: fix text justification terminology. 2021-05-14 13:44:17 -04:00
dialog_edit_line_style.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
dialog_edit_line_style.h Better support of mixed states in Line Style dialog. 2020-08-18 19:05:30 +01:00
dialog_edit_line_style_base.cpp Better support of mixed states in Line Style dialog. 2020-08-18 19:05:30 +01:00
dialog_edit_line_style_base.fbp Better support of mixed states in Line Style dialog. 2020-08-18 19:05:30 +01:00
dialog_edit_line_style_base.h Better support of mixed states in Line Style dialog. 2020-08-18 19:05:30 +01:00
dialog_edit_one_field.cpp Eeschema: fix value and footprint field update bug. 2021-05-06 07:13:26 -04:00
dialog_edit_one_field.h Naming conventions. 2021-05-05 22:58:40 +01:00
dialog_eeschema_page_settings.cpp check on exit 2021-05-04 13:57:45 +00:00
dialog_eeschema_page_settings.h Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
dialog_erc.cpp Naming conventions. 2021-05-05 22:58:40 +01:00
dialog_erc.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
dialog_erc_base.cpp Implement more precise annotation-required messages. 2021-01-30 16:31:27 +00:00
dialog_erc_base.fbp Implement more precise annotation-required messages. 2021-01-30 16:31:27 +00:00
dialog_erc_base.h Implement more precise annotation-required messages. 2021-01-30 16:31:27 +00:00
dialog_fields_editor_global.cpp Naming conventions. 2021-05-05 22:58:40 +01:00
dialog_fields_editor_global.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
dialog_fields_editor_global_base.cpp Remove canonical name column from view and make sash more obvious. 2020-12-12 15:27:46 +00:00
dialog_fields_editor_global_base.fbp Remove canonical name column from view and make sash more obvious. 2020-12-12 15:27:46 +00:00
dialog_fields_editor_global_base.h Naming conventions (including some component -> symbol). 2020-11-15 20:23:15 +00:00
dialog_global_edit_text_and_graphics.cpp Naming conventions. 2021-05-05 22:58:40 +01:00
dialog_global_edit_text_and_graphics_base.cpp Don't change must match between FormBuilder and C++ code. 2021-04-16 18:20:55 +01:00
dialog_global_edit_text_and_graphics_base.fbp Don't change must match between FormBuilder and C++ code. 2021-04-16 18:20:55 +01:00
dialog_global_edit_text_and_graphics_base.h Allow applying global edit actions to selected items only 2021-02-14 18:39:33 -05:00
dialog_global_sym_lib_table_config.cpp Improve symbol library messages. 2020-12-18 12:49:20 +00:00
dialog_global_sym_lib_table_config.h Move headers from common folders to appropriate include folders round 2. 2020-12-17 11:44:03 -05:00
dialog_junction_props.cpp Remove transitive inclusion of bitmaps.h 2021-03-07 16:08:57 -05:00
dialog_junction_props.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
dialog_junction_props_base.cpp Better support for mixed styles in Junction Properties dialog. 2020-08-18 19:05:30 +01:00
dialog_junction_props_base.fbp Better support for mixed styles in Junction Properties dialog. 2020-08-18 19:05:30 +01:00
dialog_junction_props_base.h Better support for mixed styles in Junction Properties dialog. 2020-08-18 19:05:30 +01:00
dialog_lib_edit_draw_item.cpp Fix default line width for symbol editor graphic items, add validation 2021-03-16 13:50:41 +00:00
dialog_lib_edit_draw_item.h Fix default line width for symbol editor graphic items, add validation 2021-03-16 13:50:41 +00:00
dialog_lib_edit_draw_item_base.cpp Libedit: Fix broken handling of "common to all bodu style" property of lib draw items. 2018-10-20 12:38:36 +02:00
dialog_lib_edit_draw_item_base.fbp Libedit: fix a bug in edit graphic item properties: 2019-07-01 12:36:46 +02:00
dialog_lib_edit_draw_item_base.h Libedit: Fix broken handling of "common to all bodu style" property of lib draw items. 2018-10-20 12:38:36 +02:00
dialog_lib_edit_pin_table.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
dialog_lib_edit_pin_table.h Added visible column to pins table 2021-01-14 21:03:51 +00:00
dialog_lib_edit_pin_table_base.cpp Added visible column to pins table 2021-01-14 21:03:51 +00:00
dialog_lib_edit_pin_table_base.fbp Added visible column to pins table 2021-01-14 21:03:51 +00:00
dialog_lib_edit_pin_table_base.h Added visible column to pins table 2021-01-14 21:03:51 +00:00
dialog_lib_edit_text.cpp DIALOG_LIB_EDIT_TEXT: Remove useless code creating a wxWidgets alert. Fixes https://gitlab.com/kicad/code/kicad/issues/8093 2021-04-03 17:58:11 +02:00
dialog_lib_edit_text.h DIALOG_LIB_EDIT_TEXT: Remove useless code creating a wxWidgets alert. Fixes https://gitlab.com/kicad/code/kicad/issues/8093 2021-04-03 17:58:11 +02:00
dialog_lib_edit_text_base.cpp DIALOG_LIB_EDIT_TEXT: Remove useless code creating a wxWidgets alert. Fixes https://gitlab.com/kicad/code/kicad/issues/8093 2021-04-03 17:58:11 +02:00
dialog_lib_edit_text_base.fbp DIALOG_LIB_EDIT_TEXT: Remove useless code creating a wxWidgets alert. Fixes https://gitlab.com/kicad/code/kicad/issues/8093 2021-04-03 17:58:11 +02:00
dialog_lib_edit_text_base.h DIALOG_LIB_EDIT_TEXT: Remove useless code creating a wxWidgets alert. Fixes https://gitlab.com/kicad/code/kicad/issues/8093 2021-04-03 17:58:11 +02:00
dialog_lib_new_component.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_lib_new_component.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
dialog_lib_new_component_base.cpp Symbol editor: add tool tip to clarify interchangeable symbol units. 2020-12-07 17:52:01 -05:00
dialog_lib_new_component_base.fbp Symbol editor: add tool tip to clarify interchangeable symbol units. 2020-12-07 17:52:01 -05:00
dialog_lib_new_component_base.h Symbol editor: add tool tip to clarify interchangeable symbol units. 2020-12-07 17:52:01 -05:00
dialog_lib_symbol_properties.cpp Bug fixes for fields when editing a symbol from the schematic. 2021-04-09 17:14:53 +01:00
dialog_lib_symbol_properties.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
dialog_lib_symbol_properties_base.cpp Fix wording of interchangeable units 2021-01-05 17:37:08 -08:00
dialog_lib_symbol_properties_base.fbp Fix wording of interchangeable units 2021-01-05 17:37:08 -08:00
dialog_lib_symbol_properties_base.h Fix wording of interchangeable units 2021-01-05 17:37:08 -08:00
dialog_migrate_buses.cpp Remove duplicated TestDanglingEnds routines. 2020-12-06 21:24:16 +00:00
dialog_migrate_buses.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
dialog_migrate_buses_base.cpp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_migrate_buses_base.fbp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_migrate_buses_base.h Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_netlist.cpp Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 2021-05-01 19:32:15 +02:00
dialog_netlist_base.cpp Remove Run Simulator command from Export Spice Netlist. 2019-08-04 16:25:36 -06:00
dialog_netlist_base.fbp Add a file browser to the Sheet Properties dialog. 2019-08-26 00:45:34 +01:00
dialog_netlist_base.h Remove Run Simulator command from Export Spice Netlist. 2019-08-04 16:25:36 -06:00
dialog_pin_properties.cpp Fix many cases of old mils flag getting interpreted as allowEval flag. 2021-03-12 15:15:50 +00:00
dialog_pin_properties.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
dialog_pin_properties_base.cpp ADDED alternate pin definitions and assignments. 2020-08-21 18:29:36 +01:00
dialog_pin_properties_base.fbp ADDED alternate pin definitions and assignments. 2020-08-21 18:29:36 +01:00
dialog_pin_properties_base.h ADDED alternate pin definitions and assignments. 2020-08-21 18:29:36 +01:00
dialog_plot_schematic.cpp Lock project files when opening; open locked projects read-only 2021-04-02 19:29:56 -04:00
dialog_plot_schematic.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
dialog_plot_schematic_base.cpp Fix wxWidgets alerts 2021-05-02 16:02:33 +02:00
dialog_plot_schematic_base.fbp Fix wxWidgets alerts 2021-05-02 16:02:33 +02:00
dialog_plot_schematic_base.h Worksheet -> (industry standard) Drawing Sheet. 2021-02-22 17:35:46 +00:00
dialog_print_using_printer.cpp Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
dialog_print_using_printer_base.cpp Minor simplification to custom colour theme GUI for print/plot dialogs. 2020-08-28 14:15:58 +01:00
dialog_print_using_printer_base.fbp Minor simplification to custom colour theme GUI for print/plot dialogs. 2020-08-28 14:15:58 +01:00
dialog_print_using_printer_base.h Minor simplification to custom colour theme GUI for print/plot dialogs. 2020-08-28 14:15:58 +01:00
dialog_rescue_each.cpp SCH_COMPONENT::GetField() expects a vector index, not a field id. 2021-02-28 15:10:37 +00:00
dialog_rescue_each_base.cpp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_rescue_each_base.fbp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_rescue_each_base.h Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_sch_import_settings.cpp Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 2021-05-01 19:32:15 +02:00
dialog_sch_import_settings.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
dialog_sch_import_settings_base.cpp Eeschema: minor dialog and panel layout fixes. 2020-11-14 07:40:17 -05:00
dialog_sch_import_settings_base.fbp Eeschema: minor dialog and panel layout fixes. 2020-11-14 07:40:17 -05:00
dialog_sch_import_settings_base.h Eeschema: minor dialog and panel layout fixes. 2020-11-14 07:40:17 -05:00
dialog_schematic_find.cpp Correctly de-highlight found items when closing Find dialog. 2020-09-24 18:46:25 +01:00
dialog_schematic_find.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
dialog_schematic_find_base.cpp A bunch of fixes to Eeschema Find/Replace. 2020-04-18 14:43:08 +01:00
dialog_schematic_find_base.fbp A bunch of fixes to Eeschema Find/Replace. 2020-04-18 14:43:08 +01:00
dialog_schematic_find_base.h A bunch of fixes to Eeschema Find/Replace. 2020-04-18 14:43:08 +01:00
dialog_schematic_setup.cpp Move headers from common folders to appropriate include folders round 1. 2020-12-17 08:12:18 -05:00
dialog_schematic_setup.h Migrate RC_ITEM to use shared_ptr 2020-08-13 14:50:59 +02:00
dialog_sheet_pin_properties.cpp Eeschema: split out SCH_SHEET_PIN declarations into separate header. 2021-04-06 17:15:49 -04:00
dialog_sheet_pin_properties.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
dialog_sheet_pin_properties_base.cpp Remove formbuild URL from hypertext links. 2021-01-07 15:12:19 +00:00
dialog_sheet_pin_properties_base.fbp Remove formbuild URL from hypertext links. 2021-01-07 15:12:19 +00:00
dialog_sheet_pin_properties_base.h Move a couple more dialogs to QuasiModal for syntax help. 2020-10-29 22:55:33 +00:00
dialog_sheet_properties.cpp Don't nag the user about file extensions. Just fix it. 2021-03-29 22:11:35 +01:00
dialog_sheet_properties.h Resolve variables in Sheet Properties dialog's sheet path. 2020-11-18 17:55:12 +00:00
dialog_sheet_properties_base.cpp Live update sheetpath. 2020-10-25 13:37:40 +00:00
dialog_sheet_properties_base.fbp Live update sheetpath. 2020-10-25 13:37:40 +00:00
dialog_sheet_properties_base.h Live update sheetpath. 2020-10-25 13:37:40 +00:00
dialog_signal_list.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_signal_list.h Eeschema: simulation: allow adding signals by name like V(/out) or I(R1) 2019-11-11 09:05:37 -05:00
dialog_signal_list_base.cpp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_signal_list_base.fbp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_signal_list_base.h Eeschema: simulation: allow adding signals by name like V(/out) or I(R1) 2019-11-11 09:05:37 -05:00
dialog_sim_settings.cpp Simulator: populate DC sources list. 2021-05-04 22:54:42 +02:00
dialog_sim_settings.h Spice simulator: add Ngspce model behavior mode settings. 2021-03-18 15:31:02 -04:00
dialog_sim_settings_base.cpp Simulator: Fix sim settings layout for DC sweep page. 2021-05-04 15:14:10 +00:00
dialog_sim_settings_base.fbp Simulator: Fix sim settings layout for DC sweep page. 2021-05-04 15:14:10 +00:00
dialog_sim_settings_base.h Simulator: Fix sim settings layout for DC sweep page. 2021-05-04 15:14:10 +00:00
dialog_spice_model.cpp Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 2021-05-01 19:32:15 +02:00
dialog_spice_model.h Eeschema: use symbol nomenclature for object file naming. 2021-02-24 08:48:02 -05:00
dialog_spice_model_base.cpp Fix some typos and improve wording 2021-03-02 19:13:49 +01:00
dialog_spice_model_base.fbp Fix some typos and improve wording 2021-03-02 19:13:49 +01:00
dialog_spice_model_base.h Eeschema: minor dialog and panel layout fixes. 2020-11-14 07:40:17 -05:00
dialog_symbol_properties.cpp Eeschema: fix value and footprint field update bug. 2021-05-06 07:13:26 -04:00
dialog_symbol_properties.h Rename DIALOG_EDIT_COMPONENT_IN_SCHEMATIC -> DIALOG_SYMBOL_PROPERTIES 2020-10-18 00:26:37 +01:00
dialog_symbol_properties_base.cpp Eeschema, DIALOG_SYMBOL_PROPERTIES_BASE: very minor fix: make lib link copiable. 2021-04-01 13:54:32 +02:00
dialog_symbol_properties_base.fbp Eeschema, DIALOG_SYMBOL_PROPERTIES_BASE: very minor fix: make lib link copiable. 2021-04-01 13:54:32 +02:00
dialog_symbol_properties_base.h Eeschema, DIALOG_SYMBOL_PROPERTIES_BASE: very minor fix: make lib link copiable. 2021-04-01 13:54:32 +02:00
dialog_symbol_remap.cpp Don't hardcode the file extensions where possible 2021-03-03 01:13:59 +00:00
dialog_symbol_remap.h Move Eeschema globals to new SCHEMATIC object 2020-05-18 13:04:56 -04:00
dialog_symbol_remap_base.cpp Minor symbol remapping fixes. 2017-12-22 08:03:49 -05:00
dialog_symbol_remap_base.fbp French translation update (fix also trailing spaces in a few sentences) 2020-11-23 11:42:25 +01:00
dialog_symbol_remap_base.h Minor symbol remapping fixes. 2017-12-22 08:03:49 -05:00
dialog_update_from_pcb.cpp Make sure reporters have a better default path than /bin. 2021-02-25 15:05:26 +00:00
dialog_update_from_pcb.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
dialog_update_from_pcb_base.cpp Fix minor dialog layout issue. 2020-11-23 23:57:26 +00:00
dialog_update_from_pcb_base.fbp Fix minor dialog layout issue. 2020-11-23 23:57:26 +00:00
dialog_update_from_pcb_base.h Remove ignore other projects option from back annotation 2020-09-30 23:34:04 +01:00
dialog_update_symbol_fields.cpp Eeschema: use symbol nomenclature for object file naming. 2021-02-24 08:48:02 -05:00
dialog_update_symbol_fields.h Add Update Symbol Fields dialog for derived symbols. 2021-02-14 12:15:26 +00:00
dialog_update_symbol_fields_base.cpp Add option for text updating to Update Symbol. 2021-02-22 00:36:40 +00:00
dialog_update_symbol_fields_base.fbp Add option for text updating to Update Symbol. 2021-02-22 00:36:40 +00:00
dialog_update_symbol_fields_base.h Add option for text updating to Update Symbol. 2021-02-22 00:36:40 +00:00
panel_eeschema_color_settings.cpp Eeschema: split out SCH_SHEET_PIN declarations into separate header. 2021-04-06 17:15:49 -04:00
panel_eeschema_color_settings.h Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
panel_eeschema_display_options.cpp Move canvas backend selection to Preferences. 2021-02-21 20:12:43 +00:00
panel_eeschema_display_options.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
panel_eeschema_display_options_base.cpp Don't bloat layout. 2021-03-10 16:00:28 +00:00
panel_eeschema_display_options_base.fbp Don't bloat layout. 2021-03-10 16:00:28 +00:00
panel_eeschema_display_options_base.h Add configuration for cross-probing behavior 2020-06-27 22:48:48 -04:00
panel_eeschema_editing_options.cpp More wxWidgets 3.1 layout adjustments. 2021-03-13 00:00:38 +00:00
panel_eeschema_editing_options.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
panel_eeschema_editing_options_base.cpp Eeschema: fix minor editing options panel lay out issues. 2021-05-12 18:04:23 -04:00
panel_eeschema_editing_options_base.fbp Eeschema: fix minor editing options panel lay out issues. 2021-05-12 18:04:23 -04:00
panel_eeschema_editing_options_base.h Eeschema: fix minor editing options panel lay out issues. 2021-05-12 18:04:23 -04:00
panel_eeschema_template_fieldnames.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
panel_eeschema_template_fieldnames.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
panel_eeschema_template_fieldnames_base.cpp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
panel_eeschema_template_fieldnames_base.fbp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
panel_eeschema_template_fieldnames_base.h Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
panel_setup_formatting.cpp Fix many cases of old mils flag getting interpreted as allowEval flag. 2021-03-12 15:15:50 +00:00
panel_setup_formatting.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
panel_setup_formatting_base.cpp eeschema: add a setting to allow intersheets to not list their own page 2021-03-08 20:40:37 +00:00
panel_setup_formatting_base.fbp eeschema: add a setting to allow intersheets to not list their own page 2021-03-08 20:40:37 +00:00
panel_setup_formatting_base.h eeschema: add a setting to allow intersheets to not list their own page 2021-03-08 20:40:37 +00:00
panel_setup_pinmap.cpp Adjust pin conflicts table for wxWidgets 3.1. 2021-03-13 00:00:38 +00:00
panel_setup_pinmap.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
panel_setup_pinmap_base.cpp Adjust pin conflicts table for wxWidgets 3.1. 2021-03-13 00:00:38 +00:00
panel_setup_pinmap_base.fbp Adjust pin conflicts table for wxWidgets 3.1. 2021-03-13 00:00:38 +00:00
panel_setup_pinmap_base.h Unify settings reset buttons into one location 2020-07-16 00:08:16 +01:00
panel_sym_color_settings.cpp LibEdit -> SymbolEditor 2020-10-31 10:28:21 +00:00
panel_sym_color_settings.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
panel_sym_color_settings_base.cpp Update preference panel names. 2020-10-25 19:51:03 +00:00
panel_sym_color_settings_base.fbp Update preference panel names. 2020-10-25 19:51:03 +00:00
panel_sym_color_settings_base.h Update preference panel names. 2020-10-25 19:51:03 +00:00
panel_sym_editing_options.cpp Fix many cases of old mils flag getting interpreted as allowEval flag. 2021-03-12 15:15:50 +00:00
panel_sym_editing_options.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
panel_sym_editing_options_base.cpp More wxWidgets 3.1 layout adjustments. 2021-03-13 00:00:38 +00:00
panel_sym_editing_options_base.fbp More wxWidgets 3.1 layout adjustments. 2021-03-13 00:00:38 +00:00
panel_sym_editing_options_base.h Update preference panel names. 2020-10-25 19:51:03 +00:00
panel_sym_lib_table.cpp Ask user before overwriting a file when migrating symbol libs. 2021-05-08 23:09:51 +01:00
panel_sym_lib_table.h Use the new nudge path for the symbol lib table, save global and project mru differently 2021-01-31 19:01:33 -05:00
panel_sym_lib_table_base.cpp We don't really want users hand-editing library table files. 2021-02-18 11:53:36 +00:00
panel_sym_lib_table_base.fbp We don't really want users hand-editing library table files. 2021-02-18 11:53:36 +00:00
panel_sym_lib_table_base.h We don't really want users hand-editing library table files. 2021-02-18 11:53:36 +00:00