~sethh/kicad:PCH_Tests

Last commit made on 2018-09-23
Get this branch:
git clone -b PCH_Tests 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:
PCH_Tests
Repository:
lp:~sethh/kicad

Recent commits

681c35d... by Seth Hillbrand

WIP

e0316af... by Seth Hillbrand

pcbnew: Prevent redo while moving items

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

(cherry picked from commit c5c89fd2164c68df437d289ae39b4f6e39227bcd)

ae13e44... by Seth Hillbrand

pcbnew: Yield in GTK for redraw

GTK uses a level of cooperative multitasking when dealing with
secondary event loops. This gives the wm enough leeway to process the
redraw before returning to the secondary loop

cbce4d7... by Jeff Young

Work around a stupid assert in GTK wxGUIEventLoop::Dispatch()

0309228... by Jeff Young

Don't allow drawing to a zero-height or zero-width GAL canvas.

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

85ef058... by Maciej Suminski

Spice simulator: change gain units to dBV

e6f2c49... by Maciej Suminski

Spice model editor: support for JFET models

f2f6dff... by Maciej Suminski

Refactored logic in Spice model editor dialog

- Removed redundant enums
- Stored Spice model description in an array
- Made code generic by using the model description array

458af25... by Jeff Young

Turn problematic code off for now....

4edf18b... by Jeff Young

Attempt to fix Linux build issue.