Re: gEDA-user: Creating a polygon without a pruned center

2011-02-02 Thread Kai-Martin Knaak
David Carr wrote:

> I'd like for the top ground plane (tan) to not be pruned in the center so
> that I can connect the "dangling" pieces to the solder side ground plane.
> Is there any way to do this?

If the fullpoly flag is set for a polygon, the cut off areas are not removed.
Check the option New_Polygons_are_full_ones  from the settings menu to make 
newly created polygons act like this. For existing polygons You'd have to use 
a text editor to add the flag.

Note to Peter Clifton: The GL enabled before pours version does not honor the
flag. Islands of flagged polygons are removed, anyway.

---<)kaimartin(>---
-- 
Kai-Martin Knaak  tel: +49-511-762-2895
Universität Hannover, Inst. für Quantenoptik  fax: +49-511-762-2211 
Welfengarten 1, 30167 Hannover   http://www.iqo.uni-hannover.de
GPG key:http://pgp.mit.edu:11371/pks/lookup?search=Knaak+kmk&op=get



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


gEDA-user: Creating a polygon without a pruned center

2011-02-02 Thread David Carr
Hi all,

Forgive me if this has been asked before, but my searching didn't uncover
a solution:

Here's an image of a board with a component and solder side ground planes:
http://oscar.dcarr.org/tmp/board.png

I'd like for the top ground plane (tan) to not be pruned in the center so
that I can connect the "dangling" pieces to the solder side ground plane.
Is there any way to do this?

Thanks,
David Carr


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


Re: gEDA-user: Time tracking

2011-02-02 Thread Dan White
On Sun, Jan 30, 2011 at 6:26 PM, Darryl Gibson  wrote:
> I'm curious what folks are using for time tracking and/or billing?


I use a periodic popup which samples my current task.  For 6min
intervals this gives resolution to 0.1 hour.  Solutions which have a
"start-task" scheme don't work because I always forget to log the
switch.

http://hg.whiteaudio.com/pubbin/

"timeSampler" is the popup and "TimeSampleHistogram" is the reporting.
 From yesterday (monospace font):


$ TimeSampleHistogram -w 70 -y
Yesterday: 2011-02-01
--
ho.dad  (21)+
lunch   ( 8)++
re.ct.paper (64)++
wa.hefc ( 4)+++
 97


The sampler popups default to the last answer and expire with 'null'
after a few hours.  I've used it for a few years by now and has worked
well enough.

Dan

-- 
SDG
www.whiteaudio.com


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


Re: gEDA-user: Time tracking

2011-02-02 Thread gedau
On Sun, Jan 30, 2011 at 07:26:12PM -0500, Darryl Gibson wrote:
> Hello Group,
> 
> I'm curious what folks are using for time tracking and/or billing?
> 
> Spreadsheets, software?

We have a custom software called "wt" (as working time). It is designed 
by programmers for programmers, to minimize administration overhead. I 
typically enter a single command line with only like ~10 extra 
characters beyond the description of the task I am starting or 
finishing. The result is very nice, with that small amount of overhead 
we have really minute-resolution working time entries for most folks at 
the company. Sometimes I have 15+ entries for a normal workday.

Same CLI I use for querying statistics on my team. I often process the 
result with sed/grep/awk.

The other interface, designed for the managers, is a shiny web2.0 UI 
accessing the same database.

Regards,

Tibor Palinkas



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


Re: gEDA-user: Time tracking

2011-02-02 Thread Bob Paddock
On Sun, Jan 30, 2011 at 7:26 PM, Darryl Gibson  wrote:

> I'm curious what folks are using for time tracking and/or billing?

Something that I just came across and am going to give a try:

http://www.emacswiki.org/emacs-en/BufferTimer


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