kicad/eeschema/symbol_editor
qu1ck 90eb5e9c31 PCM: auto reload global libs after dialog is run
This adds Reset() method to KIFACE to reload global libs stored in
global static vars.
Also refactors some lib reload code in various frames to have
common MAIL_RELOAD_LIB handler.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/12500

(cherry picked from commit 2975f53647)
2023-02-28 16:48:28 -05:00
..
lib_logger.cpp
lib_logger.h
lib_symbol_library_manager.cpp ADDED: Export symbols from schematic to library 2022-09-23 21:23:01 -04:00
lib_symbol_library_manager.h ADDED: Export symbols from schematic to library 2022-09-23 21:23:01 -04:00
menubar_symbol_editor.cpp Never call ReCreateMenuBar inside a menu event handler 2022-12-16 16:37:51 -05:00
symbol_edit_frame.cpp PCM: auto reload global libs after dialog is run 2023-02-28 16:48:28 -05:00
symbol_edit_frame.h SYMBOL_EDIT_FRAME: make UpdateMsgPanel() working. 2023-01-19 15:52:23 +01:00
symbol_editor.cpp Revert "Symbol editor: stop removing overlay from view" 2023-02-16 16:44:20 -05:00
symbol_editor_import_export.cpp MRU path for simulation model libraries. 2023-01-20 00:18:55 +00:00
symbol_editor_plotter.cpp Lib symbol editor, export SVG: fix incorrect position of the drawings. 2022-12-23 16:31:35 +01:00
symbol_editor_settings.cpp wxS more things 2023-01-22 09:41:42 -05:00
symbol_editor_settings.h
symbol_editor_undo_redo.cpp ADDED: Export symbols from schematic to library 2022-09-23 21:23:01 -04:00
symbol_saveas_type.h
toolbars_symbol_editor.cpp