~kicad-product-committers/kicad:eemodern

Last commit made on 2019-05-05
Get this branch:
git clone -b eemodern https://git.launchpad.net/~kicad-product-committers/kicad
Members of KiCad Lead Developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
eemodern
Repository:
lp:~kicad-product-committers/kicad

Recent commits

b7e6707... by Jeff Young

Fix bugs in bus unfold logic.

The worst of which left you in the bus unfold popup menu event loop
if you cancelled the menu by clicking outside it.

0b2e1d0... by Jeff Young

Don't allow motion between two clicks of a dblclick to spoil forceHV.

d881f4b... by Jeff Young

When unfolding a bus from the selection tool, stay in that tool.

c4fac81... by Jeff Young

Transition from bus to wire tool when unfolding bus.

a42a4b0... by Jeff Young

Implement immediate bus unfold and add bus unfold to selection context menu.

fd546da... by Jeff Young

Homogenize hit testing and selection return types.

Prep work for sharing SCH_SELECTION_TOOL with LibEdit.

9adf012... by Jeff Young

Move duplicate hotkey check so it respects AS_CONTEXT.

2d28ab7... by Jeff Young

More cleanup.

32765eb... by Jeff Young

Do some refactoring in prep for sharing some sch tools with libedit.

ed0e6af... by Jeff Young

Move to direct tool registration.

It was confusing that the primary frames registered their tools
differently than the other frames. In addition, since the other
frames also added their own tools, foo_actions::RegisterAllTools()
didn't really register all tool but rather those used by the
principal frame (PCB_EDIT_FRAME, SCH_EDIT_FRAME, etc.)