kicad/pcbnew/tools
jean-pierre charras 4326e99b08 Pcbnew: "Select all tracks in net" must select track segments and track arcs.
Fixes #6101
https://gitlab.com/kicad/code/kicad/issues/6101
2020-10-21 20:32:52 +02:00
..
convert_tool.cpp Class renaming. 2020-10-05 11:55:33 +01:00
convert_tool.h Add Convert Shapes tool to footprint editor 2020-10-02 18:42:41 -04:00
drawing_tool.cpp Turn on zone visibility when you start drawing a zone 2020-10-17 15:53:02 -04:00
drawing_tool.h Class renaming. 2020-10-05 11:55:33 +01:00
drc_tool.cpp more cleanup about removing useless include 2020-10-03 15:26:03 +02:00
drc_tool.h Moving checking the rules up a level so we can properly exit DRC dialog. 2020-09-24 15:17:46 +01:00
edit_tool.cpp First pass renaming module to footprint 2020-10-20 20:49:11 -07:00
edit_tool.h First pass renaming module to footprint 2020-10-20 20:49:11 -07:00
footprint_editor_tools.cpp Naming updates. 2020-10-15 01:35:16 +01:00
footprint_editor_tools.h WYSISYG custom pad editor. 2020-06-27 14:37:01 +01:00
global_edit_tool.cpp First pass renaming module to footprint 2020-10-20 20:49:11 -07:00
global_edit_tool.h ADDED: Remove unused pads 2020-08-10 03:27:26 +00:00
grid_helper.cpp Class renaming. 2020-10-05 11:55:33 +01:00
grid_helper.h Make snapping size grid-dependent 2020-09-15 12:07:34 -07:00
group_tool.cpp Remove beginning/ending spaces in translations 2020-10-20 12:08:04 -07:00
group_tool.h Implement groups for modedit. 2020-10-03 12:19:50 +01:00
pad_tool.cpp Fix minor compil warnings (shadowed vars) 2020-10-13 17:35:54 +02:00
pad_tool.h Cleanup. No changes to execution. 2020-09-30 23:07:12 +01:00
pcb_actions.cpp First pass renaming module to footprint 2020-10-20 20:49:11 -07:00
pcb_actions.h ADDED: Fillet Tracks tool in pcbnew 2020-10-20 21:23:05 +00: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 Comment-only changes 2020-01-10 16:43:01 -08:00
pcb_editor_conditions.cpp pcbnew: Fix Select All copy-pasta 2020-08-26 17:19:32 -07:00
pcb_editor_conditions.h pcbnew: Add "Select All" Action to pcbnew and fpedit 2020-08-20 16:07:10 -07:00
pcb_editor_control.cpp Naming updates. 2020-10-15 01:35:16 +01:00
pcb_editor_control.h Implement groups for modedit. 2020-10-03 12:19:50 +01:00
pcb_inspection_tool.cpp Remove beginning/ending spaces in translations 2020-10-20 12:08:04 -07:00
pcb_inspection_tool.h Implement a better interface between inspectors and DRC rule editor. 2020-10-17 10:58:08 +01:00
pcb_reannotate_tool.cpp ADDED: Geographic Reannotation 2020-08-09 12:43:05 -04:00
pcb_reannotate_tool.h ADDED: Geographic Reannotation 2020-08-09 12:43:05 -04:00
pcb_selection_conditions.cpp Class renaming. 2020-10-05 11:55:33 +01:00
pcb_selection_conditions.h Class renaming. 2020-10-05 11:55:33 +01:00
pcb_tool_base.cpp First pass renaming module to footprint 2020-10-20 20:49:11 -07:00
pcb_tool_base.h First pass renaming module to footprint 2020-10-20 20:49:11 -07:00
pcb_viewer_tools.cpp Naming updates. 2020-10-15 01:35:16 +01:00
pcb_viewer_tools.h First pass renaming module to footprint 2020-10-20 20:49:11 -07:00
pcbnew_control.cpp Pcbnew: make option Tracks filled/sketch working for track arc shaped. 2020-10-21 19:43:14 +02:00
pcbnew_control.h Add snapping to eeschema 2020-09-09 10:18:15 -07:00
pcbnew_picker_tool.cpp Make the delete tool use KICURSOR 2020-10-08 07:40:14 -04:00
pcbnew_picker_tool.h Make the delete tool use KICURSOR 2020-10-08 07:40:14 -04:00
pcbnew_selection.cpp Cleanup: Move KiCad files into plugins folder 2020-10-12 16:36:08 +00:00
pcbnew_selection.h pcbnew: Snap items to grouped layers 2019-08-21 12:32:13 -07:00
placement_tool.cpp ADDED: Group/Ungroup function 2020-08-11 19:37:07 +00:00
placement_tool.h Move hotkeys to ACTION architecture. 2019-06-10 23:46:00 +01:00
point_editor.cpp Fix fly-off arc handles and move Arc Properties to start/end/angle. 2020-10-08 11:33:32 +01:00
point_editor.h Class renaming. 2020-10-05 11:55:33 +01:00
position_relative_tool.cpp ADDED Properties Dialog for groups. 2020-09-24 14:41:02 +01:00
position_relative_tool.h modify behavior of position relative tool 2020-03-02 20:55:06 +00:00
selection_tool.cpp Pcbnew: "Select all tracks in net" must select track segments and track arcs. 2020-10-21 20:32:52 +02:00
selection_tool.h First pass renaming module to footprint 2020-10-20 20:49:11 -07: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 Don't segfault after doing a cutout which removes entire zone. 2020-10-08 20:33:54 +01:00
zone_create_helper.h Process properties command locally within drawing tools. 2020-09-17 22:32:22 +01:00
zone_filler_tool.cpp Improve robustness of infobar button handling. 2020-10-16 17:07:59 +01:00
zone_filler_tool.h Remove redundant clearances from DRC dialog. Fold progress bar in. 2020-09-16 16:06:29 +01:00