kicad/gerbview/tools
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
..
gerbview_actions.cpp ADDED: Implement Drag and Drop 2022-09-14 22:28:09 +00:00
gerbview_actions.h ADDED: Implement Drag and Drop 2022-09-14 22:28:09 +00:00
gerbview_control.cpp ADDED: Implement Drag and Drop 2022-09-14 22:28:09 +00:00
gerbview_control.h ADDED: Implement Drag and Drop 2022-09-14 22:28:09 +00:00
gerbview_inspection_tool.cpp Move optional access from value() to *operator 2022-08-30 13:59:39 -07:00
gerbview_inspection_tool.h cleanup tool event and tool action includes 2021-06-06 18:26:26 +01:00
gerbview_selection.cpp Move EDA_ITEM bounding boxes to BOX2I. 2022-08-31 10:16:55 +01:00
gerbview_selection.h We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
gerbview_selection_tool.cpp ADDED netclass assignment from PCB canvas. 2022-09-03 19:29:59 +01:00
gerbview_selection_tool.h Share more code between selection tools. 2022-07-11 19:04:08 -06:00