gEDA-user: undo and zoom/view functions in gschem

2008-11-26 Thread Duncan Drennan
In gschem (version 1.4.1.20080929) viewing actions (such as zoom in/out) are included in the undo buffer, i.e. undo will result in the reversal of changes to the view before it undoes an actual action. Is this designed to be like this, or should it behave more like pcb which only undoes actual act

Re: gEDA-user: Spice PWL database or PWL generator

2008-11-26 Thread michalwd1979
Hi Yamazaki, I've attached my ngspice python module to this message. There are no manual (I'm to lazy, sorry) but the code is more or less documented, and it is really easy to use. Integrated functions lets read ngspice output file to python, start ngspice (to use in scripts) and create pwl sour

Re: gEDA-user: bugs, warts and feature requests

2008-11-26 Thread Kai-Martin Knaak
On Wed, 26 Nov 2008 17:46:51 -0800, Steven Michalske wrote: > I have to say that i would not equate a CAD package mouse usage the same > as a file manager. I can second that sentiment. Both CAD applications, I got my hands on, use the right mouse button as a universal signal to confirm an action

Re: gEDA-user: bugs, warts and feature requests

2008-11-26 Thread DJ Delorie
Well, me neither, but if the goal is "do what the user expects", it's handy to know what the "standard" is. We break it only with good reason. My mouse buttons are: tool, zoom/pan, and rotate. ___ geda-user mailing list geda-user@moria.seul.org http:

Re: gEDA-user: bugs, warts and feature requests

2008-11-26 Thread Steven Michalske
I have to say that i would not equate a CAD package mouse usage the same as a file manager. I come from HI before all land... Mac OS X and I don't expect a CAD package to behave the same as my OS X HI guide lines I also have 5 easy to access mouse buttons and 3 more a touch harder...

Re: gEDA-user: bugs, warts and feature requests

2008-11-26 Thread Stuart Brorson
> Here's the whole of it: > > http://library.gnome.org/devel/hig-book/stable/ Yeah, I figured that out already... ;-) Stuart ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: bugs, warts and feature requests

2008-11-26 Thread DJ Delorie
Here's the whole of it: http://library.gnome.org/devel/hig-book/stable/ ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: bugs, warts and feature requests

2008-11-26 Thread Stuart Brorson
>> It's modal. If you're in the default mode (select?), then right mouse >> pops up the menu. However, if you're in net drawing mode, then right >> mouse terminates the draw. > > I was referring to Standards, not what gschem does. > > right mouse == popup menu > > The GTK standards say "right mou

Re: gEDA-user: bugs, warts and feature requests

2008-11-26 Thread DJ Delorie
> It's modal. If you're in the default mode (select?), then right mouse > pops up the menu. However, if you're in net drawing mode, then right > mouse terminates the draw. I was referring to Standards, not what gschem does. right mouse == popup menu The GTK standards say "right mouse == popup

Re: gEDA-user: bugs, warts and feature requests

2008-11-26 Thread Stuart Brorson
>> In gschem, right mouse click ends drawing of a net. If we're aiming >> for similar look and feel across tools (and I hope we are), then >> this is the preferred behavior. > > If you want to be standard, right mouse pops up a menu. It's modal. If you're in the default mode (select?), then righ

Re: gEDA-user: bugs, warts and feature requests

2008-11-26 Thread DJ Delorie
> In gschem, right mouse click ends drawing of a net. If we're aiming > for similar look and feel across tools (and I hope we are), then > this is the preferred behavior. If you want to be standard, right mouse pops up a menu. ___ geda-user mailing l

Re: gEDA-user: bugs, warts and feature requests

2008-11-26 Thread Stuart Brorson
> That would be totally disasterous to my way of using the tool - I draw > the whole trace, hit ESC, draw the next whole trace, hit ESC, etc. You > need *some* way of saying "this trace is done, start a new one." Click again at the end of the last segment drawn. This is almost, but not quite, a d

Re: gEDA-user: bugs, warts and feature requests

2008-11-26 Thread Kai-Martin Knaak
On Wed, 26 Nov 2008 15:15:17 -0500, DJ Delorie wrote: > That would be totally disasterous to my way of using the tool - I draw > the whole trace, hit ESC, draw the next whole trace, hit ESC, etc. You > need *some* way of saying "this trace is done, start a new one." Click again at the end of the

Re: gEDA-user: bugs, warts and feature requests

2008-11-26 Thread Kai-Martin Knaak
On Wed, 26 Nov 2008 21:12:44 +0100, Stefan Salewski wrote: > It was my impression that > ESC was the only (documented) way to stop drawing line segments. Is > there a other action? Click twice on the same spot ---<(kaimartin)>--- ___ geda-user maili

Re: gEDA-user: bugs, warts and feature requests

2008-11-26 Thread DJ Delorie
> 'r' does not work over here. On key press I get keysym 114 (0x72) > has not been definedin the log window. Is this a lesstif-only > feature? If you have a recent pcb, it should just work. Otherwise you can add it to your gpcb-menu.res (if your pcb is new enough to support that) > It stops dra

Re: gEDA-user: bugs, warts and feature requests

2008-11-26 Thread Stefan Salewski
Am Mittwoch, den 26.11.2008, 19:16 + schrieb Kai-Martin Knaak: > > 'r' does not work over here. On key press I get > keysym 114 (0x72) has not been defined Same here for pcb 20080202 (GTK) > > It stops drawing, but leaves the track segments already drawn. I'd expect > to return to th

Re: gEDA-user: Spice PWL database or PWL generator

2008-11-26 Thread Bert Timmerman
Hi Svenn Are Bjerkem and all, On Wed, 2008-11-26 at 10:19 +0100, Svenn Are Bjerkem wrote: > On Wed, Nov 26, 2008 at 7:46 AM, Yamazaki R2 <[EMAIL PROTECTED]> wrote: > > > > Does anybody know of a database of different types of PWL sources or a > > program that can generate a pwl source from a c

Re: gEDA-user: bugs, warts and feature requests

2008-11-26 Thread Kai-Martin Knaak
On Mon, 24 Nov 2008 08:48:52 -0500, DJ Delorie wrote: >> 11) pcb feature request: Remember the position of ripped off menus >> across sessions. > > If you mean lesstif, I asked, this can't be done. To implement this I'd > have to completely reimplement the tear-off feature myself. I mean GTK.

Re: gEDA-user: Spice PWL database or PWL generator

2008-11-26 Thread Svenn Are Bjerkem
On Wed, Nov 26, 2008 at 7:46 AM, Yamazaki R2 <[EMAIL PROTECTED]> wrote: > > Does anybody know of a database of different types of PWL sources or a > program that can generate a pwl source from a customized graph (either > a function or hand drawn)? If you have nothing against java, there is