Re: gEDA-user: Recap of remaining metric-conversion work

2011-07-24 Thread Andrew Poelstra
On Sun, Jul 24, 2011 at 05:15:15PM +0100, Peter Clifton wrote: > On Sun, 2011-07-24 at 18:37 -0700, Andrew Poelstra wrote: > > > I have pushed my first commit. Rebasing my work causes merge > > failures in three files (action.c, crosshair.c, fontmode.c). > > Probably mostly just some fixes I made

Re: gEDA-user: Recap of remaining metric-conversion work

2011-07-24 Thread Peter Clifton
On Sun, 2011-07-24 at 18:37 -0700, Andrew Poelstra wrote: > I have pushed my first commit. Rebasing my work causes merge > failures in three files (action.c, crosshair.c, fontmode.c). Probably mostly just some fixes I made for compiler warnings. I am plodding away at refactoring the event coordin

Re: gEDA-user: Recap of remaining metric-conversion work

2011-07-24 Thread Andrew Poelstra
On Sun, Jul 24, 2011 at 11:43:31AM +0100, Peter Clifton wrote: > On Sun, 2011-07-24 at 08:33 -0700, Andrew Poelstra wrote: > > > This causes no regressions, though if you are playing with grids > > you may need commit #2 below, which does cause regressions. > > I've not been working with the grid

Re: gEDA-user: Recap of remaining metric-conversion work

2011-07-24 Thread Peter Clifton
On Sun, 2011-07-24 at 08:33 -0700, Andrew Poelstra wrote: > This causes no regressions, though if you are playing with grids > you may need commit #2 below, which does cause regressions. I've not been working with the grid really - just the "FitCrosshairIntoGrid" function in crosshair.c. (Incide

Re: gEDA-user: Recap of remaining metric-conversion work

2011-07-23 Thread Andrew Poelstra
On Sat, Jul 23, 2011 at 06:47:23PM +0100, Peter Clifton wrote: > On Sat, 2011-07-23 at 19:38 -0700, Andrew Poelstra wrote: > > > > Anyway, here are the commits I have made but not pushed: > > > > 1. Introduce Coord and Angle units, set a bunch of BDimension, > > LocationType and int variab

Re: gEDA-user: Recap of remaining metric-conversion work

2011-07-23 Thread Kai-Martin Knaak
Peter Clifton wrote: > If you could describe a > perfect circle with B-Splines, I would be up for killing the "arc" > primitive and replacing it with something a little more robust (unique) > in how it may be defined. You might go for rational B-splines. http://en.wikipedia.org/wiki/Non-uniform_r

Re: gEDA-user: Recap of remaining metric-conversion work

2011-07-23 Thread Peter Clifton
On Sat, 2011-07-23 at 19:38 -0700, Andrew Poelstra wrote: > Hey all, > > On a recent bug report, Peter C. asked for a summary of the > remaining work needed for the metric conversion. Here you go: > > > It has been a busy week for me so no progress in the last > eight days or so. Even so, it's b

gEDA-user: Recap of remaining metric-conversion work

2011-07-23 Thread Andrew Poelstra
Hey all, On a recent bug report, Peter C. asked for a summary of the remaining work needed for the metric conversion. Here you go: It has been a busy week for me so no progress in the last eight days or so. Even so, it's been a long time since my last update... On my personal branch I have made