.. |
dialog_annotate.cpp
|
Schematic: better automatic/recursive annotate
|
2022-05-27 15:54:00 +00:00 |
dialog_annotate_base.cpp
|
Schematic: add recursive annotation control
|
2022-05-27 15:54:00 +00:00 |
dialog_annotate_base.fbp
|
Schematic: add recursive annotation control
|
2022-05-27 15:54:00 +00:00 |
dialog_annotate_base.h
|
Schematic: add recursive annotation control
|
2022-05-27 15:54:00 +00:00 |
dialog_bom.cpp
|
Don't strip extensions twice in BOM export
|
2022-01-05 11:07:49 -08:00 |
dialog_bom_base.cpp
|
Minor dialog spacing issue.
|
2021-07-03 15:24:54 +01:00 |
dialog_bom_base.fbp
|
Minor dialog spacing issue.
|
2021-07-03 15:24:54 +01: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
|
Make sure standard OK/Cancel buttons respond to current language.
|
2021-12-24 18:13:11 +00:00 |
dialog_bus_manager.h
|
Stop using wxDialog::EndModal() from inside dialogs.
|
2021-07-21 17:38:14 -04:00 |
dialog_change_symbols.cpp
|
Fix a few issues related to field names and their translation. - Do not use translated field names outside strings displayed in dialogs. - fix code that does not work well with default locale. - fix some (not all) I18n issues in DIALOG_UPDATE_SYMBOL_FIELDS.
|
2022-05-13 11:45:37 +02:00 |
dialog_change_symbols.h
|
Update fields list when source or target lib IDs change.
|
2021-06-28 20:38:19 +01:00 |
dialog_change_symbols_base.cpp
|
DIALOG_CHANGE_SYMBOLS: add missing skip event in wxFocusEvents.
|
2021-10-27 17:17:44 +02:00 |
dialog_change_symbols_base.fbp
|
DIALOG_CHANGE_SYMBOLS: add missing skip event in wxFocusEvents.
|
2021-10-27 17:17:44 +02:00 |
dialog_change_symbols_base.h
|
DIALOG_CHANGE_SYMBOLS: add missing skip event in wxFocusEvents.
|
2021-10-27 17:17:44 +02:00 |
dialog_choose_symbol.cpp
|
Save and re-load query string in Choose Symbol dialog.
|
2022-04-17 00:33:56 +01:00 |
dialog_choose_symbol.h
|
Save and re-load query string in Choose Symbol dialog.
|
2022-04-17 00:33:56 +01:00 |
dialog_edit_symbols_libid.cpp
|
Use GetUnobscuredSize in dialogs/panels
|
2021-12-25 15:26:43 +00: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
|
KIFACE_I -> KIFACE_BASE.
|
2021-09-14 23:45:14 +01:00 |
dialog_eeschema_page_settings.h
|
Round 2 of Worksheet -> Drawing Sheet.
|
2021-02-23 11:57:44 +00:00 |
dialog_erc.cpp
|
Cross-probing for ERC dialog.
|
2022-04-17 00:33:56 +01:00 |
dialog_erc.h
|
Cross-probing for ERC dialog.
|
2022-04-17 00:33:56 +01:00 |
dialog_erc_base.cpp
|
Bring ERC & DRC dialogs into parity.
|
2022-01-22 22:27:41 +00:00 |
dialog_erc_base.fbp
|
Bring ERC & DRC dialogs into parity.
|
2022-01-22 22:27:41 +00:00 |
dialog_erc_base.h
|
Bring ERC & DRC dialogs into parity.
|
2022-01-22 22:27:41 +00:00 |
dialog_field_properties.cpp
|
Some fixes related to translated/not translated mandatory field names. DIALOG_SYMBOL_FIELDS_TABLE: add new fields to symbols only if the field is not empty.
|
2022-05-13 11:45:38 +02:00 |
dialog_field_properties.h
|
Colors for text in PL_Editor and Eeschema.
|
2022-03-31 19:43:56 +01:00 |
dialog_field_properties_base.cpp
|
Colors for text in PL_Editor and Eeschema.
|
2022-03-31 19:43:56 +01:00 |
dialog_field_properties_base.fbp
|
Colors for text in PL_Editor and Eeschema.
|
2022-03-31 19:43:56 +01:00 |
dialog_field_properties_base.h
|
Colors for text in PL_Editor and Eeschema.
|
2022-03-31 19:43:56 +01:00 |
dialog_global_edit_text_and_graphics.cpp
|
Be cognizant of symbol transform when setting justification.
|
2022-05-26 10:54:08 +01:00 |
dialog_global_edit_text_and_graphics_base.cpp
|
Add text colour to Edit Text & Graphics Properties.
|
2022-05-06 00:06:00 +01:00 |
dialog_global_edit_text_and_graphics_base.fbp
|
Add text colour to Edit Text & Graphics Properties.
|
2022-05-06 00:06:00 +01:00 |
dialog_global_edit_text_and_graphics_base.h
|
Add text colour to Edit Text & Graphics Properties.
|
2022-05-06 00:06:00 +01:00 |
dialog_global_sym_lib_table_config.cpp
|
KIFACE_I -> KIFACE_BASE.
|
2021-09-14 23:45:14 +01: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
|
Separate Line Properties dialog from Bus/Wire, and handle Junctions in Bus/Wire.
|
2022-03-16 14:56:32 +00:00 |
dialog_junction_props.h
|
Schematic editor dialog source code housekeeping.
|
2021-03-21 13:31:23 -04:00 |
dialog_junction_props_base.cpp
|
A bit of dialog layout cleanup.
|
2022-04-06 16:58:26 +01:00 |
dialog_junction_props_base.fbp
|
A bit of dialog layout cleanup.
|
2022-04-06 16:58:26 +01:00 |
dialog_junction_props_base.h
|
Disambiguate JunctionDiameter from EffectiveJunctionDiameter.
|
2021-08-31 12:18:02 +01:00 |
dialog_label_properties.cpp
|
Implement cross-references for labels.
|
2022-05-07 21:10:04 +01:00 |
dialog_label_properties.h
|
Hand-code tab navigation from value field of Label Properties dialog.
|
2022-05-06 18:14:25 +01:00 |
dialog_label_properties_base.cpp
|
Hand-code tab navigation from value field of Label Properties dialog.
|
2022-05-06 18:14:25 +01:00 |
dialog_label_properties_base.fbp
|
Hand-code tab navigation from value field of Label Properties dialog.
|
2022-05-06 18:14:25 +01:00 |
dialog_label_properties_base.h
|
Hand-code tab navigation from value field of Label Properties dialog.
|
2022-05-06 18:14:25 +01:00 |
dialog_lib_edit_pin_table.cpp
|
Fix a wxWidgets alert.
|
2022-05-12 20:58:48 +02:00 |
dialog_lib_edit_pin_table.h
|
ADDED grouping of selected pins in Pin Table.
|
2022-03-26 21:07:10 +00:00 |
dialog_lib_edit_pin_table_base.cpp
|
ADDED grouping of selected pins in Pin Table.
|
2022-03-26 21:07:10 +00:00 |
dialog_lib_edit_pin_table_base.fbp
|
ADDED grouping of selected pins in Pin Table.
|
2022-03-26 21:07:10 +00:00 |
dialog_lib_edit_pin_table_base.h
|
ADDED grouping of selected pins in Pin Table.
|
2022-03-26 21:07:10 +00:00 |
dialog_lib_new_symbol.cpp
|
Harmonize interchangeable units checkboxes.
|
2022-02-06 19:43:25 +00:00 |
dialog_lib_new_symbol.h
|
Harmonize interchangeable units checkboxes.
|
2022-02-06 19:43:25 +00:00 |
dialog_lib_new_symbol_base.cpp
|
Fix tooltip.
|
2022-02-07 17:36:40 +00:00 |
dialog_lib_new_symbol_base.fbp
|
Fix tooltip.
|
2022-02-07 17:36:40 +00:00 |
dialog_lib_new_symbol_base.h
|
Harmonize interchangeable units checkboxes.
|
2022-02-06 19:43:25 +00:00 |
dialog_lib_shape_properties.cpp
|
Don't rely on HasConversion() for Symbol Properties in Symbol Editor.
|
2022-03-26 11:53:48 +00:00 |
dialog_lib_shape_properties.h
|
Add a checkbox for LIB_SHAPE borders. (We already have them for LIB_TEXTBOXes.)
|
2022-02-06 19:43:25 +00:00 |
dialog_lib_shape_properties_base.cpp
|
A bit of dialog layout cleanup.
|
2022-04-06 16:58:26 +01:00 |
dialog_lib_shape_properties_base.fbp
|
A bit of dialog layout cleanup.
|
2022-04-06 16:58:26 +01:00 |
dialog_lib_shape_properties_base.h
|
Add a checkbox for LIB_SHAPE borders. (We already have them for LIB_TEXTBOXes.)
|
2022-02-06 19:43:25 +00:00 |
dialog_lib_symbol_properties.cpp
|
Fix eda_doc not looking for schematic locally
|
2022-05-10 21:28:48 -04:00 |
dialog_lib_symbol_properties.h
|
Update columns when height changes too
|
2021-12-25 15:26:43 +00:00 |
dialog_lib_symbol_properties_base.cpp
|
Font and color for FIELDS_GRID_TABLE.
|
2022-05-06 00:06:00 +01:00 |
dialog_lib_symbol_properties_base.fbp
|
Font and color for FIELDS_GRID_TABLE.
|
2022-05-06 00:06:00 +01:00 |
dialog_lib_symbol_properties_base.h
|
Add unsaved-changes indication to Symbol Properties.
|
2021-10-25 12:35:04 +01:00 |
dialog_lib_text_properties.cpp
|
Schematic and symbol text boxes.
|
2022-01-28 21:38:15 +00: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
|
TextBoxes for PCBNew.
|
2022-01-31 20:00:47 +00:00 |
dialog_lib_text_properties_base.fbp
|
TextBoxes for PCBNew.
|
2022-01-31 20:00:47 +00:00 |
dialog_lib_text_properties_base.h
|
Schematic and symbol text boxes.
|
2022-01-28 21:38:15 +00:00 |
dialog_lib_textbox_properties.cpp
|
Rationalize negative line-width handling.
|
2022-04-05 23:59:25 +01:00 |
dialog_lib_textbox_properties.h
|
Bring EEschema textboxes in line with PCBNew's.
|
2022-01-31 21:46:40 +00:00 |
dialog_lib_textbox_properties_base.cpp
|
Eeschema, DIALOG_TEXT_PROPERTIES and DIALOG_LIB_TEXTBOX_PROPERTIES: fix minor issues
|
2022-02-15 15:38:08 +01:00 |
dialog_lib_textbox_properties_base.fbp
|
A bit of dialog layout cleanup.
|
2022-04-06 16:58:26 +01:00 |
dialog_lib_textbox_properties_base.h
|
Eeschema, DIALOG_TEXT_PROPERTIES and DIALOG_LIB_TEXTBOX_PROPERTIES: fix minor issues
|
2022-02-15 15:38:08 +01:00 |
dialog_line_properties.cpp
|
Rationalize negative line-width handling.
|
2022-04-05 23:59:25 +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
|
A bit of dialog layout cleanup.
|
2022-04-06 16:58:26 +01:00 |
dialog_line_properties_base.fbp
|
A bit of dialog layout cleanup.
|
2022-04-06 16:58:26 +01:00 |
dialog_line_properties_base.h
|
A bit of dialog layout cleanup.
|
2022-04-06 16:58:26 +01:00 |
dialog_migrate_buses.cpp
|
Schematic and symbol text boxes.
|
2022-01-28 21:38:15 +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
|
Fix a few Coverity and compil warnings.
|
2022-03-26 16:21:23 +01:00 |
dialog_netlist_base.cpp
|
Stop using wxDialog::EndModal() from inside dialogs.
|
2021-07-21 17:38:14 -04:00 |
dialog_netlist_base.fbp
|
Stop using wxDialog::EndModal() from inside dialogs.
|
2021-07-21 17:38:14 -04:00 |
dialog_netlist_base.h
|
Stop using wxDialog::EndModal() from inside dialogs.
|
2021-07-21 17:38:14 -04:00 |
dialog_pin_properties.cpp
|
More visible Synchronized Pins Mode informatics.
|
2022-03-26 15:16:08 +00:00 |
dialog_pin_properties.h
|
More visible Synchronized Pins Mode informatics.
|
2022-03-26 15:16:08 +00:00 |
dialog_pin_properties_base.cpp
|
More visible Synchronized Pins Mode informatics.
|
2022-03-26 15:16:08 +00:00 |
dialog_pin_properties_base.fbp
|
More visible Synchronized Pins Mode informatics.
|
2022-03-26 15:16:08 +00:00 |
dialog_pin_properties_base.h
|
More visible Synchronized Pins Mode informatics.
|
2022-03-26 15:16:08 +00:00 |
dialog_plot_schematic.cpp
|
Resolve title variable when plotting
|
2022-05-12 15:31:15 -07:00 |
dialog_plot_schematic.h
|
Add done messages to various plotters.
|
2021-09-18 10:39:57 +01: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
|
Yeet wxPoint/wxSize out of PLOTTER
|
2021-12-29 19:02:50 +00:00 |
dialog_print_using_printer.cpp
|
Disable background color when printing in black & white.
|
2022-04-24 19:46:57 +01: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
|
Make sure standard OK/Cancel buttons respond to current language.
|
2021-12-24 18:13:11 +00:00 |
dialog_rescue_each_base.cpp
|
Substitute all wxHtmlWindow with HTML_WINDOW
|
2021-10-12 07:07:15 +00:00 |
dialog_rescue_each_base.fbp
|
Substitute all wxHtmlWindow with HTML_WINDOW
|
2021-10-12 07:07:15 +00:00 |
dialog_rescue_each_base.h
|
Substitute all wxHtmlWindow with HTML_WINDOW
|
2021-10-12 07:07:15 +00:00 |
dialog_sch_import_settings.cpp
|
Make sure standard OK/Cancel buttons respond to current language.
|
2021-12-24 18:13:11 +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
|
Minor dialog layout improvements.
|
2021-09-07 08:06:02 -04:00 |
dialog_sch_import_settings_base.fbp
|
Minor dialog layout improvements.
|
2021-09-07 08:06:02 -04:00 |
dialog_sch_import_settings_base.h
|
Minor dialog layout improvements.
|
2021-09-07 08:06:02 -04:00 |
dialog_schematic_find.cpp
|
Preload eeschema find with selection when appropriate.
|
2022-03-18 23:31:30 +00:00 |
dialog_schematic_find.h
|
Preload eeschema find with selection when appropriate.
|
2022-03-18 23:31:30 +00: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
|
CvPcb: fix crash due to a null pointer: pcbconfig() can return null.
|
2022-01-04 14:51:32 +01:00 |
dialog_schematic_setup.h
|
Rip out rest of macHack architecture.
|
2022-01-03 22:09:56 +00:00 |
dialog_shape_properties.cpp
|
Rationalize negative line-width handling.
|
2022-04-05 23:59:25 +01:00 |
dialog_shape_properties.h
|
Rationalize negative line-width handling.
|
2022-04-05 23:59:25 +01:00 |
dialog_shape_properties_base.cpp
|
A bit of dialog layout cleanup.
|
2022-04-06 16:58:26 +01:00 |
dialog_shape_properties_base.fbp
|
A bit of dialog layout cleanup.
|
2022-04-06 16:58:26 +01:00 |
dialog_shape_properties_base.h
|
Rationalize negative line-width handling.
|
2022-04-05 23:59:25 +01:00 |
dialog_sheet_pin_properties.cpp
|
Editing support for sheet-pin fonts, text styles and text colors.
|
2022-04-01 19:26:27 +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
|
Editing support for sheet-pin fonts, text styles and text colors.
|
2022-04-01 19:26:27 +01:00 |
dialog_sheet_pin_properties_base.fbp
|
Editing support for sheet-pin fonts, text styles and text colors.
|
2022-04-01 19:26:27 +01:00 |
dialog_sheet_pin_properties_base.h
|
Editing support for sheet-pin fonts, text styles and text colors.
|
2022-04-01 19:26:27 +01:00 |
dialog_sheet_properties.cpp
|
Ellipsize long heirarchical paths.
|
2022-04-30 14:09:30 +01:00 |
dialog_sheet_properties.h
|
Update columns when height changes too
|
2021-12-25 15:26:43 +00:00 |
dialog_sheet_properties_base.cpp
|
Font and color for FIELDS_GRID_TABLE.
|
2022-05-06 00:06:00 +01:00 |
dialog_sheet_properties_base.fbp
|
Font and color for FIELDS_GRID_TABLE.
|
2022-05-06 00:06:00 +01:00 |
dialog_sheet_properties_base.h
|
Ellipsize long heirarchical paths.
|
2022-04-30 14:09:30 +01:00 |
dialog_signal_list.cpp
|
eeschema: rename m_exporter to m_circuitModel
|
2022-04-01 19:28:31 +00:00 |
dialog_signal_list.h
|
eeschema: rename m_exporter to m_circuitModel
|
2022-04-01 19:28:31 +00: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: rename m_exporter to m_circuitModel
|
2022-04-01 19:28:31 +00:00 |
dialog_sim_settings.h
|
eeschema: rename m_exporter to m_circuitModel
|
2022-04-01 19:28:31 +00: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
|
SPICE: Add support for transmission lines
|
2022-01-23 17:23:22 +00:00 |
dialog_spice_model.h
|
SPICE: Add support for transmission lines
|
2022-01-23 17:23:22 +00:00 |
dialog_spice_model_base.cpp
|
SPICE: Add support for transmission lines
|
2022-01-23 17:23:22 +00:00 |
dialog_spice_model_base.fbp
|
SPICE: Add support for transmission lines
|
2022-01-23 17:23:22 +00:00 |
dialog_spice_model_base.h
|
SPICE: Add support for transmission lines
|
2022-01-23 17:23:22 +00:00 |
dialog_symbol_fields_table.cpp
|
Some fixes related to translated/not translated mandatory field names. DIALOG_SYMBOL_FIELDS_TABLE: add new fields to symbols only if the field is not empty.
|
2022-05-13 11:45:38 +02:00 |
dialog_symbol_fields_table.h
|
Some fixes related to translated/not translated mandatory field names. DIALOG_SYMBOL_FIELDS_TABLE: add new fields to symbols only if the field is not empty.
|
2022-05-13 11:45:38 +02:00 |
dialog_symbol_fields_table_base.cpp
|
Some fixes related to translated/not translated mandatory field names. DIALOG_SYMBOL_FIELDS_TABLE: add new fields to symbols only if the field is not empty.
|
2022-05-13 11:45:38 +02:00 |
dialog_symbol_fields_table_base.fbp
|
Some fixes related to translated/not translated mandatory field names. DIALOG_SYMBOL_FIELDS_TABLE: add new fields to symbols only if the field is not empty.
|
2022-05-13 11:45:38 +02:00 |
dialog_symbol_fields_table_base.h
|
Some fixes related to translated/not translated mandatory field names. DIALOG_SYMBOL_FIELDS_TABLE: add new fields to symbols only if the field is not empty.
|
2022-05-13 11:45:38 +02:00 |
dialog_symbol_properties.cpp
|
Fix a few issues related to field names and their translation. - Do not use translated field names outside strings displayed in dialogs. - fix code that does not work well with default locale. - fix some (not all) I18n issues in DIALOG_UPDATE_SYMBOL_FIELDS.
|
2022-05-13 11:45:37 +02:00 |
dialog_symbol_properties.h
|
Move delay selection out of UpdateUI
|
2022-01-26 16:05:40 -08:00 |
dialog_symbol_properties_base.cpp
|
Font and color for FIELDS_GRID_TABLE.
|
2022-05-06 00:06:00 +01:00 |
dialog_symbol_properties_base.fbp
|
Font and color for FIELDS_GRID_TABLE.
|
2022-05-06 00:06:00 +01:00 |
dialog_symbol_properties_base.h
|
Font and color for FIELDS_GRID_TABLE.
|
2022-05-06 00:06:00 +01:00 |
dialog_symbol_remap.cpp
|
Normalize drawing sheet path to env vars & prj, not just prj.
|
2021-10-02 23:39:45 +01: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
|
Substitute all wxHtmlWindow with HTML_WINDOW
|
2021-10-12 07:07:15 +00: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
|
Rationalize negative line-width handling.
|
2022-04-05 23:59:25 +01:00 |
dialog_text_properties.h
|
Bring EEschema textboxes in line with PCBNew's.
|
2022-01-31 21:46:40 +00:00 |
dialog_text_properties_base.cpp
|
Colors for text in PL_Editor and Eeschema.
|
2022-03-31 19:43:56 +01:00 |
dialog_text_properties_base.fbp
|
Colors for text in PL_Editor and Eeschema.
|
2022-03-31 19:43:56 +01:00 |
dialog_text_properties_base.h
|
Colors for text in PL_Editor and Eeschema.
|
2022-03-31 19:43:56 +01:00 |
dialog_update_from_pcb.cpp
|
Change default value of MatchByReference to false.
|
2022-05-14 12:41:25 +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
|
Fix a few issues related to field names and their translation. - Do not use translated field names outside strings displayed in dialogs. - fix code that does not work well with default locale. - fix some (not all) I18n issues in DIALOG_UPDATE_SYMBOL_FIELDS.
|
2022-05-13 11:45:37 +02: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_wire_bus_properties.cpp
|
Rationalize negative line-width handling.
|
2022-04-05 23:59:25 +01: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
|
A bit of dialog layout cleanup.
|
2022-04-06 16:58:26 +01:00 |
dialog_wire_bus_properties_base.fbp
|
A bit of dialog layout cleanup.
|
2022-04-06 16:58:26 +01:00 |
dialog_wire_bus_properties_base.h
|
A bit of dialog layout cleanup.
|
2022-04-06 16:58:26 +01:00 |
panel_eeschema_annotation_options.cpp
|
Schematic: add recursive annotation control
|
2022-05-27 15:54:00 +00:00 |
panel_eeschema_annotation_options.h
|
Schematic: Automatic Symbol Annotation
|
2022-05-27 15:54:00 +00:00 |
panel_eeschema_annotation_options_base.cpp
|
Schematic: add recursive annotation control
|
2022-05-27 15:54:00 +00:00 |
panel_eeschema_annotation_options_base.fbp
|
Schematic: add recursive annotation control
|
2022-05-27 15:54:00 +00:00 |
panel_eeschema_annotation_options_base.h
|
Schematic: add recursive annotation control
|
2022-05-27 15:54:00 +00:00 |
panel_eeschema_color_settings.cpp
|
Remove a few call sites of SCH_SHEET::SetSize
|
2022-04-18 16:23:03 +02:00 |
panel_eeschema_color_settings.h
|
All the preferences, all the time.
|
2021-12-24 13:08:44 +00:00 |
panel_eeschema_display_options.cpp
|
Overhaul bitmap text for performance.
|
2022-05-14 20:09:54 +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
|
Overhaul bitmap text for performance.
|
2022-05-14 20:09:54 +01:00 |
panel_eeschema_display_options_base.fbp
|
Overhaul bitmap text for performance.
|
2022-05-14 20:09:54 +01:00 |
panel_eeschema_display_options_base.h
|
Overhaul bitmap text for performance.
|
2022-05-14 20:09:54 +01:00 |
panel_eeschema_editing_options.cpp
|
Hierarchy: turn into a left side pane
|
2022-06-02 21:56:17 +00:00 |
panel_eeschema_editing_options.h
|
Implement Reset to Defaults for all preferences panels.
|
2021-12-24 17:38:39 +00:00 |
panel_eeschema_editing_options_base.cpp
|
Hierarchy: turn into a left side pane
|
2022-06-02 21:56:17 +00:00 |
panel_eeschema_editing_options_base.fbp
|
Hierarchy: turn into a left side pane
|
2022-06-02 21:56:17 +00:00 |
panel_eeschema_editing_options_base.h
|
Hierarchy: turn into a left side pane
|
2022-06-02 21:56:17 +00:00 |
panel_setup_formatting.cpp
|
More consistency with hint messages.
|
2021-12-24 17:23:41 +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
|
User-configureable dash styles (and dash-dot-dot).
|
2021-12-23 20:36:24 +00:00 |
panel_setup_formatting_base.fbp
|
User-configureable dash styles (and dash-dot-dot).
|
2021-12-23 20:36:24 +00:00 |
panel_setup_formatting_base.h
|
User-configureable dash styles (and dash-dot-dot).
|
2021-12-23 20:36:24 +00:00 |
panel_setup_pinmap.cpp
|
KIFACE_I -> KIFACE_BASE.
|
2021-09-14 23:45:14 +01:00 |
panel_setup_pinmap.h
|
Remove wx.h from many files
|
2021-06-03 02:19:20 +01:00 |
panel_setup_pinmap_base.cpp
|
Even out spacing around various panels.
|
2021-07-09 23:42:45 +01:00 |
panel_setup_pinmap_base.fbp
|
Even out spacing around various panels.
|
2021-07-09 23:42:45 +01: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
|
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
|
Improve ease-of-use of color preferences.
|
2021-08-04 13:55:42 +01:00 |
panel_sym_color_settings_base.fbp
|
Improve ease-of-use of color preferences.
|
2021-08-04 13:55:42 +01:00 |
panel_sym_color_settings_base.h
|
Improve ease-of-use of color preferences.
|
2021-08-04 13:55:42 +01:00 |
panel_sym_display_options.cpp
|
Implement Reset to Defaults for all preferences panels.
|
2021-12-24 17:38:39 +00: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
|
Add hint to symbol editor defaults.
|
2021-12-24 23:25:07 +00:00 |
panel_sym_editing_options.h
|
Implement Reset to Defaults for all preferences panels.
|
2021-12-24 17:38:39 +00:00 |
panel_sym_editing_options_base.cpp
|
Add hint to symbol editor defaults.
|
2021-12-24 23:25:07 +00:00 |
panel_sym_editing_options_base.fbp
|
Add hint to symbol editor defaults.
|
2021-12-24 23:25:07 +00:00 |
panel_sym_editing_options_base.h
|
Add hint to symbol editor defaults.
|
2021-12-24 23:25:07 +00:00 |
panel_sym_lib_table.cpp
|
Remove wxWidgets 3.0.x hack.
|
2022-05-07 23:24:55 +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
|
UI improvements for Manage Symbol Libraries.
|
2021-06-09 19:20:51 +01:00 |
panel_sym_lib_table_base.fbp
|
UI improvements for Manage Symbol Libraries.
|
2021-06-09 19:20:51 +01: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 |
panel_template_fieldnames.cpp
|
Fix type which results in global fieldname templates being added to project.
|
2022-02-17 12:42:10 +00:00 |
panel_template_fieldnames.h
|
All the preferences, all the time.
|
2021-12-24 13:08:44 +00:00 |
panel_template_fieldnames_base.cpp
|
All the preferences, all the time.
|
2021-12-24 13:08:44 +00:00 |
panel_template_fieldnames_base.fbp
|
All the preferences, all the time.
|
2021-12-24 13:08:44 +00:00 |
panel_template_fieldnames_base.h
|
All the preferences, all the time.
|
2021-12-24 13:08:44 +00:00 |