~john-j-beard/kicad:deletetrack

Last commit made on 2017-02-10
Get this branch:
git clone -b deletetrack https://git.launchpad.net/~john-j-beard/kicad
Only John Beard can upload to this branch. If you are John Beard please log in for upload directions.

Branch merges

Branch information

Name:
deletetrack
Repository:
lp:~john-j-beard/kicad

Recent commits

f82e671... by John Beard

Allow delete whole track in GAL

This commit wires up the as-yet-unused "remove alternate" tool action
and uses it to select copper connections (normally 'U') before deleting
segments.

THis also reverses the sense of Delete and Backspace (Delete used to be
'remove' and Backpace was 'remove alt', now it is reversed). This means
that backspace is the key that removes a segment and Delete removes the
track. This is the same as legacy behaviour. Other delete actions are,
for now, the same between Delete and Backspace.

Fixes: lp:1517213
* https://bugs.launchpad.net/kicad/+bug/1517213

134b9f9... by John Beard

Allow selectConnection/Copper/Net on multiple items

The previous behaviour was to act on only the first item in the
selection. The new behaviour is to act on every eligible item (in this
case, tracks and vias).

1bcbbb4... by Maciej Suminski

Fixed double menu entries in context menus

5f90c0e... by Maciej Suminski

Capitalized menu labels to follow the UI policy

060e163... by Maciej Suminski

Fixed invoking TOOL_ACTIONs in submenus

Fixes: lp:1663101
* https://bugs.launchpad.net/kicad/+bug/1663101

6dec72b... by Maciej Suminski

Added const modifier to strings in pcb_calculator xpm files

When there is no const modifier gcc warns:
warning: ISO C++11 does not allow conversion from string literal to
'char *' [-Wwritable-strings]

c9b7647... by CKO

pcb_calculator: make color code tolerance selection top aligned.

Signed-off-by: Clemens Koller <email address hidden>

0a95028... by CKO

pcb_calculator: delete obsolete sources of binary bitmaps (.pngs)

The bitmaps/*.xpm files can be edited as regular pictures
(i.e. using GIMP), so, bitmaps/sources/color_code/* don't need to be
kept as well.

Fixes: lp:1005383

Signed-off-by: Clemens Koller <email address hidden>

1161a23... by CKO

pcb_calculator: Cleanup color code bitmaps and remove Ohm sign.

Fixes: lp:1005383

Signed-off-by: Clemens Koller <email address hidden>

bed0ad1... by John Beard

Add zone duplicate onto layer to GAL

This adds it into the PCB_EDITOR_CONTROL tool, alongside the zone merge
tool.