kicad/eeschema/dialogs
Jeff Young 492ef62053 ADDED support to save contributions from all noise generators.
You must first check the checkbox in the Simulation Command dialog,
after which the signals will appear in the User Defined Signals
autocomplete lists.
2023-07-04 11:05:10 +01:00
..
dialog_annotate.cpp Don't try to be smart about enabling the Clear Annotation button. 2023-06-28 14:56:50 +01:00
dialog_annotate_base.cpp Fix icon spacing in Annotation dialog/panel 2023-01-04 13:52:19 +00:00
dialog_annotate_base.fbp Fix icon spacing in Annotation dialog/panel 2023-01-04 13:52:19 +00:00
dialog_annotate_base.h ADDED netclass assignment from PCB canvas. 2022-09-03 19:29:59 +01:00
dialog_bom.cpp More wxSing 2023-01-16 23:14:38 -05:00
dialog_bom_base.cpp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_bom_base.fbp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_bom_base.h Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_bom_cfg.keywords
dialog_bom_help.md Update BOM dialog help 2022-11-03 22:49:20 +00:00
dialog_bom_help_md.h Update BOM dialog help 2022-11-03 22:49:20 +00:00
dialog_change_symbols.cpp Gracefully handle no symbols found in change symbols dialog 2023-06-29 23:21:15 +01:00
dialog_change_symbols.h Upgrade some symbol editor stuff to SCHEMATIC_COMMIT. 2023-06-09 22:41:47 +01:00
dialog_change_symbols_base.cpp ADDED netclass assignment from PCB canvas. 2022-09-03 19:29:59 +01:00
dialog_change_symbols_base.fbp ADDED netclass assignment from PCB canvas. 2022-09-03 19:29:59 +01:00
dialog_change_symbols_base.h ADDED netclass assignment from PCB canvas. 2022-09-03 19:29:59 +01:00
dialog_choose_symbol.cpp Added a sort-order dropdown to lib-tree filters. 2023-05-01 21:26:43 +01:00
dialog_choose_symbol.h Separate power and symbol saved search strings. 2022-06-04 22:15:39 +01:00
dialog_database_lib_settings.cpp Fix crash when database lib config is not valid 2023-05-07 09:06:37 -04:00
dialog_database_lib_settings.h Add initial support for database library settings UI 2023-04-29 18:15:00 -04:00
dialog_database_lib_settings_base.cpp Fix crash when database lib config is not valid 2023-05-07 09:06:37 -04:00
dialog_database_lib_settings_base.fbp Fix crash when database lib config is not valid 2023-05-07 09:06:37 -04:00
dialog_database_lib_settings_base.h Add initial support for database library settings UI 2023-04-29 18:15:00 -04:00
dialog_edit_symbols_libid.cpp Remove schematic symbol value and footprint field instance data. 2022-11-30 11:47:13 -05:00
dialog_edit_symbols_libid_base.cpp Expunge the use of the word component from Eeschema code. 2021-06-14 14:00:21 -04:00
dialog_edit_symbols_libid_base.fbp Expunge the use of the word component from Eeschema code. 2021-06-14 14:00:21 -04:00
dialog_edit_symbols_libid_base.h Expunge the use of the word component from Eeschema code. 2021-06-14 14:00:21 -04:00
dialog_eeschema_page_settings.cpp Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 2023-02-18 22:57:18 -05:00
dialog_eeschema_page_settings.h Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 2023-02-18 22:57:18 -05:00
dialog_erc.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
dialog_erc.h Use hypertext link for Edit Ingored Tests in both ERC and DRC. 2023-06-19 23:53:42 +01:00
dialog_erc_base.cpp Use hypertext link for Edit Ingored Tests in both ERC and DRC. 2023-06-19 23:53:42 +01:00
dialog_erc_base.fbp Use hypertext link for Edit Ingored Tests in both ERC and DRC. 2023-06-19 23:53:42 +01:00
dialog_erc_base.h Use hypertext link for Edit Ingored Tests in both ERC and DRC. 2023-06-19 23:53:42 +01:00
dialog_export_netlist.cpp ADDED: Cadence Allegro PCB Designer netlist exporter 2023-06-28 22:47:30 +00:00
dialog_export_netlist_base.cpp Rename files and classes to match dialog name. 2022-12-11 18:42:57 +00:00
dialog_export_netlist_base.fbp Rename files and classes to match dialog name. 2022-12-11 18:42:57 +00:00
dialog_export_netlist_base.h Rename files and classes to match dialog name. 2022-12-11 18:42:57 +00:00
dialog_field_properties.cpp Validators: drop unused is m_isLibEditor 2023-06-20 18:34:52 +00:00
dialog_field_properties.h Upgrade some symbol editor stuff to SCHEMATIC_COMMIT. 2023-06-09 22:41:47 +01:00
dialog_field_properties_base.cpp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_field_properties_base.fbp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_field_properties_base.h Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_global_edit_text_and_graphics.cpp Upgrade some symbol editor stuff to SCHEMATIC_COMMIT. 2023-06-09 22:41:47 +01:00
dialog_global_edit_text_and_graphics_base.cpp Make pad & via teardrops 1st-class citizens (props of the pad/via) 2023-05-19 18:02:03 +01:00
dialog_global_edit_text_and_graphics_base.fbp Make pad & via teardrops 1st-class citizens (props of the pad/via) 2023-05-19 18:02:03 +01:00
dialog_global_edit_text_and_graphics_base.h Add label fields to Edit Text and Graphics Properties dialog. 2023-01-24 00:07:40 +00:00
dialog_global_sym_lib_table_config.cpp Silence some warnings with static_casts 2023-02-18 23:36:50 -05: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_ibis_parser_reporter.cpp Ibis: Show the parser log if the parser fails 2022-11-28 17:46:42 +00:00
dialog_ibis_parser_reporter.h Ibis: Show the parser log if the parser fails 2022-11-28 17:46:42 +00:00
dialog_ibis_parser_reporter_base.cpp Regenerate ibis dialog to remove unused sizer from header 2022-12-17 23:37:24 +00:00
dialog_ibis_parser_reporter_base.fbp Ibis: Show the parser log if the parser fails 2022-11-28 17:46:42 +00:00
dialog_ibis_parser_reporter_base.h Regenerate ibis dialog to remove unused sizer from header 2022-12-17 23:37:24 +00:00
dialog_image_properties.cpp Upgrade some symbol editor stuff to SCHEMATIC_COMMIT. 2023-06-09 22:41:47 +01:00
dialog_image_properties.h Images: Add full properties editor 2022-07-14 11:23:23 +00:00
dialog_image_properties_base.cpp DIALOG_IMAGE_PROPERTIES: fix some issues: 2023-04-08 16:41:55 +02:00
dialog_image_properties_base.fbp SCH_BITMAP and PCB_BITMAP: rename m_image to m_bitmapBase. Add more info 2023-04-22 17:28:06 +02:00
dialog_image_properties_base.h SCH_BITMAP and PCB_BITMAP: rename m_image to m_bitmapBase. Add more info 2023-04-22 17:28:06 +02:00
dialog_junction_props.cpp Upgrade some symbol editor stuff to SCHEMATIC_COMMIT. 2023-06-09 22:41:47 +01:00
dialog_junction_props.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
dialog_junction_props_base.cpp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_junction_props_base.fbp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_junction_props_base.h Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_label_properties.cpp Upgrade some symbol editor stuff to SCHEMATIC_COMMIT. 2023-06-09 22:41:47 +01:00
dialog_label_properties.h Performance improvement for GetShownColumns. 2023-04-13 13:45:22 +01:00
dialog_label_properties_base.cpp Add Show Name column to FormBuilder files. 2023-02-01 12:36:27 +00:00
dialog_label_properties_base.fbp Add Show Name column to FormBuilder files. 2023-02-01 12:36:27 +00:00
dialog_label_properties_base.h Get rid of bloated bitmap buttons on wxWidgets 3.2. 2022-12-13 20:48:02 +00:00
dialog_lib_edit_pin_table.cpp Cross-probing from Pin Table to Symbol Editor canvas. 2023-06-07 14:37:34 +01:00
dialog_lib_edit_pin_table.h Cross-probing from Pin Table to Symbol Editor canvas. 2023-06-07 14:37:34 +01:00
dialog_lib_edit_pin_table_base.cpp Cross-probing from Pin Table to Symbol Editor canvas. 2023-06-07 14:37:34 +01:00
dialog_lib_edit_pin_table_base.fbp Cross-probing from Pin Table to Symbol Editor canvas. 2023-06-07 14:37:34 +01:00
dialog_lib_edit_pin_table_base.h Cross-probing from Pin Table to Symbol Editor canvas. 2023-06-07 14:37:34 +01:00
dialog_lib_new_symbol.cpp Validators: drop unused is m_isLibEditor 2023-06-20 18:34:52 +00:00
dialog_lib_new_symbol.h Symbol editor: simpler creation of a new derived symbol 2023-02-22 01:49:46 +00:00
dialog_lib_new_symbol_base.cpp Symbol editor: simpler creation of a new derived symbol 2023-02-22 01:49:46 +00:00
dialog_lib_new_symbol_base.fbp Symbol editor: simpler creation of a new derived symbol 2023-02-22 01:49:46 +00:00
dialog_lib_new_symbol_base.h Symbol editor: simpler creation of a new derived symbol 2023-02-22 01:49:46 +00:00
dialog_lib_shape_properties.cpp Avoid forcing all units 2023-02-28 13:25:32 -08:00
dialog_lib_shape_properties.h Border colours and line styles for symbol editor. 2022-06-16 14:52:38 +01:00
dialog_lib_shape_properties_base.cpp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_lib_shape_properties_base.fbp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_lib_shape_properties_base.h Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_lib_symbol_properties.cpp Properties: expose symbol attributes 2023-06-24 22:03:06 -04:00
dialog_lib_symbol_properties.h Performance improvement for GetShownColumns. 2023-04-13 13:45:22 +01:00
dialog_lib_symbol_properties_base.cpp Fields: Description now mandatory 2023-06-20 18:34:52 +00:00
dialog_lib_symbol_properties_base.fbp Fields: Description now mandatory 2023-06-20 18:34:52 +00:00
dialog_lib_symbol_properties_base.h Fields: Description now mandatory 2023-06-20 18:34:52 +00:00
dialog_lib_text_properties.cpp Coverity fixes and code cleaning. 2023-03-06 07:12:18 -05:00
dialog_lib_text_properties.h Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00
dialog_lib_text_properties_base.cpp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_lib_text_properties_base.fbp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_lib_text_properties_base.h Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_lib_textbox_properties.cpp Avoid forcing all units 2023-02-28 13:25:32 -08:00
dialog_lib_textbox_properties.h ADDED vertical alignment for text boxes. 2022-09-02 19:16:38 +01:00
dialog_lib_textbox_properties_base.cpp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_lib_textbox_properties_base.fbp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_lib_textbox_properties_base.h Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_line_properties.cpp Upgrade some symbol editor stuff to SCHEMATIC_COMMIT. 2023-06-09 22:41:47 +01:00
dialog_line_properties.h Separate Line Properties dialog from Bus/Wire, and handle Junctions in Bus/Wire. 2022-03-16 14:56:32 +00:00
dialog_line_properties_base.cpp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_line_properties_base.fbp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_line_properties_base.h Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_migrate_buses.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
dialog_migrate_buses.h Schematic editor dialog source code housekeeping. 2021-03-21 13:31:23 -04:00
dialog_migrate_buses_base.cpp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_migrate_buses_base.fbp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_migrate_buses_base.h Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_pin_properties.cpp Avoid forcing all units 2023-02-28 13:25:32 -08:00
dialog_pin_properties.h Only expand when opening alternate pin definitions 2023-01-26 17:30:38 +00:00
dialog_pin_properties_base.cpp Only expand when opening alternate pin definitions 2023-01-26 17:30:38 +00:00
dialog_pin_properties_base.fbp Only expand when opening alternate pin definitions 2023-01-26 17:30:38 +00:00
dialog_pin_properties_base.h Only expand when opening alternate pin definitions 2023-01-26 17:30:38 +00:00
dialog_plot_schematic.cpp Use constants for the names of the built-in colors 2023-03-07 10:34:42 +00:00
dialog_plot_schematic.h Add schematic cli plotting 2022-11-01 23:34:49 -04:00
dialog_plot_schematic_base.cpp Line width in Plot dialog is minimum, not default. 2023-05-03 17:34:36 +01:00
dialog_plot_schematic_base.fbp Line width in Plot dialog is minimum, not default. 2023-05-03 17:34:36 +01:00
dialog_plot_schematic_base.h Get rid of bloated bitmap buttons on wxWidgets 3.2. 2022-12-13 20:48:02 +00:00
dialog_print_using_printer.cpp Eeschema printing: fix bg fill when paper orientation or size differs. 2023-07-03 02:15:05 +03:00
dialog_print_using_printer_base.cpp Fix minor cosmetic issues in Print dialogs 2023-01-23 09:21:23 +01:00
dialog_print_using_printer_base.fbp Fix minor cosmetic issues in Print dialogs 2023-01-23 09:21:23 +01:00
dialog_print_using_printer_base.h Fix minor cosmetic issues in Print dialogs 2023-01-23 09:21:23 +01:00
dialog_rescue_each.cpp Make multivector.h header order independent. 2023-03-23 13:26:32 -04:00
dialog_rescue_each_base.cpp Don't specify fonts in wxFormBuilder. It only leads to pain. 2023-01-18 12:28:07 +00:00
dialog_rescue_each_base.fbp Don't specify fonts in wxFormBuilder. It only leads to pain. 2023-01-18 12:28:07 +00:00
dialog_rescue_each_base.h Don't specify fonts in wxFormBuilder. It only leads to pain. 2023-01-18 12:28:07 +00:00
dialog_sch_import_settings.cpp Get rid of bloated bitmap buttons on wxWidgets 3.2. 2022-12-13 20:48:02 +00: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 Get rid of bloated bitmap buttons on wxWidgets 3.2. 2022-12-13 20:48:02 +00:00
dialog_sch_import_settings_base.fbp Get rid of bloated bitmap buttons on wxWidgets 3.2. 2022-12-13 20:48:02 +00:00
dialog_sch_import_settings_base.h Get rid of bloated bitmap buttons on wxWidgets 3.2. 2022-12-13 20:48:02 +00:00
dialog_schematic_find.cpp UI: Add Numpad Enter as "Return" equivalent in missing places 2023-03-10 16:25:17 -05:00
dialog_schematic_find.h Move find/replace to own tool so it doesn't rob events from cross-probing. 2023-01-11 14:22:06 +00:00
dialog_schematic_find_base.cpp Remove accelerator keys from schematic find/replace dialog. 2023-03-18 23:33:23 +00:00
dialog_schematic_find_base.fbp Remove accelerator keys from schematic find/replace dialog. 2023-03-18 23:33:23 +00:00
dialog_schematic_find_base.h Remove accelerator keys from schematic find/replace dialog. 2023-03-18 23:33:23 +00:00
dialog_schematic_setup.cpp PAGED_DIALOG: allow setting initial size in ctor. 2023-06-16 18:53:00 +03:00
dialog_schematic_setup.h Lazy loading of Schematic Setup panels. 2023-05-11 11:43:10 +01:00
dialog_shape_properties.cpp Upgrade some symbol editor stuff to SCHEMATIC_COMMIT. 2023-06-09 22:41:47 +01:00
dialog_shape_properties.h Rationalize negative line-width handling. 2022-04-05 23:59:25 +01:00
dialog_shape_properties_base.cpp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_shape_properties_base.fbp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_shape_properties_base.h Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_sheet_pin_properties.cpp Upgrade some symbol editor stuff to SCHEMATIC_COMMIT. 2023-06-09 22:41:47 +01: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 schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_sheet_pin_properties_base.fbp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_sheet_pin_properties_base.h Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_sheet_properties.cpp Fix a bunch more issues with sheetpaths and allowExtraText. 2023-05-05 17:23:52 +01:00
dialog_sheet_properties.h Performance improvement for GetShownColumns. 2023-04-13 13:45:22 +01:00
dialog_sheet_properties_base.cpp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_sheet_properties_base.fbp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_sheet_properties_base.h Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_sim_command.cpp ADDED support to save contributions from all noise generators. 2023-07-04 11:05:10 +01:00
dialog_sim_command.h ADDED noise simulation GUI. 2023-07-03 16:26:20 +01:00
dialog_sim_command_base.cpp ADDED support to save contributions from all noise generators. 2023-07-04 11:05:10 +01:00
dialog_sim_command_base.fbp ADDED support to save contributions from all noise generators. 2023-07-04 11:05:10 +01:00
dialog_sim_command_base.h ADDED support to save contributions from all noise generators. 2023-07-04 11:05:10 +01:00
dialog_sim_format_value.cpp Centralize text size clamping. 2023-06-03 20:29:51 +01:00
dialog_sim_format_value.h Easier editing of new sim measurements. 2023-02-21 13:32:01 +00:00
dialog_sim_format_value_base.cpp Save trace colors and cursor value formatting in sim workbook. 2023-02-12 20:40:23 +00:00
dialog_sim_format_value_base.fbp Save trace colors and cursor value formatting in sim workbook. 2023-02-12 20:40:23 +00:00
dialog_sim_format_value_base.h ADDED operating point text variables for labels and symbols. 2023-02-11 21:11:07 +00:00
dialog_sim_model.cpp dialog_sim_model: ensure the Model panel is always correctly built. 2023-06-12 16:41:21 +02:00
dialog_sim_model.h Terminology cleanup. 2023-05-20 21:04:39 +01:00
dialog_sim_model_base.cpp Terminology cleanup. 2023-05-20 21:04:39 +01:00
dialog_sim_model_base.fbp Terminology cleanup. 2023-05-20 21:04:39 +01:00
dialog_sim_model_base.h Terminology cleanup. 2023-05-20 21:04:39 +01:00
dialog_symbol_fields_table.cpp Symbol Fields Table: performance optimizations 2023-06-17 12:56:00 -04:00
dialog_symbol_fields_table.h Symbol Fields Dialog: don't change sheets on load 2023-06-02 08:22:10 -04:00
dialog_symbol_fields_table_base.cpp EEschema, DIALOG_SYMBOL_FIELDS_TABLE: minor cosmetic fix 2023-06-04 17:24:07 +02:00
dialog_symbol_fields_table_base.fbp EEschema, DIALOG_SYMBOL_FIELDS_TABLE: minor cosmetic fix 2023-06-04 17:24:07 +02:00
dialog_symbol_fields_table_base.h EEschema, DIALOG_SYMBOL_FIELDS_TABLE: minor cosmetic fix 2023-06-04 17:24:07 +02:00
dialog_symbol_properties.cpp Properties: expose symbol attributes 2023-06-24 22:03:06 -04:00
dialog_symbol_properties.h Performance improvement for GetShownColumns. 2023-04-13 13:45:22 +01:00
dialog_symbol_properties_base.cpp Add Show Name column to FormBuilder files. 2023-02-01 12:36:27 +00:00
dialog_symbol_properties_base.fbp Add Show Name column to FormBuilder files. 2023-02-01 12:36:27 +00:00
dialog_symbol_properties_base.h Move Exclude from Simulation to Symbol Properties. 2022-12-28 13:44:13 +00:00
dialog_symbol_remap.cpp More wxSing 2023-01-16 23:14:38 -05:00
dialog_symbol_remap.h Expunge the use of the word part from Eeschema code. 2021-06-15 08:32:11 -04:00
dialog_symbol_remap_base.cpp ADDED netclass assignment from PCB canvas. 2022-09-03 19:29:59 +01:00
dialog_symbol_remap_base.fbp Substitute all wxHtmlWindow with HTML_WINDOW 2021-10-12 07:07:15 +00:00
dialog_symbol_remap_base.h Substitute all wxHtmlWindow with HTML_WINDOW 2021-10-12 07:07:15 +00:00
dialog_text_properties.cpp Upgrade some symbol editor stuff to SCHEMATIC_COMMIT. 2023-06-09 22:41:47 +01:00
dialog_text_properties.h Push much of text var autocomplete down into SCINTILLA_TRICKS. 2023-05-25 10:24:50 +01:00
dialog_text_properties_base.cpp ADDED exclude-from-simulation property to text items and textboxes. 2023-04-09 19:03:36 +01:00
dialog_text_properties_base.fbp ADDED exclude-from-simulation property to text items and textboxes. 2023-04-09 19:03:36 +01:00
dialog_text_properties_base.h ADDED exclude-from-simulation property to text items and textboxes. 2023-04-09 19:03:36 +01:00
dialog_update_from_pcb.cpp Back Annotation: add support for DNP and Exclude from BOM attributes 2023-05-01 08:54:14 -04:00
dialog_update_from_pcb.h Back Annotation: add support for DNP and Exclude from BOM attributes 2023-05-01 08:54:14 -04:00
dialog_update_from_pcb_base.cpp Back Annotation: add support for DNP and Exclude from BOM attributes 2023-05-01 08:54:14 -04:00
dialog_update_from_pcb_base.fbp Back Annotation: add support for DNP and Exclude from BOM attributes 2023-05-01 08:54:14 -04:00
dialog_update_from_pcb_base.h Back Annotation: add support for DNP and Exclude from BOM attributes 2023-05-01 08:54:14 -04:00
dialog_update_symbol_fields.cpp Upgrade some symbol editor stuff to SCHEMATIC_COMMIT. 2023-06-09 22:41:47 +01:00
dialog_update_symbol_fields.h Rename LIB_PART to LIB_SYMBOL. 2021-06-14 07:11:17 -04: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
dialog_user_defined_signals.cpp Naming conventions and commenting. No functional changes. 2023-03-04 00:10:01 +00:00
dialog_user_defined_signals.h Naming conventions and commenting. No functional changes. 2023-03-04 00:10:01 +00:00
dialog_user_defined_signals_base.cpp Continue rationalisation of vector, trace and signal names. 2023-02-27 21:11:31 +00:00
dialog_user_defined_signals_base.fbp Continue rationalisation of vector, trace and signal names. 2023-02-27 21:11:31 +00:00
dialog_user_defined_signals_base.h ADDED user-defined signals. 2023-02-21 13:32:01 +00:00
dialog_wire_bus_properties.cpp Fixes after merge request feedback 2023-06-22 16:20:05 +00:00
dialog_wire_bus_properties.h Separate Line Properties dialog from Bus/Wire, and handle Junctions in Bus/Wire. 2022-03-16 14:56:32 +00:00
dialog_wire_bus_properties_base.cpp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_wire_bus_properties_base.fbp Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
dialog_wire_bus_properties_base.h Remove schematic editor standard dialog button static line separators. 2023-01-08 14:26:10 -05:00
panel_eeschema_annotation_options.cpp Move bitmap setup to ctor in eeschema annotation options. 2023-06-05 15:03:03 +03:00
panel_eeschema_annotation_options.h Schematic: Automatic Symbol Annotation 2022-05-27 15:54:00 +00:00
panel_eeschema_annotation_options_base.cpp Flat(er) look for paged dialogs. 2023-01-11 01:11:25 +00:00
panel_eeschema_annotation_options_base.fbp Flat(er) look for paged dialogs. 2023-01-11 01:11:25 +00:00
panel_eeschema_annotation_options_base.h Flat(er) look for paged dialogs. 2023-01-11 01:11:25 +00:00
panel_eeschema_color_settings.cpp Move drawing sheet datastructures to EDA_IU_SCALE. 2023-06-12 22:34:25 +01:00
panel_eeschema_color_settings.h Eeschema, panel color settings: minor fix: ensure color swatches are show/hidden 2023-05-21 14:16:11 +02:00
panel_eeschema_display_options.cpp Turn on and fix MSVC compliance mode issues 2023-02-12 16:30:37 -05:00
panel_eeschema_display_options.h Implement Reset to Defaults for all preferences panels. 2021-12-24 17:38:39 +00:00
panel_eeschema_display_options_base.cpp Insta-prefs. 2023-05-10 18:14:14 +01:00
panel_eeschema_display_options_base.fbp Insta-prefs. 2023-05-10 18:14:14 +01:00
panel_eeschema_display_options_base.h ADDED operating point overlay for SCH_EDIT_FRAME. 2023-02-11 21:11:07 +00:00
panel_eeschema_editing_options.cpp Fix issue with colours in the new lazy-loaded preference panels. 2023-05-21 10:56:21 +01:00
panel_eeschema_editing_options.h Divorce UNIT_BINDER from wxFrame. 2022-12-04 11:51:44 +00:00
panel_eeschema_editing_options_base.cpp Preferences dialog: try to reduce its width, in non English languages. 2023-02-04 14:36:14 +01:00
panel_eeschema_editing_options_base.fbp Preferences dialog: try to reduce its width, in non English languages. 2023-02-04 14:36:14 +01:00
panel_eeschema_editing_options_base.h Preferences dialog: try to reduce its width, in non English languages. 2023-02-04 14:36:14 +01:00
panel_setup_buses.cpp Get rid of bloated bitmap buttons on wxWidgets 3.2. 2022-12-13 20:48:02 +00:00
panel_setup_buses.h Implement add-new-on-return for some of our grids. 2022-09-09 13:41:13 +01:00
panel_setup_buses_base.cpp Don't specify fonts in wxFormBuilder. It only leads to pain. 2023-01-18 12:28:07 +00:00
panel_setup_buses_base.fbp Ensure good fonts in grid headers. 2023-01-16 02:47:14 +00:00
panel_setup_buses_base.h Get rid of bloated bitmap buttons on wxWidgets 3.2. 2022-12-13 20:48:02 +00:00
panel_setup_formatting.cpp ADDED operating point overlay for SCH_EDIT_FRAME. 2023-02-11 21:11:07 +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 Cosmetic fixes in schematic formatting panel (GTK) 2023-06-16 19:12:37 +03:00
panel_setup_formatting_base.fbp Cosmetic fixes in schematic formatting panel (GTK) 2023-06-16 19:12:37 +03:00
panel_setup_formatting_base.h ADDED operating point overlay for SCH_EDIT_FRAME. 2023-02-11 21:11:07 +00:00
panel_setup_pinmap.cpp More wxSing 2023-01-16 23:14:38 -05:00
panel_setup_pinmap.h Make multivector.h header order independent. 2023-03-23 13:26:32 -04:00
panel_setup_pinmap_base.cpp Flat(er) look for paged dialogs. 2023-01-11 01:11:25 +00:00
panel_setup_pinmap_base.fbp Flat(er) look for paged dialogs. 2023-01-11 01:11:25 +00:00
panel_setup_pinmap_base.h Flat(er) look for paged dialogs. 2023-01-11 01:11:25 +00:00
panel_sym_color_settings.cpp All the preferences, all the time. 2021-12-24 13:08:44 +00:00
panel_sym_color_settings.h All the preferences, all the time. 2021-12-24 13:08:44 +00:00
panel_sym_color_settings_base.cpp Flat(er) look for paged dialogs. 2023-01-11 01:11:25 +00:00
panel_sym_color_settings_base.fbp Flat(er) look for paged dialogs. 2023-01-11 01:11:25 +00:00
panel_sym_color_settings_base.h Flat(er) look for paged dialogs. 2023-01-11 01:11:25 +00:00
panel_sym_display_options.cpp Preferences dialog: try to reduce its width, in non English languages. 2023-02-04 14:36:14 +01:00
panel_sym_display_options.h Implement Reset to Defaults for all preferences panels. 2021-12-24 17:38:39 +00:00
panel_sym_editing_options.cpp PANEL_SYM_EDITING_OPTIONS: Fix a focus event issue (perhaps platform specific) 2023-07-02 19:46:56 +02:00
panel_sym_editing_options.h Allow user-entered repeat pin spacing, but force to grid multiples. 2023-07-02 17:23:01 +01:00
panel_sym_editing_options_base.cpp Allow user-entered repeat pin spacing, but force to grid multiples. 2023-07-02 17:23:01 +01:00
panel_sym_editing_options_base.fbp Allow user-entered repeat pin spacing, but force to grid multiples. 2023-07-02 17:23:01 +01:00
panel_sym_editing_options_base.h Allow user-entered repeat pin spacing, but force to grid multiples. 2023-07-02 17:23:01 +01:00
panel_sym_lib_table.cpp Fix a wxWidgets alert when deleting the last entry in a lib table. 2023-06-09 08:09:22 +02:00
panel_sym_lib_table.h SYMBOL_LIB_TABLE and PANEL_SYM_LIB_TABLE: fix some issues: 2023-04-27 12:54:18 +02:00
panel_sym_lib_table_base.cpp Fix some strings from V7's string freeze. 2023-02-11 21:11:07 +00:00
panel_sym_lib_table_base.fbp Fix some strings from V7's string freeze. 2023-02-11 21:11:07 +00:00
panel_sym_lib_table_base.h Flatten (and fix layout) of library table managers. 2023-01-20 14:19:58 +00:00
panel_template_fieldnames.cpp Ignore empty field-name-templates. 2023-04-18 17:31:25 +01:00
panel_template_fieldnames.h All the preferences, all the time. 2021-12-24 13:08:44 +00:00
panel_template_fieldnames_base.cpp Ensure good fonts in grid headers. 2023-01-16 02:47:14 +00:00
panel_template_fieldnames_base.fbp Ensure good fonts in grid headers. 2023-01-16 02:47:14 +00:00
panel_template_fieldnames_base.h Flat(er) look for paged dialogs. 2023-01-11 01:11:25 +00:00