kicad/eeschema/symbol_editor
lulu731 0180bcf90a ADDED: Implement Drag and Drop
dropping files to Kicad manager :
  *.kicad_pro, *.pro -> open project;
  gerber and job files -> open in Gerbview editor;
  Eagle and Cadstar files -> open project.
dropping file to schematic editor -> append schematic;
dropping library file to Symbol editor -> add library;
dropping board file to PCB editor -> append board;
dropping library or footprint file to Footprint editor -> add library or import footprint;
dropping ZIP file or gerber files to Gerbview editor -> open files;
dropping sheet file to Drawing Sheet editor -> open sheet.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/11638
2022-09-14 22:28:09 +00: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
menubar_symbol_editor.cpp Add support for symbol unit display names in eeschema and symbol editor 2022-09-14 22:11:37 +00:00
symbol_edit_frame.cpp ADDED: Implement Drag and Drop 2022-09-14 22:28:09 +00:00
symbol_edit_frame.h ADDED: Implement Drag and Drop 2022-09-14 22:28:09 +00:00
symbol_editor.cpp Remove requirement that non-power symbols share a name and value 2022-08-20 17:43:43 -04:00
symbol_editor_import_export.cpp Fix some warnings detected by PVS-STUDIO (most are not used vars) 2022-07-25 18:23:52 +02:00
symbol_editor_plotter.cpp Move hypertext linking to user-page-numbers. 2022-08-27 19:17:43 +01:00
symbol_editor_settings.cpp ADDED: Dynamic field columns in symbol chooser 2022-09-05 16:38:14 -04:00
symbol_editor_settings.h Default line width to 0 in symbol editor. 2021-11-27 11:53:38 +00:00
symbol_editor_undo_redo.cpp We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
symbol_library_manager.cpp Clean up some auto usage 2022-08-15 11:29:45 -07:00
symbol_library_manager.h ADDED Duplicate Footprint, Rename Symbol and Rename Footprint. 2022-04-22 22:06:51 +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 Schematic and symbol text boxes. 2022-01-28 21:38:15 +00:00