kicad/pcbnew/tools
Jon Evans 76c4c959e6 Implement new dimension properties
- Automatic units mode (follow UI units)
- New text and number formatting options
- Automatic/manual text orientation control
- New text positioning options (inline and manual)

Fixes https://gitlab.com/kicad/code/kicad/-/issues/4280
Fixes https://gitlab.com/kicad/code/kicad/-/issues/4497
2020-09-11 21:12:36 -04:00
..
convert_tool.cpp Allow rectangles to be converted to lines 2020-09-08 08:41:33 -04:00
convert_tool.h ADDED: Tool for converting shape types in PcbNew 2020-08-28 21:16:06 -04:00
drawing_tool.cpp Refactor DIMENSION to hide internal details; add some new properties 2020-09-11 21:12:36 -04:00
drawing_tool.h Don't try and second-guess the user. 2020-06-27 22:08:13 +01:00
edit_tool.cpp ADDED: Menu option to enable/disable snap to grid 2020-09-10 20:09:30 -07:00
edit_tool.h ADDED: Tool for converting shape types in PcbNew 2020-08-28 21:16:06 -04:00
footprint_editor_tools.cpp Undo for schematic-wide operations. 2020-07-13 12:32:17 +01:00
footprint_editor_tools.h WYSISYG custom pad editor. 2020-06-27 14:37:01 +01:00
global_edit_tool.cpp ADDED: Group/Ungroup function 2020-08-11 19:37:07 +00:00
global_edit_tool.h ADDED: Remove unused pads 2020-08-10 03:27:26 +00:00
grid_helper.cpp Refactor DIMENSION to hide internal details; add some new properties 2020-09-11 21:12:36 -04:00
grid_helper.h ADDED: Menu option to enable/disable snap to grid 2020-09-10 20:09:30 -07:00
pad_tool.cpp Fix assert where geometry routine wasn't ready to handle layers. 2020-08-12 22:20:08 +01:00
pad_tool.h WYSISYG custom pad editor. 2020-06-27 14:37:01 +01:00
pcb_actions.cpp ADDED Clearance Inspector. 2020-09-10 20:58:38 +01:00
pcb_actions.h ADDED Clearance Inspector. 2020-09-10 20:58:38 +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 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 ADDED: Menu option to enable/disable snap to grid 2020-09-10 20:09:30 -07:00
pcb_editor_control.h Add snapping to eeschema 2020-09-09 10:18:15 -07:00
pcb_inspection_tool.cpp Iron out some wrinkles in the DRC migration. 2020-09-12 01:57:37 +01:00
pcb_inspection_tool.h Fix a crash bug loading DRC rules. 2020-09-12 00:46:55 +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 ADDED: Tool for converting shape types in PcbNew 2020-08-28 21:16:06 -04:00
pcb_selection_conditions.h ADDED: Tool for converting shape types in PcbNew 2020-08-28 21:16:06 -04:00
pcb_tool_base.cpp ADDED: Menu option to enable/disable snap to grid 2020-09-10 20:09:30 -07:00
pcb_tool_base.h Show the pencil cursor when placing an item, but it isn't created yet 2020-04-01 18:24:58 +01:00
pcb_viewer_tools.cpp ADDED: Menu option to enable/disable snap to grid 2020-09-10 20:09:30 -07:00
pcb_viewer_tools.h Treat sketch mode module items and board items the same. 2020-05-26 23:21:38 +01:00
pcbnew_control.cpp Add snapping to eeschema 2020-09-09 10:18:15 -07:00
pcbnew_control.h Add snapping to eeschema 2020-09-09 10:18:15 -07:00
pcbnew_picker_tool.cpp ADDED: Menu option to enable/disable snap to grid 2020-09-10 20:09:30 -07:00
pcbnew_picker_tool.h kicad_plugin.cpp: fix incorrect detection of existing footprints in PCB_IO::FootprintExists(), when fp names contain a point. 2019-07-19 18:16:07 +02:00
pcbnew_selection.cpp Rename class GROUP in pcbnew to PCB_GROUP 2020-08-12 15:36:08 +01: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 Implement new dimension properties 2020-09-11 21:12:36 -04:00
point_editor.h pcbnew: Add an alternate edit method for arcs 2020-08-29 22:59:11 +00:00
position_relative_tool.cpp ADDED: Group/Ungroup function 2020-08-11 19:37:07 +00:00
position_relative_tool.h modify behavior of position relative tool 2020-03-02 20:55:06 +00:00
selection_tool.cpp Update pad layer testing for selectability. 2020-09-08 11:02:09 +01:00
selection_tool.h First round of cleanup for the PCB groups 2020-09-02 02:10:26 +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 Move commit handling outside of ZoneFiller. 2020-08-12 22:20:07 +01:00
zone_create_helper.h Add virtual constructors to some classes that should have them 2020-02-05 22:19:14 +00:00
zone_filler_tool.cpp insideArea should be outline-based, not fill-based. 2020-09-05 00:25:19 +01:00
zone_filler_tool.h Comment-only changes 2020-01-10 16:43:01 -08:00