.. |
dialog_annotate.cpp
|
annotate: cleanup Annote event name to match button
|
2024-05-23 09:47:30 -04:00 |
dialog_annotate_base.cpp
|
annotate: cleanup Annote event name to match button
|
2024-05-23 09:47:30 -04:00 |
dialog_annotate_base.fbp
|
annotate: cleanup Annote event name to match button
|
2024-05-23 09:47:30 -04:00 |
dialog_annotate_base.h
|
annotate: cleanup Annote event name to match button
|
2024-05-23 09:47:30 -04:00 |
dialog_bom.cpp
|
Build time optimizations.
|
2024-04-27 23:49:13 +03: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
|
Revert "SCH/LIB SYMBOL: never allow null LIB_SYMBOLs in SCH_SYMBOL"
|
2024-06-12 13:30:29 -04:00 |
dialog_change_symbols.h
|
Eeschema, DIALOG_CHANGE_SYMBOLS: fix incorrect initial lib link name when
|
2024-02-28 11:21:17 +01:00 |
dialog_change_symbols_base.cpp
|
Allow resetting of pin visibility overrides.
|
2024-04-27 13:30:45 +01:00 |
dialog_change_symbols_base.fbp
|
Allow resetting of pin visibility overrides.
|
2024-04-27 13:30:45 +01:00 |
dialog_change_symbols_base.h
|
Allow resetting of pin visibility overrides.
|
2024-04-27 13:30:45 +01:00 |
dialog_choose_symbol.h
|
Push most of DIALOG_CHOOSE_SYMBOL down into PANEL_SYMBOL_CHOOSER.
|
2023-09-29 00:13:12 +01:00 |
dialog_database_lib_settings.cpp
|
Rename all schematic IO plugins
|
2023-12-24 01:22:21 +00:00 |
dialog_database_lib_settings.h
|
Rename all schematic IO plugins
|
2023-12-24 01:22:21 +00: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
|
Revert "SCH/LIB SYMBOL: never allow null LIB_SYMBOLs in SCH_SYMBOL"
|
2024-06-12 13:30:29 -04: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
|
Vertically center wxGrid cells by default.
|
2023-09-18 17:15:34 +03: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
|
Ease-of-use for un-commented ERC/DRC exclusions.
|
2024-06-19 17:07:50 +01:00 |
dialog_erc.h
|
ADDED: ability to remove ignored tests from ERC/DRC list.
|
2024-05-13 17:09:54 +01:00 |
dialog_erc_base.cpp
|
ADDED: ability to remove ignored tests from ERC/DRC list.
|
2024-05-13 17:09:54 +01:00 |
dialog_erc_base.fbp
|
ADDED: ability to remove ignored tests from ERC/DRC list.
|
2024-05-13 17:09:54 +01:00 |
dialog_erc_base.h
|
ADDED: ability to remove ignored tests from ERC/DRC list.
|
2024-05-13 17:09:54 +01:00 |
dialog_export_netlist.cpp
|
Consistent capitalization.
|
2024-06-14 22:02:08 +01:00 |
dialog_export_netlist_base.cpp
|
Minor dialog layout improvements.
|
2024-03-13 11:45:33 -04:00 |
dialog_export_netlist_base.fbp
|
Minor dialog layout improvements.
|
2024-03-13 11:45:33 -04:00 |
dialog_export_netlist_base.h
|
Label netlist exporters.
|
2024-03-12 17:47:24 +00:00 |
dialog_field_properties.cpp
|
Revert "SCH/LIB SYMBOL: never allow null LIB_SYMBOLs in SCH_SYMBOL"
|
2024-06-12 13:30:29 -04:00 |
dialog_field_properties.h
|
Collapse LIB_FIELD into SCH_FIELD.
|
2024-04-13 15:42:13 +01:00 |
dialog_field_properties_base.cpp
|
ADDED: support editing unit in Reference Field Properties.
|
2024-06-02 13:42:34 +01:00 |
dialog_field_properties_base.fbp
|
ADDED: support editing unit in Reference Field Properties.
|
2024-06-02 13:42:34 +01:00 |
dialog_field_properties_base.h
|
ADDED: support editing unit in Reference Field Properties.
|
2024-06-02 13:42:34 +01:00 |
dialog_global_edit_text_and_graphics.cpp
|
Performance: don't alloc std::vector in critical areas.
|
2024-06-21 19:07:46 +01:00 |
dialog_global_edit_text_and_graphics_base.cpp
|
Minor dialog layout fixes.
|
2023-10-19 11:59:35 -04:00 |
dialog_global_edit_text_and_graphics_base.fbp
|
Minor dialog layout fixes.
|
2023-10-19 11:59:35 -04:00 |
dialog_global_edit_text_and_graphics_base.h
|
Push TEXT_SPIN_STYLE from SCH_TEXT out to SCH_LABEL_BASE.
|
2023-09-07 17:42:51 +01:00 |
dialog_global_sym_lib_table_config.cpp
|
ADDED: Reset option for Library tables
|
2024-05-02 21:31:59 +00:00 |
dialog_global_sym_lib_table_config.h
|
…
|
|
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
|
Do not update schematic connectivity for irrelevant property changes.
|
2024-03-09 08:50:26 -05:00 |
dialog_image_properties.h
|
Images: Add full properties editor
|
2022-07-14 11:23:23 +00:00 |
dialog_image_properties_base.cpp
|
Internationalize Image Properties dialogs.
|
2024-02-10 08:34:19 +03:00 |
dialog_image_properties_base.fbp
|
Internationalize Image Properties dialogs.
|
2024-02-10 08:34:19 +03:00 |
dialog_image_properties_base.h
|
Internationalize Image Properties dialogs.
|
2024-02-10 08:34:19 +03:00 |
dialog_junction_props.cpp
|
Do not update schematic connectivity for irrelevant property changes.
|
2024-03-09 08:50:26 -05:00 |
dialog_junction_props.h
|
…
|
|
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
|
Tidy incorrect column width (and fix some formatting).
|
2024-06-04 13:00:02 +01:00 |
dialog_label_properties.h
|
Collapse LIB_FIELD into SCH_FIELD.
|
2024-04-13 15:42:13 +01:00 |
dialog_label_properties_base.cpp
|
Tidy incorrect column width (and fix some formatting).
|
2024-06-04 13:00:02 +01:00 |
dialog_label_properties_base.fbp
|
Tidy incorrect column width (and fix some formatting).
|
2024-06-04 13:00:02 +01:00 |
dialog_label_properties_base.h
|
Tidy incorrect column width (and fix some formatting).
|
2024-06-04 13:00:02 +01:00 |
dialog_lib_edit_pin_table.cpp
|
RIP LIB_PIN.
|
2024-04-20 12:10:31 +01:00 |
dialog_lib_edit_pin_table.h
|
RIP LIB_PIN.
|
2024-04-20 12:10:31 +01:00 |
dialog_lib_edit_pin_table_base.cpp
|
Vertically center wxGrid cells by default.
|
2023-09-18 17:15:34 +03:00 |
dialog_lib_edit_pin_table_base.fbp
|
Vertically center wxGrid cells by default.
|
2023-09-18 17:15:34 +03: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
|
Fix a straggler from rename.
|
2024-01-26 18:01:22 +00:00 |
dialog_lib_new_symbol.h
|
Fix a straggler from rename.
|
2024-01-26 18:01:22 +00:00 |
dialog_lib_new_symbol_base.cpp
|
Lib Symbol Properties: make exclude from BOM string same as symbol props
|
2024-02-05 09:02:46 -05:00 |
dialog_lib_new_symbol_base.fbp
|
Lib Symbol Properties: make exclude from BOM string same as symbol props
|
2024-02-05 09:02:46 -05:00 |
dialog_lib_new_symbol_base.h
|
Fix a straggler from rename.
|
2024-01-26 18:01:22 +00:00 |
dialog_lib_symbol_properties.cpp
|
Expose global Field Name Templates to symbol editor.
|
2024-06-02 19:31:27 +01:00 |
dialog_lib_symbol_properties.h
|
Expose global Field Name Templates to symbol editor.
|
2024-06-02 19:31:27 +01:00 |
dialog_lib_symbol_properties_base.cpp
|
Lib Symbol Properties: make exclude from BOM string same as symbol props
|
2024-02-05 09:02:46 -05:00 |
dialog_lib_symbol_properties_base.fbp
|
Lib Symbol Properties: make exclude from BOM string same as symbol props
|
2024-02-05 09:02:46 -05:00 |
dialog_lib_symbol_properties_base.h
|
Renaming: replace convert with body-style.
|
2024-01-26 16:21:03 +00:00 |
dialog_line_properties.cpp
|
Do not update schematic connectivity for irrelevant property changes.
|
2024-03-09 08:50:26 -05: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
|
Build time optimizations.
|
2024-04-27 23:49:13 +03:00 |
dialog_migrate_buses.h
|
Add more missing destructor event cleanups
|
2023-10-02 07:22:00 -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
|
Flip symbol editor's Y axis to match other editors.
|
2024-04-27 13:47:56 +01:00 |
dialog_pin_properties.h
|
RIP LIB_PIN.
|
2024-04-20 12:10:31 +01:00 |
dialog_pin_properties_base.cpp
|
Renaming: replace convert with body-style.
|
2024-01-26 16:21:03 +00:00 |
dialog_pin_properties_base.fbp
|
Renaming: replace convert with body-style.
|
2024-01-26 16:21:03 +00:00 |
dialog_pin_properties_base.h
|
Renaming: replace convert with body-style.
|
2024-01-26 16:21:03 +00:00 |
dialog_plot_schematic.cpp
|
Honour parent symbol's transform when over-plotting pins.
|
2024-04-08 14:26:48 +01:00 |
dialog_plot_schematic.h
|
Add schematic cli plotting
|
2022-11-01 23:34:49 -04:00 |
dialog_plot_schematic_base.cpp
|
ADDED: optional PDF metadata from AUTHOR and SUBJECT variables.
|
2024-03-14 17:40:04 +00:00 |
dialog_plot_schematic_base.fbp
|
ADDED: optional PDF metadata from AUTHOR and SUBJECT variables.
|
2024-03-14 17:40:04 +00:00 |
dialog_plot_schematic_base.h
|
ADDED: optional PDF metadata from AUTHOR and SUBJECT variables.
|
2024-03-14 17:40:04 +00:00 |
dialog_rescue_each.cpp
|
Allow Never Show Rescue Symbols to be turned back off.
|
2023-09-25 23:58:15 +01:00 |
dialog_rescue_each_base.cpp
|
Move HTML_WINDOW to widgets folder, also fix some fbps that were wrongly not edited
|
2023-09-11 19:10:16 -04:00 |
dialog_rescue_each_base.fbp
|
Move HTML_WINDOW to widgets folder, also fix some fbps that were wrongly not edited
|
2023-09-11 19:10:16 -04:00 |
dialog_rescue_each_base.h
|
Move HTML_WINDOW to widgets folder, also fix some fbps that were wrongly not edited
|
2023-09-11 19:10:16 -04:00 |
dialog_sch_import_settings.cpp
|
Kick the wildcards and file exts into a static class, export it from kicommon
|
2023-12-27 21:10:01 -05:00 |
dialog_sch_import_settings.h
|
…
|
|
dialog_sch_import_settings_base.cpp
|
Schematic Setup: add BOM Preset importing
|
2023-09-27 09:14:25 -04:00 |
dialog_sch_import_settings_base.fbp
|
Schematic Setup: add BOM Preset importing
|
2023-09-27 09:14:25 -04:00 |
dialog_sch_import_settings_base.h
|
Schematic Setup: add BOM Preset importing
|
2023-09-27 09:14:25 -04:00 |
dialog_schematic_find.cpp
|
Add more missing destructor event cleanups
|
2023-10-02 07:22:00 -04:00 |
dialog_schematic_find.h
|
Build time optimizations.
|
2024-04-27 23:49:13 +03: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
|
Move ERC items to their own directory
|
2024-05-03 12:06:24 -07:00 |
dialog_schematic_setup.h
|
Schematic Setup: add BOM Preset importing
|
2023-09-27 09:14:25 -04:00 |
dialog_shape_properties.cpp
|
Eeschema: fix color issues in symbol body graphic items drawings.
|
2024-04-19 15:26:15 +02:00 |
dialog_shape_properties.h
|
RIP LIB_TEXTBOX and LIB_SHAPE.
|
2024-04-16 16:31:16 +01:00 |
dialog_shape_properties_base.cpp
|
Eeschema: fix color issues in symbol body graphic items drawings.
|
2024-04-19 15:26:15 +02:00 |
dialog_shape_properties_base.fbp
|
Eeschema: fix color issues in symbol body graphic items drawings.
|
2024-04-19 15:26:15 +02:00 |
dialog_shape_properties_base.h
|
Eeschema: fix color issues in symbol body graphic items drawings.
|
2024-04-19 15:26:15 +02:00 |
dialog_sheet_pin_properties.cpp
|
Push thickness handling down into EDA_TEXT::SetBold().
|
2024-02-25 17:28:52 +00:00 |
dialog_sheet_pin_properties.h
|
…
|
|
dialog_sheet_pin_properties_base.cpp
|
Autosize bitmap buttons in wxFB.
|
2024-05-27 00:12:55 +03:00 |
dialog_sheet_pin_properties_base.fbp
|
Autosize bitmap buttons in wxFB.
|
2024-05-27 00:12:55 +03:00 |
dialog_sheet_pin_properties_base.h
|
Autosize bitmap buttons in wxFB.
|
2024-05-27 00:12:55 +03:00 |
dialog_sheet_properties.cpp
|
Make it clear that GetSheets() is heavy.
|
2024-06-06 18:00:59 +01:00 |
dialog_sheet_properties.h
|
schematic: fix broken undo of sheets, new and changed
|
2024-06-03 13:45:52 -04:00 |
dialog_sheet_properties_base.cpp
|
ADDED: support for DNP & friends at the sheet level.
|
2024-06-02 22:41:22 +01:00 |
dialog_sheet_properties_base.fbp
|
ADDED: support for DNP & friends at the sheet level.
|
2024-06-02 22:41:22 +01:00 |
dialog_sheet_properties_base.h
|
ADDED: support for DNP & friends at the sheet level.
|
2024-06-02 22:41:22 +01:00 |
dialog_sim_command.cpp
|
Don't allow writing "//" to spice netlist.
|
2024-06-10 15:36:20 +01:00 |
dialog_sim_command.h
|
ADDED checkbox for saving SPICE digital event data.
|
2024-05-12 18:24:53 +01:00 |
dialog_sim_command_base.cpp
|
Consistent capitalization.
|
2024-06-14 22:02:08 +01:00 |
dialog_sim_command_base.fbp
|
Consistent capitalization.
|
2024-06-14 22:02:08 +01:00 |
dialog_sim_command_base.h
|
ADDED checkbox for saving SPICE digital event data.
|
2024-05-12 18:24:53 +01:00 |
dialog_sim_format_value.cpp
|
Don't assume AC gains will always be voltages.
|
2024-06-14 16:37:49 +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
|
Don't confuse "significant digits" with "decimal places".
|
2023-09-17 12:42:06 +01:00 |
dialog_sim_format_value_base.fbp
|
Don't confuse "significant digits" with "decimal places".
|
2023-09-17 12:42:06 +01: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
|
Cleanup.
|
2024-06-10 20:23:36 +01:00 |
dialog_sim_model.h
|
Cleanup.
|
2024-06-10 20:23:36 +01:00 |
dialog_sim_model_base.cpp
|
Mutual Inductor isn't an inductor.
|
2024-01-23 15:07:29 +00:00 |
dialog_sim_model_base.fbp
|
Mutual Inductor isn't an inductor.
|
2024-01-23 15:07:29 +00:00 |
dialog_sim_model_base.h
|
Mutual Inductor isn't an inductor.
|
2024-01-23 15:07:29 +00:00 |
dialog_symbol_chooser.cpp
|
Symbol Chooser Dialog: forward chars to panel
|
2023-12-14 10:04:15 -05:00 |
dialog_symbol_chooser.h
|
eeschema: add 'Already placed' category when choosing symbol
|
2023-10-04 10:29:22 -04:00 |
dialog_symbol_fields_table.cpp
|
Revert "SCH/LIB SYMBOL: never allow null LIB_SYMBOLs in SCH_SYMBOL"
|
2024-06-12 13:30:29 -04:00 |
dialog_symbol_fields_table.h
|
Formatting.
|
2024-05-06 10:58:32 +01:00 |
dialog_symbol_fields_table_base.cpp
|
Symbol Fields Table: configurable excluded from BOM filtering
|
2024-04-15 13:08:04 -04:00 |
dialog_symbol_fields_table_base.fbp
|
Symbol Fields Table: configurable excluded from BOM filtering
|
2024-04-15 13:08:04 -04:00 |
dialog_symbol_fields_table_base.h
|
Symbol Fields Table: configurable excluded from BOM filtering
|
2024-04-15 13:08:04 -04:00 |
dialog_symbol_properties.cpp
|
Revert "SCH/LIB SYMBOL: never allow null LIB_SYMBOLs in SCH_SYMBOL"
|
2024-06-12 13:30:29 -04:00 |
dialog_symbol_properties.h
|
Revert "SCH/LIB SYMBOL: never allow null LIB_SYMBOLs in SCH_SYMBOL"
|
2024-06-12 13:30:29 -04:00 |
dialog_symbol_properties_base.cpp
|
Vertically center wxGrid cells by default.
|
2023-09-18 17:15:34 +03:00 |
dialog_symbol_properties_base.fbp
|
Vertically center wxGrid cells by default.
|
2023-09-18 17:15:34 +03:00 |
dialog_symbol_properties_base.h
|
Improve naming for alternate pin fuction assignments.
|
2023-08-29 18:07:27 +01:00 |
dialog_symbol_remap.cpp
|
Build time optimizations.
|
2024-04-27 23:49:13 +03: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
|
Move HTML_WINDOW to widgets folder, also fix some fbps that were wrongly not edited
|
2023-09-11 19:10:16 -04:00 |
dialog_symbol_remap_base.fbp
|
Move HTML_WINDOW to widgets folder, also fix some fbps that were wrongly not edited
|
2023-09-11 19:10:16 -04:00 |
dialog_symbol_remap_base.h
|
Move HTML_WINDOW to widgets folder, also fix some fbps that were wrongly not edited
|
2023-09-11 19:10:16 -04:00 |
dialog_table_properties.cpp
|
Make it clear that GetSheets() is heavy.
|
2024-06-06 18:00:59 +01:00 |
dialog_table_properties.h
|
Split out table editing and table cell editing.
|
2024-02-24 20:05:51 +00:00 |
dialog_table_properties_base.cpp
|
Split out table editing and table cell editing.
|
2024-02-24 20:05:51 +00:00 |
dialog_table_properties_base.fbp
|
Split out table editing and table cell editing.
|
2024-02-24 20:05:51 +00:00 |
dialog_table_properties_base.h
|
Split out table editing and table cell editing.
|
2024-02-24 20:05:51 +00:00 |
dialog_tablecell_properties.cpp
|
Set swatch background colors.
|
2024-05-24 21:26:20 +01:00 |
dialog_tablecell_properties.h
|
Split out table editing and table cell editing.
|
2024-02-24 20:05:51 +00:00 |
dialog_tablecell_properties_base.cpp
|
Autosize bitmap buttons in wxFB.
|
2024-05-27 00:12:55 +03:00 |
dialog_tablecell_properties_base.fbp
|
Autosize bitmap buttons in wxFB.
|
2024-05-27 00:12:55 +03:00 |
dialog_tablecell_properties_base.h
|
Autosize bitmap buttons in wxFB.
|
2024-05-27 00:12:55 +03:00 |
dialog_text_properties.cpp
|
Make it clear that GetSheets() is heavy.
|
2024-06-06 18:00:59 +01:00 |
dialog_text_properties.h
|
Collapse LIB_TEXT into SCH_TEXT.
|
2024-04-16 16:31:16 +01:00 |
dialog_text_properties_base.cpp
|
Autosize bitmap buttons in wxFB.
|
2024-05-27 00:12:55 +03:00 |
dialog_text_properties_base.fbp
|
Autosize bitmap buttons in wxFB.
|
2024-05-27 00:12:55 +03:00 |
dialog_text_properties_base.h
|
Autosize bitmap buttons in wxFB.
|
2024-05-27 00:12:55 +03:00 |
dialog_update_from_pcb.cpp
|
Sch/PCB: allow back-updating schematic fields from PCB
|
2023-07-31 10:38:43 -04:00 |
dialog_update_from_pcb.h
|
Sch/PCB: allow back-updating schematic fields from PCB
|
2023-07-31 10:38:43 -04:00 |
dialog_update_from_pcb_base.cpp
|
Sch/PCB: allow back-updating schematic fields from PCB
|
2023-07-31 10:38:43 -04:00 |
dialog_update_from_pcb_base.fbp
|
Sch/PCB: allow back-updating schematic fields from PCB
|
2023-07-31 10:38:43 -04:00 |
dialog_update_from_pcb_base.h
|
Sch/PCB: allow back-updating schematic fields from PCB
|
2023-07-31 10:38:43 -04:00 |
dialog_update_symbol_fields.cpp
|
Collapse LIB_FIELD into SCH_FIELD.
|
2024-04-13 15:42:13 +01:00 |
dialog_update_symbol_fields.h
|
Build time optimizations.
|
2024-04-27 23:49:13 +03:00 |
dialog_update_symbol_fields_base.cpp
|
…
|
|
dialog_update_symbol_fields_base.fbp
|
…
|
|
dialog_update_symbol_fields_base.h
|
…
|
|
dialog_user_defined_signals.cpp
|
Fix off-by-one error when creating user-defined signals.
|
2023-10-28 13:27:48 +01: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
|
Vertically center wxGrid cells by default.
|
2023-09-18 17:15:34 +03:00 |
dialog_user_defined_signals_base.fbp
|
Vertically center wxGrid cells by default.
|
2023-09-18 17:15:34 +03:00 |
dialog_user_defined_signals_base.h
|
ADDED user-defined signals.
|
2023-02-21 13:32:01 +00:00 |
dialog_wire_bus_properties.cpp
|
More bitmap bundle comboboxes
|
2024-01-21 22:55:13 -05: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_bom_presets.cpp
|
Tweaks in eeschema for hidpi
|
2024-02-05 01:03:52 -05:00 |
panel_bom_presets.fbp
|
Minor dialog layout fixes.
|
2023-10-19 11:59:35 -04:00 |
panel_bom_presets.h
|
Schematic Setup: add BOM Preset importing
|
2023-09-27 09:14:25 -04:00 |
panel_bom_presets_base.cpp
|
Minor dialog layout fixes.
|
2023-10-19 11:59:35 -04:00 |
panel_bom_presets_base.h
|
Minor dialog layout fixes.
|
2023-10-19 11:59:35 -04:00 |
panel_eeschema_annotation_options.cpp
|
Add bitmap bundle support to BITMAP_SCALE
|
2023-10-22 14:02:06 -04: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
|
Avoid referencing parents after deletion
|
2024-05-26 07:35:46 -07:00 |
panel_eeschema_color_settings.h
|
Break out the boundary violating parts of gal into common through subclassing
|
2023-09-23 09:37:47 -04:00 |
panel_eeschema_display_options.cpp
|
ADDED: markers for excluded-from-sim items.
|
2024-06-03 17:12:15 +01: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
|
ADDED: markers for excluded-from-sim items.
|
2024-06-03 17:12:15 +01:00 |
panel_eeschema_display_options_base.fbp
|
ADDED: markers for excluded-from-sim items.
|
2024-06-03 17:12:15 +01:00 |
panel_eeschema_display_options_base.h
|
ADDED: markers for excluded-from-sim items.
|
2024-06-03 17:12:15 +01:00 |
panel_eeschema_editing_options.cpp
|
Build time optimizations.
|
2024-04-27 23:49:13 +03: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
|
REMOVED: Clicking on pin selects symbol setting
|
2024-03-02 22:18:51 -05:00 |
panel_eeschema_editing_options_base.fbp
|
REMOVED: Clicking on pin selects symbol setting
|
2024-03-02 22:18:51 -05:00 |
panel_eeschema_editing_options_base.h
|
REMOVED: Clicking on pin selects symbol setting
|
2024-03-02 22:18:51 -05:00 |
panel_setup_buses.cpp
|
Tweaks in eeschema for hidpi
|
2024-02-05 01:03:52 -05: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
|
Minor dialog layout fixes.
|
2023-10-19 11:59:35 -04:00 |
panel_setup_buses_base.fbp
|
Minor dialog layout fixes.
|
2023-10-19 11:59:35 -04: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
|
More globals eradication.
|
2023-11-12 23:43:30 +00:00 |
panel_setup_formatting.h
|
Make ERC off-grid check user-configurable.
|
2023-10-14 20:47:03 +01:00 |
panel_setup_formatting_base.cpp
|
Make ERC off-grid check user-configurable.
|
2023-10-14 20:47:03 +01:00 |
panel_setup_formatting_base.fbp
|
Make ERC off-grid check user-configurable.
|
2023-10-14 20:47:03 +01:00 |
panel_setup_formatting_base.h
|
Make ERC off-grid check user-configurable.
|
2023-10-14 20:47:03 +01:00 |
panel_setup_pinmap.cpp
|
Move ERC items to their own directory
|
2024-05-03 12:06:24 -07:00 |
panel_setup_pinmap.h
|
Move ERC items to their own directory
|
2024-05-03 12:06:24 -07:00 |
panel_setup_pinmap_base.cpp
|
Generate NC-pin errors when connected to other items.
|
2023-09-04 17:27:39 +01:00 |
panel_setup_pinmap_base.fbp
|
Generate NC-pin errors when connected to other items.
|
2023-09-04 17:27:39 +01:00 |
panel_setup_pinmap_base.h
|
Flat(er) look for paged dialogs.
|
2023-01-11 01:11:25 +00:00 |
panel_simulator_preferences.cpp
|
Horizontal/vertical zoom for Simulator plots
|
2024-03-10 12:43:18 +00:00 |
panel_simulator_preferences.fbp
|
Horizontal/vertical zoom for Simulator plots
|
2024-03-10 12:43:18 +00:00 |
panel_simulator_preferences.h
|
Horizontal/vertical zoom for Simulator plots
|
2024-03-10 12:43:18 +00:00 |
panel_simulator_preferences_base.cpp
|
Horizontal/vertical zoom for Simulator plots
|
2024-03-10 12:43:18 +00:00 |
panel_simulator_preferences_base.h
|
Horizontal/vertical zoom for Simulator plots
|
2024-03-10 12:43:18 +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
|
Reduce visual clutter in GAL display options.
|
2023-09-04 13:06:46 +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
|
Minor string fixes.
|
2023-12-08 13:09:16 -05:00 |
panel_sym_editing_options_base.fbp
|
Minor string fixes.
|
2023-12-08 13:09:16 -05:00 |
panel_sym_editing_options_base.h
|
Minor string fixes.
|
2023-12-08 13:09:16 -05:00 |
panel_sym_lib_table.cpp
|
Hidden footprint libraries are not yet supported.
|
2024-06-12 16:59:20 +01:00 |
panel_sym_lib_table.h
|
ADDED: Reset option for Library tables
|
2024-05-02 21:31:59 +00:00 |
panel_sym_lib_table_base.cpp
|
ADDED: Reset option for Library tables
|
2024-05-02 21:31:59 +00:00 |
panel_sym_lib_table_base.fbp
|
ADDED: Reset option for Library tables
|
2024-05-02 21:31:59 +00:00 |
panel_sym_lib_table_base.h
|
ADDED: Reset option for Library tables
|
2024-05-02 21:31:59 +00:00 |
panel_template_fieldnames.cpp
|
Tweaks in eeschema for hidpi
|
2024-02-05 01:03:52 -05:00 |
panel_template_fieldnames.h
|
All the preferences, all the time.
|
2021-12-24 13:08:44 +00:00 |
panel_template_fieldnames_base.cpp
|
Minor dialog layout fixes.
|
2023-10-19 11:59:35 -04:00 |
panel_template_fieldnames_base.fbp
|
Minor dialog layout fixes.
|
2023-10-19 11:59:35 -04:00 |
panel_template_fieldnames_base.h
|
Flat(er) look for paged dialogs.
|
2023-01-11 01:11:25 +00:00 |