~john-j-beard/kicad:master

Last commit made on 2017-01-11
Get this branch:
git clone -b master 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:
master
Repository:
lp:~john-j-beard/kicad

Recent commits

378f5cc... by John Beard

Don't show separator in Select tool if not needed

If the SELECTION_TOOL's Select... menu is not shown, the separator under
it should also not be shown, so use the same SELECTION_CONDITIONS to
enforce this.

f1c5b9a... by John Beard

Add context menu to GAL DRAWING_TOOL, including the zone menu

Includes a tiny class for scoped set-reset of a variable, which is used
here to store the current drawing mode.

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

6baf0ed... by John Beard

Line segments obey 45 degree preference in GAL

The GAL line segment tool now listens to the global line segment 45
degree locking preference, with Ctrl used to invert the behaviour. The
behaviour therefore follows the setting normally, and the user can
override when needed with Ctrl.

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

853310d... by jean-pierre charras

Remove duplicate definition of LAYER_PAIR, defined both in gendrill_Excellon_writer.h and specctra.h
Now, in gendrill_Excellon_writer.h it is DRILL_LAYER_PAIR, and in specctra.h it is SPECCTRA_ LAYER_PAIR

3448698... by John Beard

Add grid menu to routing context menu

This is a missing GAL feature (though grid cycling by hotkey was already
working fine).

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

c2fb336... by Frank Villaro-Dixon <email address hidden>

Change default symbol pin length to match KiCad Library Convention (KLC).

4f46f79... by jean-pierre charras

dialog_footprint_wizard_list.cpp: allows updating (on request) python modules from this dialog.
This option reloads modules which are more recent than already loaded modules, and load new modules.

9684031... by jean-pierre charras

Fix I18n issue in dialog_design_rules.cpp

1039b6d... by jean-pierre charras

Make dialog_footprint_wizard_list.cpp compilable when scripting is not enabled.

e72a3b9... by jean-pierre charras

dialog_footprint_wizard_list: cosmetic enhancements.