kicad/pcbnew/tools
jean-pierre charras 9c4eef2cef Fix a missing view update when loading a footprint from the fp viewer.
For some reason, a footprint loaded from the fp viewer did not have its
view parameters fully updated (view bounding box not moved to the right place).
The fix ensure these parameters are updated.
2020-12-08 17:52:30 +01:00
..
convert_tool.cpp First-class support for filled shapes. 2020-11-14 01:40:32 +00:00
convert_tool.h Add Convert Shapes tool to footprint editor 2020-10-02 18:42:41 -04:00
drawing_tool.cpp Nets don't have properites; netclasses do. 2020-12-08 13:05:39 +00:00
drawing_tool.h A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
drc_tool.cpp Make prev/next marker work reliably on all platforms. 2020-12-01 22:37:07 +00:00
drc_tool.h Make prev/next marker work reliably on all platforms. 2020-12-01 22:37:07 +00:00
edit_tool.cpp Nets don't have properites; netclasses do. 2020-12-08 13:05:39 +00:00
edit_tool.h Clean up some more MODULE terms. 2020-11-14 19:56:06 +00:00
footprint_editor_tools.cpp Formatting and cleanup. 2020-12-04 14:01:54 +00:00
footprint_editor_tools.h Re-factor boundary/courtyard checker error handling. 2020-11-21 20:57:35 +00:00
global_edit_tool.cpp MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
global_edit_tool.h A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
grid_helper.cpp Cleanup compiler warnings 2020-11-25 00:08:09 +00:00
grid_helper.h Make snapping size grid-dependent 2020-09-15 12:07:34 -07:00
group_tool.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
group_tool.h Implement groups for modedit. 2020-10-03 12:19:50 +01:00
pad_tool.cpp More improvements to new selection disambiguation. 2020-11-29 14:02:46 +00:00
pad_tool.h A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_actions.cpp Fp editor: Add a tool tip in the vertical toolbar 2020-12-06 13:35:21 +01:00
pcb_actions.h Re-factor boundary/courtyard checker error handling. 2020-11-21 20:57:35 +00:00
pcb_bright_box.cpp Remove some "class_" prefixes from files. 2020-11-13 15:16:23 +00:00
pcb_bright_box.h Comment-only changes 2020-01-10 16:43:01 -08:00
pcb_editor_conditions.cpp Remove some "class_" prefixes from files. 2020-11-13 15:16:23 +00:00
pcb_editor_conditions.h Nip some common.h from headers 2020-10-24 08:28:03 -04:00
pcb_editor_control.cpp Fix a missing view update when loading a footprint from the fp viewer. 2020-12-08 17:52:30 +01:00
pcb_editor_control.h A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_inspection_tool.cpp Handle groups in clearance report, and make sure zone bboxes are cached. 2020-12-04 20:49:14 +00:00
pcb_inspection_tool.h Make sure dissallow constraints get added to rule. 2020-12-03 23:08:51 +00: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 Update some classnames including archaic zone names. 2020-11-12 10:31:25 +00:00
pcb_selection_conditions.h Naming conventions. 2020-11-14 18:26:03 +00:00
pcb_tool_base.cpp Fix more accidental event capturing. 2020-12-06 13:33:23 +00:00
pcb_tool_base.h A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcb_viewer_tools.cpp Grid snapping fixes. 2020-12-03 19:55:58 +00:00
pcb_viewer_tools.h A bit of "module" erradication, nameing conventions, and formatting. 2020-11-14 21:21:54 +00:00
pcbnew_control.cpp Fix a few issues when copying a footprint from fp editor to clipboard, and paste it: 2020-11-25 17:13:35 +01:00
pcbnew_control.h Add snapping to eeschema 2020-09-09 10:18:15 -07:00
pcbnew_picker_tool.cpp Grid snapping fixes. 2020-12-03 19:55:58 +00:00
pcbnew_picker_tool.h Make the delete tool use KICURSOR 2020-10-08 07:40:14 -04:00
pcbnew_selection.cpp Naming conventions. 2020-11-14 18:26:03 +00:00
pcbnew_selection.h PCB_MODULE_T -> PCB_FOOTPRINT_T 2020-11-13 15:16:24 +00:00
placement_tool.cpp MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
placement_tool.h Finish module cleanup (except for xpms). 2020-11-14 22:00:12 +00:00
point_editor.cpp Grid snapping fixes. 2020-12-03 19:55:58 +00:00
point_editor.h Class renaming. 2020-10-05 11:55:33 +01:00
position_relative_tool.cpp Clean up some more MODULE terms. 2020-11-14 19:56:06 +00:00
position_relative_tool.h modify behavior of position relative tool 2020-03-02 20:55:06 +00:00
selection_tool.cpp Make footprints mostly covered in pads easier to select. 2020-12-05 23:02:45 +00:00
selection_tool.h Fix some issue with group in selection logic. 2020-12-01 14:04:01 +00: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 First-class support for filled shapes. 2020-11-14 01:40:32 +00:00
zone_create_helper.h Update some classnames including archaic zone names. 2020-11-12 10:31:25 +00:00
zone_filler_tool.cpp Update some classnames including archaic zone names. 2020-11-12 10:31:25 +00:00
zone_filler_tool.h Remove redundant clearances from DRC dialog. Fold progress bar in. 2020-09-16 16:06:29 +01:00