kicad/eeschema/dialogs
PJM 9cda3dbff5 Eeschema: Verify path can be made relative before asking in plotter dialog
CHANGED: When the output path is set in the plotter dialog, the user is
asked if they want to make the path relative to the project.  The old
code would ask the user if they wanted to do this, and then if it
failed would present an error dialog.  The new code tries it first on
a copy, and only if it works does the user get asked if they want
to do it.

Related to issue https://gitlab.com/kicad/code/kicad/issues/5263 except
that is for Pcbnew, and this fixes the same problem in Eeschema.  Issue
5263 is fixed with Merge Request:
https://gitlab.com/kicad/code/kicad/-/merge_requests/370
2020-08-20 17:08:36 +00:00
..
dialog_annotate.cpp Undo for schematic-wide operations. 2020-07-13 12:32:17 +01:00
dialog_annotate_base.cpp Undo for schematic-wide operations. 2020-07-13 12:32:17 +01:00
dialog_annotate_base.fbp Undo for schematic-wide operations. 2020-07-13 12:32:17 +01:00
dialog_annotate_base.h Undo for schematic-wide operations. 2020-07-13 12:32:17 +01:00
dialog_bom.cpp Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
dialog_bom_base.cpp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_bom_base.fbp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_bom_base.h Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_bom_cfg.keywords
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 Move Eeschema globals to new SCHEMATIC object 2020-05-18 13:04:56 -04:00
dialog_bus_manager.h New connectivity algorithm and bus upgrades 2019-03-31 19:53:41 -04:00
dialog_change_symbols.cpp Eeschema: fix crash in DIALOG_CHANGE_SYMBOLS when run Update Library Symbols. 2020-08-18 20:53:10 +02:00
dialog_change_symbols.h Eeschema: Add change and update symbol from library support. 2020-08-13 13:53:49 -04:00
dialog_change_symbols_base.cpp Eeschema: fix crash in DIALOG_CHANGE_SYMBOLS when run Update Library Symbols. 2020-08-18 20:53:10 +02:00
dialog_change_symbols_base.fbp Eeschema: fix crash in DIALOG_CHANGE_SYMBOLS when run Update Library Symbols. 2020-08-18 20:53:10 +02:00
dialog_change_symbols_base.h Eeschema: fix crash in DIALOG_CHANGE_SYMBOLS when run Update Library Symbols. 2020-08-18 20:53:10 +02:00
dialog_choose_component.cpp eeschema: Add component needs to be Modal 2020-08-18 11:23:18 -07:00
dialog_choose_component.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
dialog_edit_component_in_lib.cpp Symbol Editor: Allow changing parent for derived symbol 2020-08-14 18:37:43 +00:00
dialog_edit_component_in_lib.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
dialog_edit_component_in_lib_base.cpp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_edit_component_in_lib_base.fbp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_edit_component_in_lib_base.h Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_edit_component_in_schematic.cpp Clear pin net-name-driving cache when changing annotation. 2020-08-14 12:41:20 +01:00
dialog_edit_component_in_schematic.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
dialog_edit_component_in_schematic_base.cpp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_edit_component_in_schematic_base.fbp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_edit_component_in_schematic_base.h Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_edit_components_libid.cpp Undo for Edit Component's LibId. 2020-07-13 14:16:21 +01:00
dialog_edit_components_libid_base.cpp Undo for Edit Component's LibId. 2020-07-13 14:16:21 +01:00
dialog_edit_components_libid_base.fbp Undo for Edit Component's LibId. 2020-07-13 14:16:21 +01:00
dialog_edit_components_libid_base.h Undo for Edit Component's LibId. 2020-07-13 14:16:21 +01:00
dialog_edit_label.cpp Performance improvements for SchematicCleanup(). 2020-08-10 12:41:52 +01:00
dialog_edit_label.h Add text var cross-reference processing to SCH_FIELDs. 2020-07-30 14:27:42 +01:00
dialog_edit_label_base.cpp Add syntax help for bus definitions (and upgrade parser to handle them). 2020-05-10 18:40:06 +01:00
dialog_edit_label_base.fbp Add syntax help for bus definitions (and upgrade parser to handle them). 2020-05-10 18:40:06 +01:00
dialog_edit_label_base.h Add syntax help for text markup. 2020-05-08 23:30:33 +01:00
dialog_edit_line_style.cpp Cleamup some compiler warnings 2020-08-19 11:35:00 +01: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 Performance improvements for SchematicCleanup(). 2020-08-10 12:41:52 +01:00
dialog_edit_one_field.h Autocomplete for text variables. 2020-05-27 23:29:51 +01:00
dialog_edit_sheet_pin.cpp Performance improvements for SchematicCleanup(). 2020-08-10 12:41:52 +01:00
dialog_edit_sheet_pin.h Eeschema sheet pin properties: use combobox 2020-05-22 19:56:16 +00:00
dialog_edit_sheet_pin_base.cpp Eeschema sheet pin properties: use combobox 2020-05-22 19:56:16 +00:00
dialog_edit_sheet_pin_base.fbp Eeschema sheet pin properties: use combobox 2020-05-22 19:56:16 +00:00
dialog_edit_sheet_pin_base.h Eeschema sheet pin properties: use combobox 2020-05-22 19:56:16 +00:00
dialog_erc.cpp Migrate RC_ITEM to use shared_ptr 2020-08-13 14:50:59 +02:00
dialog_erc.h Allow ERC/DRC markers to be deleted without deleting exclusions. 2020-08-02 22:45:48 +01:00
dialog_erc_base.cpp Eeschema: fix ERC dialog not shown after a double click, when recalled by tool ERC. 2020-04-08 10:03:51 +02:00
dialog_erc_base.fbp Eeschema: fix ERC dialog not shown after a double click, when recalled by tool ERC. 2020-04-08 10:03:51 +02:00
dialog_erc_base.h Eeschema: fix ERC dialog not shown after a double click, when recalled by tool ERC. 2020-04-08 10:03:51 +02:00
dialog_fields_editor_global.cpp Ask user before throwing away changes to DRC Rules. 2020-08-10 23:43:24 +01:00
dialog_fields_editor_global.h Highlight current row in Edit Symbol Fields, and save col widths. 2020-04-21 21:17:59 +01:00
dialog_fields_editor_global_base.cpp Highlight current row in Edit Symbol Fields, and save col widths. 2020-04-21 21:17:59 +01:00
dialog_fields_editor_global_base.fbp Highlight current row in Edit Symbol Fields, and save col widths. 2020-04-21 21:17:59 +01:00
dialog_fields_editor_global_base.h Highlight current row in Edit Symbol Fields, and save col widths. 2020-04-21 21:17:59 +01:00
dialog_global_edit_text_and_graphics.cpp Undo for schematic-wide operations. 2020-07-13 12:32:17 +01:00
dialog_global_edit_text_and_graphics_base.cpp Fix mismatch between dialog and code. 2020-07-08 19:31:44 +01:00
dialog_global_edit_text_and_graphics_base.fbp Fix mismatch between dialog and code. 2020-07-08 19:31:44 +01:00
dialog_global_edit_text_and_graphics_base.h Implement a symbol type filter for Edit Text and Graphics. 2020-05-06 22:57:14 +01:00
dialog_global_sym_lib_table_config.cpp Fix some issues in I10n strings 2019-01-26 09:25:12 +01:00
dialog_global_sym_lib_table_config.h Lay groundwork for loading the initial global footprint library table. 2019-01-20 13:09:49 -05:00
dialog_junction_props.cpp Better support for mixed styles in Junction Properties dialog. 2020-08-18 19:05:30 +01:00
dialog_junction_props.h Better support for mixed styles in Junction Properties dialog. 2020-08-18 19:05:30 +01: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 non-visible-part or conversion items from getting selected. 2019-08-15 10:00:23 +01:00
dialog_lib_edit_draw_item.h More g_UserUnit erradication. 2018-07-17 15:12:31 +01: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 Ask user before throwing away changes to DRC Rules. 2020-08-10 23:43:24 +01:00
dialog_lib_edit_pin_table.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
dialog_lib_edit_pin_table_base.cpp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_lib_edit_pin_table_base.fbp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_lib_edit_pin_table_base.h Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_lib_edit_text.cpp Autocomplete for text variables. 2020-05-27 23:29:51 +01:00
dialog_lib_edit_text.h Add position to Eeschema's edit text dialogs. 2018-07-17 15:13:41 +01:00
dialog_lib_edit_text_base.cpp Make sure Footprint ID gets initialized when calling chooser. 2020-06-09 20:10:39 +01:00
dialog_lib_edit_text_base.fbp Make sure Footprint ID gets initialized when calling chooser. 2020-06-09 20:10:39 +01:00
dialog_lib_edit_text_base.h Make sure Footprint ID gets initialized when calling chooser. 2020-06-09 20:10:39 +01:00
dialog_lib_new_component.cpp Symbol editor: fix several internal units bugs. 2020-01-23 15:45:51 -05:00
dialog_lib_new_component.h Symbol editor: fix several internal units bugs. 2020-01-23 15:45:51 -05:00
dialog_lib_new_component_base.cpp Symbol editor: fix several internal units bugs. 2020-01-23 15:45:51 -05:00
dialog_lib_new_component_base.fbp Symbol editor: fix several internal units bugs. 2020-01-23 15:45:51 -05:00
dialog_lib_new_component_base.h Symbol editor: fix several internal units bugs. 2020-01-23 15:45:51 -05:00
dialog_migrate_buses.cpp Collapse a level out of the zoom settings. 2020-06-13 22:44:16 +01:00
dialog_migrate_buses.h Minor performance enhancements. 2019-06-04 13:56:54 +01: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 Refinement in NETLIST_DIALOG, spice panel. 2020-08-04 13:57:41 +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_paste_special.cpp Clear annotations by default on copy/paste. 2020-07-27 19:53:42 +01:00
dialog_paste_special.h Clear annotations by default on copy/paste. 2020-07-27 19:53:42 +01:00
dialog_paste_special_base.cpp Clear annotations by default on copy/paste. 2020-07-27 19:53:42 +01:00
dialog_paste_special_base.fbp Clear annotations by default on copy/paste. 2020-07-27 19:53:42 +01:00
dialog_paste_special_base.h Clear annotations by default on copy/paste. 2020-07-27 19:53:42 +01:00
dialog_pin_properties.cpp Remove linked-pin processing from LIB_PIN's setters. 2020-08-03 22:21:35 +01:00
dialog_pin_properties.h Remove linked-pin processing from LIB_PIN's setters. 2020-08-03 22:21:35 +01:00
dialog_pin_properties_base.cpp Remove linked-pin processing from LIB_PIN's setters. 2020-08-03 22:21:35 +01:00
dialog_pin_properties_base.fbp Remove linked-pin processing from LIB_PIN's setters. 2020-08-03 22:21:35 +01:00
dialog_pin_properties_base.h Remove linked-pin processing from LIB_PIN's setters. 2020-08-03 22:21:35 +01:00
dialog_plot_schematic.cpp Eeschema: Verify path can be made relative before asking in plotter dialog 2020-08-20 17:08:36 +00:00
dialog_plot_schematic.h Make sure all plotters have a RENDER_SETTINGS. 2020-05-28 20:16:36 +01:00
dialog_plot_schematic_base.cpp ADDED: Schematic plotting can use a dedicated color theme 2020-03-06 00:01:02 -05:00
dialog_plot_schematic_base.fbp ADDED: Schematic plotting can use a dedicated color theme 2020-03-06 00:01:02 -05:00
dialog_plot_schematic_base.h ADDED: Schematic plotting can use a dedicated color theme 2020-03-06 00:01:02 -05:00
dialog_print_using_printer.cpp Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
dialog_print_using_printer_base.cpp ADDED: Enable color themes for schematic printing 2020-05-16 13:19:43 -04:00
dialog_print_using_printer_base.fbp ADDED: Enable color themes for schematic printing 2020-05-16 13:19:43 -04:00
dialog_print_using_printer_base.h ADDED: Enable color themes for schematic printing 2020-05-16 13:19:43 -04:00
dialog_rescue_each.cpp Eeschema: fix rescue multiple unit symbol bug. 2020-04-01 20:19:53 -04: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 Integration of netclasses into Eeschema. 2020-07-06 20:00:50 +01:00
dialog_sch_import_settings.h Schematic Setup dialog. 2020-03-10 18:54:17 +00:00
dialog_sch_import_settings_base.cpp Integration of netclasses into Eeschema. 2020-07-06 20:00:50 +01:00
dialog_sch_import_settings_base.fbp Integration of netclasses into Eeschema. 2020-07-06 20:00:50 +01:00
dialog_sch_import_settings_base.h Integration of netclasses into Eeschema. 2020-07-06 20:00:50 +01:00
dialog_sch_sheet_props.cpp Remove last exposure of GUIDs in UI. 2020-08-13 20:59:18 +01:00
dialog_sch_sheet_props.h A better approach to clearing color overrides 2020-08-04 19:50:26 -04:00
dialog_sch_sheet_props_base.cpp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_sch_sheet_props_base.fbp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_sch_sheet_props_base.h Remove last exposure of GUIDs in UI. 2020-08-13 20:59:18 +01:00
dialog_schematic_find.cpp A bunch of fixes to Eeschema Find/Replace. 2020-04-18 14:43:08 +01:00
dialog_schematic_find.h A bunch of fixes to Eeschema Find/Replace. 2020-04-18 14:43:08 +01: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 Migrate RC_ITEM to use shared_ptr 2020-08-13 14:50:59 +02:00
dialog_schematic_setup.h Migrate RC_ITEM to use shared_ptr 2020-08-13 14:50:59 +02:00
dialog_signal_list.cpp Eeschema: simulation: allow adding signals by name like V(/out) or I(R1) 2019-11-11 09:05:37 -05: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 Eeschema: adding .op SPICE simulation support 2020-04-15 01:51:58 +00: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 Eeschema: adding .op SPICE simulation support 2020-04-15 01:51:58 +00:00
dialog_sim_settings_base.fbp Eeschema: adding .op SPICE simulation support 2020-04-15 01:51:58 +00:00
dialog_sim_settings_base.h Eeschema: adding .op SPICE simulation support 2020-04-15 01:51:58 +00:00
dialog_spice_model.cpp Fix typo and remove a I18N marker in a sentence containing keywords 2020-05-26 17:47:58 +02:00
dialog_spice_model.h Minor cosmetic fix and enhancement is 2 dialogs. 2020-05-23 09:48:05 +02:00
dialog_spice_model_base.cpp Minor cosmetic fix and enhancement is 2 dialogs. 2020-05-23 09:48:05 +02:00
dialog_spice_model_base.fbp Minor cosmetic fix and enhancement is 2 dialogs. 2020-05-23 09:48:05 +02:00
dialog_spice_model_base.h Minor cosmetic fix and enhancement is 2 dialogs. 2020-05-23 09:48:05 +02:00
dialog_symbol_remap.cpp Make undo/redo lists protected. 2020-07-13 15:53:36 +01: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 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 Undo for schematic-wide operations. 2020-07-13 12:32:17 +01:00
dialog_update_fields.h Undo for schematic-wide operations. 2020-07-13 12:32:17 +01:00
dialog_update_fields_base.cpp Eeschema: minor update symbol fields dialog layout improvements. 2020-05-03 08:40:31 -04:00
dialog_update_fields_base.fbp Eeschema: minor update symbol fields dialog layout improvements. 2020-05-03 08:40:31 -04:00
dialog_update_fields_base.h Eeschema: minor update symbol fields dialog layout improvements. 2020-05-03 08:40:31 -04:00
dialog_update_from_pcb.cpp Initialize variables properly 2020-07-18 00:36:47 +01:00
dialog_update_from_pcb.h Allow Update Schematic from PCB to re-link based on refdes. 2020-07-16 18:32:49 +01:00
dialog_update_from_pcb_base.cpp Allow Update Schematic from PCB to re-link based on refdes. 2020-07-16 18:32:49 +01:00
dialog_update_from_pcb_base.fbp Allow Update Schematic from PCB to re-link based on refdes. 2020-07-16 18:32:49 +01:00
dialog_update_from_pcb_base.h Allow Update Schematic from PCB to re-link based on refdes. 2020-07-16 18:32:49 +01:00
panel_eeschema_color_settings.cpp Preview for PCBNew colour settings editor. 2020-08-06 19:38:06 +01:00
panel_eeschema_color_settings.h Preview for PCBNew colour settings editor. 2020-08-06 19:38:06 +01:00
panel_eeschema_display_options.cpp Add configuration for cross-probing behavior 2020-06-27 22:48:48 -04:00
panel_eeschema_display_options.h Remove duplicated settings from preferences. 2020-03-13 17:28:53 +00:00
panel_eeschema_display_options_base.cpp Add configuration for cross-probing behavior 2020-06-27 22:48:48 -04:00
panel_eeschema_display_options_base.fbp Add configuration for cross-probing behavior 2020-06-27 22:48:48 -04:00
panel_eeschema_display_options_base.h Add configuration for cross-probing behavior 2020-06-27 22:48:48 -04:00
panel_eeschema_settings.cpp Flatten some settings and remove some more globals. 2020-05-23 16:50:33 +01:00
panel_eeschema_settings.h Flatten some settings and remove some more globals. 2020-05-23 16:50:33 +01:00
panel_eeschema_settings_base.cpp Flatten some settings and remove some more globals. 2020-05-23 16:50:33 +01:00
panel_eeschema_settings_base.fbp Flatten some settings and remove some more globals. 2020-05-23 16:50:33 +01:00
panel_eeschema_settings_base.h Flatten some settings and remove some more globals. 2020-05-23 16:50:33 +01:00
panel_eeschema_template_fieldnames.cpp Generalize default footprint fields. 2020-05-08 23:30:33 +01:00
panel_eeschema_template_fieldnames.h Remove duplicated settings from preferences. 2020-03-13 17:28:53 +00: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_libedit_color_settings.cpp Move schematic defaults to SCHEMATIC and add some missing settings entries 2020-05-20 00:03:23 -04:00
panel_libedit_color_settings.h Clean up libedit color settings 2020-05-16 09:24:12 -04:00
panel_libedit_color_settings_base.cpp Clean up libedit color settings 2020-05-16 09:24:12 -04:00
panel_libedit_color_settings_base.fbp Clean up libedit color settings 2020-05-16 09:24:12 -04:00
panel_libedit_color_settings_base.h Clean up libedit color settings 2020-05-16 09:24:12 -04:00
panel_libedit_settings.cpp Flatten some settings and remove some more globals. 2020-05-23 16:50:33 +01:00
panel_libedit_settings.h Remove some problematic global variables. 2020-04-05 16:17:04 +01:00
panel_libedit_settings_base.cpp Flatten one level of showElectricalTypes settings. 2020-05-23 16:50:33 +01:00
panel_libedit_settings_base.fbp Flatten one level of showElectricalTypes settings. 2020-05-23 16:50:33 +01:00
panel_libedit_settings_base.h Flatten one level of showElectricalTypes settings. 2020-05-23 16:50:33 +01:00
panel_setup_formatting.cpp Read/write schematic netclass properties. 2020-07-27 23:10:46 +01:00
panel_setup_formatting.h Port Eeschema to new project settings 2020-07-02 22:08:54 -04:00
panel_setup_formatting_base.cpp User configurability of pin electrical symbol size. 2020-05-04 00:56:32 +01:00
panel_setup_formatting_base.fbp User configurability of pin electrical symbol size. 2020-05-04 00:56:32 +01:00
panel_setup_formatting_base.h User configurability of pin electrical symbol size. 2020-05-04 00:56:32 +01:00
panel_setup_pinmap.cpp Unify settings reset buttons into one location 2020-07-16 00:08:16 +01:00
panel_setup_pinmap.h Unify settings reset buttons into one location 2020-07-16 00:08:16 +01:00
panel_setup_pinmap_base.cpp Unify settings reset buttons into one location 2020-07-16 00:08:16 +01:00
panel_setup_pinmap_base.fbp Unify settings reset buttons into one location 2020-07-16 00:08:16 +01:00
panel_setup_pinmap_base.h Unify settings reset buttons into one location 2020-07-16 00:08:16 +01:00
panel_sym_lib_table.cpp CHANGED: Library editors are now usable with no project loaded 2020-08-07 18:02:34 -04:00
panel_sym_lib_table.h More safety fixes for uncommitted grid changes. 2018-08-29 19:59:01 +01:00
panel_sym_lib_table_base.cpp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
panel_sym_lib_table_base.fbp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
panel_sym_lib_table_base.h Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00