7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-02-22 20:12:53 +00:00
kicad/pcbnew/tools
Jeff Young 5edae8250d Finish eradication of visibility flag on text items.
Import/read previously-hidden symbol/footprint
text items as hidden fields.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/19875
2025-02-19 23:43:52 +00:00
..
array_tool.cpp Pcbnew tool: fix inconsistent selection after creation 2025-01-16 19:43:15 +08:00
array_tool.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
board_editor_control.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
board_editor_control.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
board_inspection_tool.cpp Make netclass name methods clearer, and improve doc strings 2025-01-14 20:44:09 +00:00
board_inspection_tool.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
board_reannotate_tool.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
board_reannotate_tool.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
convert_tool.cpp Allow Arc conversion to-from tracks-graphics 2025-01-14 13:08:45 -08:00
convert_tool.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
drawing_stackup_table_tool.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
drawing_tool.cpp Ensure that new text objects are "new" 2025-01-28 23:16:46 -06:00
drawing_tool.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
drc_tool.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
drc_tool.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
edit_tool_move_fct.cpp Increment tool: use parent commit when appropriate, avoid double preview 2025-01-15 00:26:09 +08:00
edit_tool.cpp Add "Route Selected From Other End" action to edit context menu 2025-02-19 18:12:04 +00:00
edit_tool.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
footprint_editor_control.cpp Lib editors: avoid bogus overwrite prompt when renaming to self 2025-01-22 19:35:54 +08:00
footprint_editor_control.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
generator_tool_pns_proxy.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
generator_tool_pns_proxy.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
generator_tool.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
generator_tool.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
global_edit_tool.cpp Move dialog launch function into tool class 2025-01-02 14:51:30 +00:00
global_edit_tool.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
group_tool.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
group_tool.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
item_modification_routine.cpp OUTSET_ROUTINE::ProcessItem(): handle an exception thrown for incorrect prm. 2025-02-07 19:47:48 +01:00
item_modification_routine.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
multichannel_tool.cpp Multichannel: Don't include footprints outside of reference area 2025-01-10 11:23:56 +00:00
multichannel_tool.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pad_tool.cpp Use std::optional for pad connection overrides. 2025-01-09 17:32:05 +00:00
pad_tool.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_actions.cpp Correct new tooltip string 2025-02-16 08:04:53 -08:00
pcb_actions.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_control.cpp Delay resolution of component classes when pasting footprints 2025-02-07 17:47:51 +00:00
pcb_control.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_edit_table_tool.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_edit_table_tool.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_editor_conditions.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_editor_conditions.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_grid_helper.cpp Pcbnew: fix snapping to reference image anchor points 2025-01-24 03:46:58 +08:00
pcb_grid_helper.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_picker_tool.cpp Fixes for building against recent wxWidgets 3.3 2025-01-09 08:38:49 -05:00
pcb_picker_tool.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_point_editor.cpp Account for origin transforms in WX_PT_ENTRY_DIALOG 2025-01-19 00:08:20 +08:00
pcb_point_editor.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_selection_conditions.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_selection_conditions.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_selection_tool.cpp Finish eradication of visibility flag on text items. 2025-02-19 23:43:52 +00:00
pcb_selection_tool.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_selection.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_selection.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_tool_base.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_tool_base.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_tool_utils.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_tool_utils.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_viewer_tools.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcb_viewer_tools.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
placement_tool.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
placement_tool.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
position_relative_tool.cpp Position relative: don't run with no selection 2025-01-24 20:26:57 +08:00
position_relative_tool.h Position interactive: add re-entrancy guard 2025-01-16 20:48:04 +08:00
tool_event_utils.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
tool_event_utils.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
zone_create_helper.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
zone_create_helper.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
zone_filler_tool.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
zone_filler_tool.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00