kicad/pcbnew/board_stackup_manager
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
..
board_stackup_reporter.cpp Move LOCALE_IO out of common.h 2020-10-23 21:49:42 -04:00
board_stackup_reporter.h Nip 3 no longer needed common includes 2020-10-25 20:01:13 -04:00
class_board_stackup.cpp Minor adjustments 2021-01-12 20:51:31 +00:00
class_board_stackup.h Minor adjustments 2021-01-12 20:51:31 +00:00
dialog_dielectric_list_manager.cpp Avoid include wx/wx.h in many files that do not actually use this include. 2020-10-18 18:21:34 +02:00
dialog_dielectric_list_manager.h Stackup manager: Add a dielectric manager to handle more easily user defined dielectric substrates 2019-09-12 10:37:05 +02:00
dialog_dielectric_list_manager_base.cpp Pcbnew: layer stack up dialog layout fixes. 2020-11-11 12:02:11 -05:00
dialog_dielectric_list_manager_base.fbp Pcbnew: layer stack up dialog layout fixes. 2020-11-11 12:02:11 -05:00
dialog_dielectric_list_manager_base.h Pcbnew: layer stack up dialog layout fixes. 2020-11-11 12:02:11 -05:00
dielectric_material.cpp Split out arrayDim and MIRROR templates from macros.h 2020-11-17 20:21:04 -05:00
dielectric_material.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
panel_board_stackup.cpp Don't log error messages when using the clipboard 2021-02-03 01:55:05 +00:00
panel_board_stackup.h Remove some "class_" prefixes from files. 2020-11-13 15:16:23 +00:00
panel_board_stackup_base.cpp Pcbnew: layer stack up dialog layout fixes. 2020-11-11 12:02:11 -05:00
panel_board_stackup_base.fbp Pcbnew: layer stack up dialog layout fixes. 2020-11-11 12:02:11 -05:00
panel_board_stackup_base.h Pcbnew: layer stack up dialog layout fixes. 2020-11-11 12:02:11 -05:00
stackup_predefined_prms.cpp Split out arrayDim and MIRROR templates from macros.h 2020-11-17 20:21:04 -05:00
stackup_predefined_prms.h Minor code cleanup, step2: remove more useless include. 2020-10-01 15:39:47 +02:00