kicad/eeschema/symbol_editor
Wayne Stambaugh 30ba1b8007 Coverity warning fix.
This fixes all of the warnings cause by using std::weak_ptr objects when
recursing the symbol inheritance tree to retrieve the root symbol.  The
issue is that the weak pointers are not guaranteed to be valid for each
recursion because the lock will go out of scope.  Using a std::shared_ptr
object will ensure the lock is valid until it goes out of scope.
2023-10-28 13:25:30 -04:00
..
lib_logger.cpp Remove the wxLog calls from math/util.h for now 2021-06-01 18:44:22 -04:00
lib_logger.h Remove the wxLog calls from math/util.h for now 2021-06-01 18:44:22 -04:00
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 AddMenuLanguageList should live in EDA_BASE_FRAME, its only user 2023-10-16 19:49:52 -04:00
symbol_edit_frame.cpp Coverity warning fix. 2023-10-28 13:25:30 -04:00
symbol_edit_frame.h Update symbol editor's title bar when renaming the canvas symbol. 2023-09-12 16:52:47 +01:00
symbol_editor.cpp Symbol Editor: SCH_HTTP special treatment 2023-10-22 19:37:43 +00:00
symbol_editor_import_export.cpp Fix importing a symbol in Symbol editor. 2023-10-15 05:48:17 +03:00
symbol_editor_plotter.cpp Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 2023-02-18 22:57:18 -05:00
symbol_editor_settings.cpp ADDED: Import vector graphics into Symbol editor (SVG, DXF). 2023-10-09 07:04:50 +03:00
symbol_editor_settings.h ADDED: Import vector graphics into Symbol editor (SVG, DXF). 2023-10-09 07:04:50 +03:00
symbol_editor_undo_redo.cpp Update symbol editor's title bar when renaming the canvas symbol. 2023-09-12 16:52:47 +01:00
symbol_saveas_type.h Move the symbol editor to the new filedlg customize 2022-06-11 22:59:59 -04:00
toolbars_symbol_editor.cpp Repair over-zealous application of grid origin dialog. 2023-08-29 12:21:21 +01:00