Browse Source
Move to direct tool registration.
Move to direct tool registration.
It was confusing that the primary frames registered their tools differently than the other frames. In addition, since the other frames also added their own tools, foo_actions::RegisterAllTools() didn't really register all tool but rather those used by the principal frame (PCB_EDIT_FRAME, SCH_EDIT_FRAME, etc.)pull/15/head
23 changed files with 161 additions and 161 deletions
-
16cvpcb/display_footprints_frame.cpp
-
15cvpcb/tools/cvpcb_actions.cpp
-
3cvpcb/tools/cvpcb_actions.h
-
31eeschema/libedit/lib_edit_frame.cpp
-
3eeschema/libedit/lib_edit_frame.h
-
20eeschema/sch_base_frame.cpp
-
4eeschema/sch_base_frame.h
-
42eeschema/sch_edit_frame.cpp
-
2eeschema/sch_edit_frame.h
-
24eeschema/tools/sch_actions.cpp
-
3eeschema/tools/sch_actions.h
-
4eeschema/tools/sch_inspection_tool.cpp
-
2eeschema/tools/sch_inspection_tool.h
-
25eeschema/viewlib_frame.cpp
-
7eeschema/viewlib_frame.h
-
9gerbview/gerbview_frame.cpp
-
15gerbview/tools/gerbview_actions.cpp
-
3gerbview/tools/gerbview_actions.h
-
3include/tool/actions.h
-
45pcbnew/pcb_edit_frame.cpp
-
39pcbnew/tools/pcb_actions.cpp
-
3pcbnew/tools/pcb_actions.h
-
4qa/qa_utils/pcb_test_frame.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue