Re: gEDA-user: gschem panning oddities

2008-04-05 Thread Werner Hoch
Hi Kai-Martin,

On Samstag, 5. April 2008, Kai-Martin Knaak wrote:
 On Fri, 04 Apr 2008 19:14:59 -0400, Ales Hvezda wrote:
 No little boxes on my schreen. I switched them off the in my gschemrc
 with (fast-mousepan disabled). Still, right-mouse-dragging yields
 about three times the redraw rate as dragging the scroll bar does.

I think the reason is, that moving the scrollbar calls the drawing 
functions every time the scrollbar is slightly moved. 

If you move your mouse (dragging), the callback function is 
x_event_motion().
This function is checking the event queue for equal type motion events. 
If the next event is equal to the current, the event is dropped. Thus 
the redraw looks only snappier, we are cheating a little bit ;-).

 BTW, pcb is even more snappy with about the same amount of items to
 be shown (GTK- HID). I guess, the applications use totally different
 (re)draw techniques under the hood, do they?

I'm just curious. How have you counted the objects?

Regards
Werner

Related git commit
commit c77327c5c19358c8d8a0893c0b92f7e16c711fcb
Author: Werner Hoch [EMAIL PROTECTED]
Date:   Fri Apr 14 11:49:27 2006 +
rubberband drawing, motion event dropping, move while drawing improved



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: random project idea

2008-04-05 Thread Levente
On Sat, 29 Mar 2008 09:19:50 -0500
John Griessen [EMAIL PROTECTED] wrote:

 Steve Meier wrote:
  An interesting hobbyist project might be to modify a hot plate to be
  computer controlled with a thermal couple feed back loop to meet
  Altera's requirements.
 
 Levente has a design for a toaster controller I think he'll share.

http://web.interware.hu/lekovacs/reflow_oven/index.html

Actually, it is an electric heater. The problem is that the heat exchange is
slow, and it can't maintain the slopes coming from the heat profile. I use a
PT100 thermo-sensor mounted on a pice of PCB (not the PCB being reflowed.)

The software is a quck and dirty hack, and should be rewritten.

Cheers,

--
Levente
http://web.interware.hu/lekovacs



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: random project idea

2008-04-05 Thread John Griessen
Levente wrote:

 http://web.interware.hu/lekovacs/reflow_oven/index.html
 
 Actually, it is an electric heater. The problem is that the heat exchange is
 slow, and it can't maintain the slopes coming from the heat profile. I use a
 PT100 thermo-sensor mounted on a pice of PCB (not the PCB being reflowed.)

Can you increase the number of heater rods?

John Griessen

-- 
Ecosensory   Austin TX


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: gschem panning oddities

2008-04-05 Thread Kai-Martin Knaak
Hallo Werner,

 I'm just curious. How have you counted the objects?

The number of primitives in typical symbol of mine is about three to four 
times the number of primitives in the corresponding footprint. My current 
project contains six subsheets with comparable component count. Since all 
the components are shown in pcb, but only an individual sub sheet in 
gschem, the number of primitives should be comparable. So it was more a 
guesstimate than a count ;-)

---(kaimartin)---
-- 
Kai-Martin Knaak
http://lilalaser.de/blog



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: Parts modified are not available until reloaded gschem

2008-04-05 Thread Vincent Onelli
Hi,
I am fairly new at gschem, I found that if I modify a part then save in the 
same name the modification do not show when the part is reloaded until gschem 
is reloaded. Same if the modified part is saved under different name it is not 
available until gschem is reloaded. 
Is there a way to get around? I will appreciate any help. Thank you in advance
Vinny   


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Parts modified are not available until reloaded gschem

2008-04-05 Thread John Luciani
On Sat, Apr 5, 2008 at 6:58 PM, Vincent Onelli [EMAIL PROTECTED] wrote:


 Hi,
 I am fairly new at gschem, I found that if I modify a part then save in the
 same name the modification do not show when the part is reloaded until
 gschem is reloaded. Same if the modified part is saved under different name
 it is not available until gschem is reloaded.
 Is there a way to get around? I will appreciate any help. Thank you in
 advance

Are you sure that you can't just close and then open the add component
dialog box?

I have been creating and changing a lot of symbols lately and have found
if I close and then open the add component  dialog the new symbols
and changed symbols will be available.

(* jcl *)



-- 
http://www.luciani.org


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user