kicad/eeschema/symbol_editor
Jeff Young 1648dd6f0e Fix various issues with save & editing symbols from schematic.
1) Zero out selection in tree when canvas captures focus so that
save/save as actions will go to canvas, not tree item.
2) Make save do a save to schematic when the canvas symbol is from
the schematic.
3) Copy fields when doing a save to schematic (setting the lib part
doesn't update them on its own).
4) Remove no-longer-necessary calls to update schematic after
saving symbols (the schematic symbols are no longer hot-linked).

Fixes https://gitlab.com/kicad/code/kicad/issues/6763
2020-12-25 11:58:58 +00:00
..
menubar_symbol_editor.cpp Re-factor boundary/courtyard checker error handling. 2020-11-21 20:57:35 +00:00
symbol_edit_frame.cpp Fix various issues with save & editing symbols from schematic. 2020-12-25 11:58:58 +00:00
symbol_edit_frame.h Fix various issues with save & editing symbols from schematic. 2020-12-25 11:58:58 +00:00
symbol_editor.cpp Fix various issues with save & editing symbols from schematic. 2020-12-25 11:58:58 +00:00
symbol_editor_import_export.cpp LibEdit -> SymbolEditor 2020-10-31 10:28:21 +00:00
symbol_editor_plotter.cpp Naming conventions and formatting. 2020-12-18 19:57:44 +00:00
symbol_editor_settings.cpp LibEdit -> SymbolEditor 2020-10-31 10:28:21 +00:00
symbol_editor_settings.h LibEdit -> SymbolEditor 2020-10-31 10:28:21 +00:00
symbol_editor_undo_redo.cpp Get rid of annoying double-draw when choosing a new symbol. 2020-12-08 15:27:50 +00:00
symbol_library_manager.cpp Read-only dialogs for symbols in legacy libraries. 2020-12-22 12:16:27 +00:00
symbol_library_manager.h Read-only dialogs for symbols in legacy libraries. 2020-12-22 12:16:27 +00:00
toolbars_symbol_editor.cpp Re-factor boundary/courtyard checker error handling. 2020-11-21 20:57:35 +00:00