kicad/eeschema/symbol_editor
Ian McInerney 2fb6f19a84 Separate immediate and delayed action dispatch
Using a boolean argument just leads to a lot of trailing booleans in the
function calls and is not user friendly. Instead, introduce PostAction()
to send an action that runs after the coroutine (equivalent to passing
false or the default argument), and leave RunAction as the immediate
execution function.
2023-06-27 00:57:59 +01: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 Separate symbol editor polyline and polygon tools. 2023-05-07 14:58:44 +01:00
symbol_edit_frame.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
symbol_edit_frame.h Upgrade some symbol editor stuff to SCHEMATIC_COMMIT. 2023-06-09 22:41:47 +01:00
symbol_editor.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
symbol_editor_import_export.cpp Exercise more caution with user filenames. 2023-03-12 15:52:45 +00: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 a sort-order dropdown to lib-tree filters. 2023-05-01 21:26:43 +01:00
symbol_editor_settings.h Added a sort-order dropdown to lib-tree filters. 2023-05-01 21:26:43 +01:00
symbol_editor_undo_redo.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +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 Separate symbol editor polyline and polygon tools. 2023-05-07 14:58:44 +01:00