kicad/pcbnew/tools
Wayne Stambaugh 38c849bde7 Pcbnew: load write board netlist to file tool action dynamically.
Loading this advanced configuration option statically will cause it to
show up in the hotkey list even when the option is disabled. Creating
the tool action at run time resolves this issue.
2021-03-29 09:04:55 -04:00
..
board_editor_control.cpp Pcbnew: load write board netlist to file tool action dynamically. 2021-03-29 09:04:55 -04:00
board_editor_control.h Pcbnew: add write board netlist to file support. 2021-03-28 08:38:29 -04:00
board_inspection_tool.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
board_inspection_tool.h Make OK default in inspectors (and hook up to close window). 2021-03-22 21:20:54 +00:00
board_reannotate_tool.cpp Make distinction between PCBNew-wide tools and Board-specific tools. 2020-12-16 13:32:46 +00:00
board_reannotate_tool.h Make distinction between PCBNew-wide tools and Board-specific tools. 2020-12-16 13:32:46 +00:00
convert_tool.cpp Copy linewidths when coverting to polygons. 2021-03-13 17:06:49 +00:00
convert_tool.h Copy linewidths when coverting to polygons. 2021-03-13 17:06:49 +00:00
drawing_stackup_table_tool.cpp Pcbnew: Fix memory leaks and fix inefficient code. 2021-03-14 20:27:59 +01:00
drawing_tool.cpp Include optimization: move some things from common.h to point-of-use 2021-03-20 12:09:18 -04:00
drawing_tool.h Pcbnew: Fix memory leaks and fix inefficient code. 2021-03-14 20:27:59 +01:00
drc_tool.cpp Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
drc_tool.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
edit_tool.cpp Don't select new items after cancelling move following item duplication 2021-03-22 18:49:43 +01:00
edit_tool.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
footprint_editor_control.cpp Add "Hide Tree" context menu options when tree has no selection. 2021-03-29 12:02:00 +01:00
footprint_editor_control.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
global_edit_tool.cpp Make distinction between PCBNew-wide tools and Board-specific tools. 2020-12-16 13:32:46 +00:00
global_edit_tool.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
group_tool.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
group_tool.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
pad_tool.cpp Give the pad placement tool a context menu. 2021-01-15 00:52:03 +00:00
pad_tool.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
pcb_actions.cpp Pcbnew: load write board netlist to file tool action dynamically. 2021-03-29 09:04:55 -04:00
pcb_actions.h Pcbnew: load write board netlist to file tool action dynamically. 2021-03-29 09:04:55 -04:00
pcb_control.cpp Pcbnew: use MRU path when opening files in standalone mode 2021-02-28 14:30:16 -05:00
pcb_control.h Move Flip board view to a shared tool (for FP Editor). 2021-02-10 17:06:19 +00:00
pcb_editor_conditions.cpp Add "Limit graphic lines to 45 deg" to line drawing tool context menu 2021-02-08 16:20:38 +00:00
pcb_editor_conditions.h Add "Limit graphic lines to 45 deg" to line drawing tool context menu 2021-02-08 16:20:38 +00:00
pcb_grid_helper.cpp Rationalize footprint bounding boxes and cache all of them. 2021-02-26 13:50:27 +00:00
pcb_grid_helper.h Fix automatic wire tool in gridless mode 2021-02-10 22:07:49 +00:00
pcb_picker_tool.cpp Refactor PICKER_TOOL and push up snapping disable functionality 2021-01-31 09:50:41 -05:00
pcb_picker_tool.h Refactor PICKER_TOOL and push up snapping disable functionality 2021-01-31 09:50:41 -05:00
pcb_point_editor.cpp Remove ZONE::ClearFilledPolysList() and fix ZONE::Unfill() 2021-03-21 20:13:20 +00:00
pcb_point_editor.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
pcb_selection.cpp Fix a bunch of issues with group selection and highlighting. 2020-12-29 12:41:24 +00:00
pcb_selection.h Make distinction between PCBNew-wide tools and Board-specific tools. 2020-12-16 13:32:46 +00:00
pcb_selection_conditions.cpp Make distinction between PCBNew-wide tools and Board-specific tools. 2020-12-16 13:32:46 +00:00
pcb_selection_conditions.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
pcb_selection_tool.cpp Eeschema, selection tool: uniformize the cursor shape and the actual modifiers. 2021-03-25 10:28:20 +01:00
pcb_selection_tool.h Eeschema, selection tool: uniformize the cursor shape and the actual modifiers. 2021-03-25 10:28:20 +01:00
pcb_tool_base.cpp Give the pad placement tool a context menu. 2021-01-15 00:52:03 +00:00
pcb_tool_base.h Make distinction between PCBNew-wide tools and Board-specific tools. 2020-12-16 13:32:46 +00:00
pcb_viewer_tools.cpp Push shared parts of GRID_HELPERs into common. 2021-01-16 23:18:10 +00:00
pcb_viewer_tools.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
placement_tool.cpp Cleanup ACTION_MENU creation in some places 2021-03-27 19:16:58 +00:00
placement_tool.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
position_relative_tool.cpp Position relative: store discarded pad for use as the selection anchor 2021-01-17 14:25:52 -05:00
position_relative_tool.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05: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 Fix compile warnings 2021-03-23 19:46:49 +00:00
zone_create_helper.h Added a lot of consts and refactored a few lines 2021-03-08 12:49:48 -08:00
zone_filler_tool.cpp Don't start filling zones with possibly stale caches. 2021-03-25 17:20:08 +00:00
zone_filler_tool.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00