~sethh/kicad:dp_routing

Last commit made on 2018-10-03
Get this branch:
git clone -b dp_routing https://git.launchpad.net/~sethh/kicad
Only Seth Hillbrand can upload to this branch. If you are Seth Hillbrand please log in for upload directions.

Branch merges

Branch information

Name:
dp_routing
Repository:
lp:~sethh/kicad

Recent commits

62c4542... by Seth Hillbrand

Testing new dp weighting

57ceec5... by Seth Hillbrand

pcbnew: Allow DRC violations when requested in dp

fb4ae4e... by Jeff Young

Update FP editor title after a Save As.

5364511... by Jeff Young

Make sure fixes to netlist stuff are done on both sides.

This fixes the CmpNoCase() == 0 bug on one side, and the
footprint == null bug on the other side; both of which were
previously fixed on only one side.

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

afd518d... by Jeff Young

Better logic for footprint loop.

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

dfe164e... by Jeff Young

Only clear link when adding footprint from library, cache, etc.

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

db53864... by jean-pierre charras

Re activate Zone Unfill All command, accidentally removed by a previous commit.

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

89a3d2b... by Seth Hillbrand

pcbnew: Force at least one connectivity thread

We want to keep at most 1 thread per 2 connectivity updates but we need
to force that floor to be at least 1 for when there is only 1
connectivity update.

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

7bcb5fd... by Jeff Young

Make app names and tooltips consistent.

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

f06bf81... by Jeff Young

Don't deselected items that have been deleted.

De-referencing freed memory is never a good idea.

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