kicad/eeschema/libedit
Jeff Young 206b40621e Fix bugs in Eeschema paste.
1) don't ASSERT; use exceptions (which can be caught) instead.
2) clean up LIB_LOGGER so it's only used during sync
3) fix typos in wxLogMessage() calls so they produce output.
4) throw on unrecognized token in loadContent().
5) if clipboard can't be pasted as content then paste as text.

Fixes: lp:1840172
* https://bugs.launchpad.net/kicad/+bug/1840172
2019-08-15 10:00:23 +01:00
..
lib_edit_frame.cpp Synchronize toolbars state with current options after rebuilding them. 2019-07-20 18:16:35 +02:00
lib_edit_frame.h Fix non-visible-part or conversion items from getting selected. 2019-08-15 10:00:23 +01:00
lib_export.cpp Make some strings more easily translatable 2019-08-03 09:32:10 +02:00
lib_manager.cpp Fix bugs in Eeschema paste. 2019-08-15 10:00:23 +01:00
lib_manager.h Fix bugs in Eeschema paste. 2019-08-15 10:00:23 +01:00
libedit.cpp Fix bugs in Eeschema paste. 2019-08-15 10:00:23 +01:00
libedit_plot_component.cpp Transition some more stuff from the MVC view to the controller. 2019-06-16 19:53:30 +01:00
libedit_undo_redo.cpp Implement ACTION_TOOLBAR and update some of the menus to ACTION_MENU. 2019-05-15 17:50:52 +01:00
menubar_libedit.cpp Unify menu item creation for closing a window 2019-08-14 09:35:15 +01:00
symbedit.cpp Yet more command conversions to ACTIONs. 2019-06-02 21:10:56 +01:00
toolbars_libedit.cpp Refactor deleteTool ACTION removing duplicates 2019-08-12 13:49:55 -04:00