kicad/eeschema/symbol_editor
Roberto Fernandez Bautista 9aedeae5c3 Don't log error messages when using the clipboard
wxClipboard::GetData()and wxClipboard::SetData() both log a "wxLogSysError" error-level message (see for example:  https://github.com/wxWidgets/wxWidgets/blob/v3.1.4/src/msw/clipbrd.cpp#L703 ). This logged message gets displayed as a messagebox to the user.

The logging can be disabled temporarily by creating a wxLogNull object. See https://docs.wxwidgets.org/3.0/classwx_log_null.html

Fixes https://gitlab.com/kicad/code/kicad/-/issues/6956
2021-02-03 01:55:05 +00:00
..
menubar_symbol_editor.cpp Symbol editor: make library and symbol save as operations explicit. 2020-12-27 11:55:32 -05:00
symbol_edit_frame.cpp Remove and re-add saved-as libraries when Syncing tree. 2021-01-31 23:00:17 +00:00
symbol_edit_frame.h Remove and re-add saved-as libraries when Syncing tree. 2021-01-31 23:00:17 +00:00
symbol_editor.cpp Don't log error messages when using the clipboard 2021-02-03 01:55:05 +00:00
symbol_editor_import_export.cpp File naming and include cleanup. 2021-01-28 11:35:18 +00:00
symbol_editor_plotter.cpp File naming and include cleanup. 2021-01-28 11:35:18 +00:00
symbol_editor_settings.cpp Fix import of schematic grid settings 2020-12-27 12:33:35 -05:00
symbol_editor_settings.h LibEdit -> SymbolEditor 2020-10-31 10:28:21 +00:00
symbol_editor_undo_redo.cpp File naming and include cleanup. 2021-01-28 11:35:18 +00:00
symbol_library_manager.cpp Remove and re-add saved-as libraries when Syncing tree. 2021-01-31 23:00:17 +00:00
symbol_library_manager.h Remove and re-add saved-as libraries when Syncing tree. 2021-01-31 23:00:17 +00:00
toolbars_symbol_editor.cpp Symbol editor: remove duplicate legacy code path 2021-01-17 11:14:44 +00:00