kicad/eeschema/symbol_editor
Alex Shvartzkop e128896ba6 Schematic plugins refactoring, fixes for PCB plugins.
- Move PLUGIN_FILE_DESC to common.
- SCH_PLUGIN: rename Load -> LoadSchematicFile, Save -> SaveSchematicFile.
- Use PLUGIN_FILE_DESC and CanRead* in schematic plugins.
- Return none/unknown types from Find/GuessPluginType functions.
- Iterate over file types for file wildcards.
- Clean-up header checking in IO plugins.
- Use PCB plugin list in IO_MGR::GuessPluginTypeFromLibPath.
2023-08-31 05:08:03 +03: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 Move grid definitions to Prefs and grid origin to a separate dlg. 2023-08-26 13:32:24 +01:00
symbol_edit_frame.cpp Move grid definitions to Prefs and grid origin to a separate dlg. 2023-08-26 13:32:24 +01:00
symbol_edit_frame.h Allow symbols to be derived from other derived symbols. 2023-08-24 07:59:32 -04:00
symbol_editor.cpp Schematic plugins refactoring, fixes for PCB plugins. 2023-08-31 05:08:03 +03:00
symbol_editor_import_export.cpp Schematic plugins refactoring, fixes for PCB plugins. 2023-08-31 05:08:03 +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 Properties: initial infrastructure for symbol editor 2023-07-26 18:32:14 -04:00
symbol_editor_settings.h Properties: initial infrastructure for symbol editor 2023-07-26 18:32:14 -04:00
symbol_editor_undo_redo.cpp Fix refresh bug after a symbol reload from the file watcher. 2023-07-02 10:37:50 +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