kicad/eeschema/tools
Jon Evans da222d96b1 Fix a few issues with bus unfolding
Bus submenus weren't sending events because tool wasn't set.
Net names need to be unescaped for display.
Unfolding wasn't drawing the new wire segments.
SCH_LINE_WIRE_BUS_TOOL could get caught in an infinite event handling loop.

Fixes https://gitlab.com/kicad/code/kicad/issues/3796
2020-01-21 22:02:46 -05:00
..
backanno.cpp Fix build error. 2019-06-16 18:31:10 -04:00
ee_actions.cpp CERN copyrights for work packages. 2019-08-14 09:35:15 +01:00
ee_actions.h Comment-only changes 2020-01-10 16:43:01 -08:00
ee_inspection_tool.cpp Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
ee_inspection_tool.h CERN copyrights for work packages. 2019-08-14 09:35:15 +01:00
ee_point_editor.cpp Fix a bunch of un-caught boost::bad_pointer exceptions. 2020-01-12 19:55:00 +00:00
ee_point_editor.h Comment-only changes 2020-01-10 16:43:01 -08:00
ee_selection.cpp Fix non-visible-part or conversion items from getting selected. 2019-08-15 10:00:23 +01:00
ee_selection.h CERN copyrights for work packages. 2019-08-14 09:35:15 +01:00
ee_selection_tool.cpp Fix a bunch of un-caught boost::bad_pointer exceptions. 2020-01-12 19:55:00 +00:00
ee_selection_tool.h Improve spelling. 2019-08-20 19:14:05 +01:00
ee_tool_base.h Remove confused dynamic_cast 2020-01-16 06:17:04 -08:00
lib_control.cpp Add missing null check to library viewer control tool 2020-01-13 14:40:55 +00:00
lib_control.h Comment-only changes 2020-01-10 16:43:01 -08:00
lib_drawing_tools.cpp eeschema: Remove unused include of eeschema_id.h 2020-01-03 16:04:54 +00:00
lib_drawing_tools.h Comment-only changes 2020-01-10 16:43:01 -08:00
lib_edit_tool.cpp Fix some uninitialized variables found by Coverity. 2020-01-11 21:29:25 +00:00
lib_edit_tool.h CERN copyrights for work packages. 2019-08-14 09:35:15 +01:00
lib_move_tool.cpp Implement quiet-mode for selection clearing. 2019-09-08 19:45:35 +01:00
lib_move_tool.h CERN copyrights for work packages. 2019-08-14 09:35:15 +01:00
lib_pin_tool.cpp Convert enums inside eeschema and the symbol editor to be scoped 2020-01-18 20:51:28 +00:00
lib_pin_tool.h CERN copyrights for work packages. 2019-08-14 09:35:15 +01:00
sch_drawing_tools.cpp eeschema: Allow hierarchy navigator to stay open 2020-01-03 21:08:40 +01:00
sch_drawing_tools.h Comment-only changes 2020-01-10 16:43:01 -08:00
sch_edit_tool.cpp Fix a couple of uninitialized variables (from Coverity scan). 2020-01-11 00:11:31 +00:00
sch_edit_tool.h CERN copyrights for work packages. 2019-08-14 09:35:15 +01:00
sch_editor_control.cpp Fix a bunch of un-caught boost::bad_pointer exceptions. 2020-01-12 19:55:00 +00:00
sch_editor_control.h Comment-only changes 2020-01-10 16:43:01 -08:00
sch_line_wire_bus_tool.cpp Fix a few issues with bus unfolding 2020-01-21 22:02:46 -05:00
sch_line_wire_bus_tool.h Comment-only changes 2020-01-10 16:43:01 -08:00
sch_move_tool.cpp Fix possible null dereference (from Coverity scan). 2020-01-10 22:32:50 +00:00
sch_move_tool.h CERN copyrights for work packages. 2019-08-14 09:35:15 +01:00