.. |
drawing_tool.cpp
|
Clean up some dangling legacy odds and ends.
|
2019-06-01 01:17:46 +01:00 |
drawing_tool.h
|
Insert EE_TOOL_BASE under SchEdit and LibEdit tools, and fix errant rename scope which clobbered PCBNew's PICKER_TOOL.
|
2019-05-12 13:47:08 +01:00 |
edit_tool.cpp
|
Clean up some dangling legacy odds and ends.
|
2019-06-01 01:17:46 +01:00 |
edit_tool.h
|
Insert EE_TOOL_BASE under SchEdit and LibEdit tools, and fix errant rename scope which clobbered PCBNew's PICKER_TOOL.
|
2019-05-12 13:47:08 +01:00 |
footprint_editor_tools.cpp
|
Rework Eeschema find/replace for modern toolset.
|
2019-05-22 21:48:04 +01:00 |
footprint_editor_tools.h
|
Insert EE_TOOL_BASE under SchEdit and LibEdit tools, and fix errant rename scope which clobbered PCBNew's PICKER_TOOL.
|
2019-05-12 13:47:08 +01:00 |
grid_helper.cpp
|
pcbnew: Ensure source snapping
|
2019-02-03 04:23:24 +01:00 |
grid_helper.h
|
pcbnew: Ensure source snapping
|
2019-02-03 04:23:24 +01:00 |
microwave_tool.cpp
|
Remove CurItem() architecture and legacy routers and drawing code.
|
2019-05-29 00:26:30 +01:00 |
microwave_tool.h
|
Insert EE_TOOL_BASE under SchEdit and LibEdit tools, and fix errant rename scope which clobbered PCBNew's PICKER_TOOL.
|
2019-05-12 13:47:08 +01:00 |
pad_tool.cpp
|
Avoid including id.h in a lot of files that do not use it.
|
2019-05-26 08:14:25 +02:00 |
pad_tool.h
|
CONTEXT_MENU -> ACTION_MENU. (Now used for menu-bar menus too.)
|
2019-05-15 17:50:52 +01:00 |
pcb_actions.cpp
|
Move some more menu & toolbar items to modern toolset.
|
2019-05-16 19:57:06 +01:00 |
pcb_actions.h
|
Push resetLocalCoords down into COMMON_TOOLS.
|
2019-05-29 00:26:29 +01:00 |
pcb_bright_box.cpp
|
Refactor BRIGHT_BOX to common so it can be used by other programs
|
2017-03-11 21:38:01 +01:00 |
pcb_bright_box.h
|
Refactor BRIGHT_BOX to common so it can be used by other programs
|
2017-03-11 21:38:01 +01:00 |
pcb_editor_control.cpp
|
Pcbnew, file menu: fix missing initialization of Append Board menuitem
|
2019-05-31 18:28:31 +02:00 |
pcb_editor_control.h
|
Implement undo for Page Settings in PlEditor, Eeschema and PCBNew.
|
2019-05-27 11:58:55 +01:00 |
pcb_selection_conditions.cpp
|
pcbnew: Rename PCB_ZONE_T and remove from connectivity
|
2018-09-29 15:09:15 -07:00 |
pcb_selection_conditions.h
|
Refactor SELECTION, SELECTION_CONDITIONS, and context menus to common
|
2017-02-28 14:47:20 +01:00 |
pcb_tool_base.cpp
|
Rework Eeschema find/replace for modern toolset.
|
2019-05-22 21:48:04 +01:00 |
pcb_tool_base.h
|
Insert EE_TOOL_BASE under SchEdit and LibEdit tools, and fix errant rename scope which clobbered PCBNew's PICKER_TOOL.
|
2019-05-12 13:47:08 +01:00 |
pcbnew_control.cpp
|
Remove CurItem() architecture and legacy routers and drawing code.
|
2019-05-29 00:26:30 +01:00 |
pcbnew_control.h
|
Remove CurItem() architecture and legacy routers and drawing code.
|
2019-05-29 00:26:30 +01:00 |
pcbnew_picker_tool.cpp
|
Moving PageLayout editor to GAL canvas and modern toolset.
|
2019-05-24 19:49:09 +01:00 |
pcbnew_picker_tool.h
|
Moving PageLayout editor to GAL canvas and modern toolset.
|
2019-05-24 19:49:09 +01:00 |
placement_tool.cpp
|
CONTEXT_MENU -> ACTION_MENU. (Now used for menu-bar menus too.)
|
2019-05-15 17:50:52 +01:00 |
placement_tool.h
|
CONTEXT_MENU -> ACTION_MENU. (Now used for menu-bar menus too.)
|
2019-05-15 17:50:52 +01:00 |
point_editor.cpp
|
PcbNew: prevent crash in point editor if selection gets invalidated
|
2019-05-29 21:27:59 -04:00 |
point_editor.h
|
Implement ACTION_TOOLBAR and update some of the menus to ACTION_MENU.
|
2019-05-15 17:50:52 +01:00 |
position_relative_tool.cpp
|
Moving PageLayout editor to GAL canvas and modern toolset.
|
2019-05-24 19:49:09 +01:00 |
position_relative_tool.h
|
Insert EE_TOOL_BASE under SchEdit and LibEdit tools, and fix errant rename scope which clobbered PCBNew's PICKER_TOOL.
|
2019-05-12 13:47:08 +01:00 |
selection.cpp
|
Moving PageLayout editor to GAL canvas and modern toolset.
|
2019-05-24 19:49:09 +01:00 |
selection_tool.cpp
|
Remove CurItem() architecture and legacy routers and drawing code.
|
2019-05-29 00:26:30 +01:00 |
selection_tool.h
|
Implement ACTION_TOOLBAR and update some of the menus to ACTION_MENU.
|
2019-05-15 17:50:52 +01:00 |
tool_event_utils.cpp
|
More modern toolset context menu work.
|
2019-05-05 17:12:59 +01:00 |
tool_event_utils.h
|
More modern toolset context menu work.
|
2019-05-05 17:12:59 +01:00 |
zone_create_helper.cpp
|
pcbnew: Fix zone cutout duplication
|
2019-01-23 06:42:07 -08:00 |
zone_create_helper.h
|
pcbnew: Fix zone cutout duplication
|
2019-01-23 06:42:07 -08:00 |
zone_filler_tool.cpp
|
Move some more menu & toolbar items to modern toolset.
|
2019-05-16 19:57:06 +01:00 |
zone_filler_tool.h
|
Insert EE_TOOL_BASE under SchEdit and LibEdit tools, and fix errant rename scope which clobbered PCBNew's PICKER_TOOL.
|
2019-05-12 13:47:08 +01:00 |