gEDA-user: pcb footprint generator

2009-05-31 Thread Cyril Hrubis
Hi, I've created small library and utils in order to make the process of creating pcb footprints much easier. Basically library implements unit conversion, basic geometric shapes and electronic symbols drawing. Above this library there are footprints generators that takes some parameter eg. number

Re: gEDA-user: pcb footprint generator

2009-05-31 Thread Peter Clifton
On Sun, 2009-05-31 at 14:51 +0200, Cyril Hrubis wrote: > Hi, > I've created small library and utils in order to make the process of > creating pcb footprints much easier. Basically library implements unit > conversion, > basic geometric shapes and electronic symbols drawing. ... > Patches and com

gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Peter Clifton
Hi guys, I've just dropped in some code changes which give the multi-attrib editor in gschem the ability to view attributes from inside symbols. Screenshot here: http://www2.eng.cam.ac.uk/~pcjc2/geda/screenshots/inherited_attributes_view.png Numerous people have spotted that we lacked such a vie

gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Peter Clifton
Hi guys, I've just dropped in some code changes which give the multi-attrib editor in gschem the ability to view attributes from inside symbols. Screenshot here: http://www2.eng.cam.ac.uk/~pcjc2/geda/screenshots/inherited_attributes_view.png Numerous people have spotted that we lacked such a vie

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Stefan Salewski
On Sun, 2009-05-31 at 15:10 +0100, Peter Clifton wrote: > Hi guys, > > I've just dropped in some code changes which give the multi-attrib > editor in gschem the ability to view attributes from inside symbols. > > Screenshot here: > http://www2.eng.cam.ac.uk/~pcjc2/geda/screenshots/inherited_attri

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread John Doty
On May 31, 2009, at 8:23 AM, Peter Clifton wrote: > Hi guys, > > I've just dropped in some code changes which give the multi-attrib > editor in gschem the ability to view attributes from inside symbols. > > Screenshot here: > http://www2.eng.cam.ac.uk/~pcjc2/geda/screenshots/ > inherited_attribu

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread John Doty
On May 31, 2009, at 9:38 AM, Stefan Salewski wrote: > On Sun, 2009-05-31 at 15:10 +0100, Peter Clifton wrote: >> Hi guys, >> >> I've just dropped in some code changes which give the multi-attrib >> editor in gschem the ability to view attributes from inside symbols. >> >> Screenshot here: >> http

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Peter Clifton
On Sun, 2009-05-31 at 17:38 +0200, Stefan Salewski wrote: > On Sun, 2009-05-31 at 15:10 +0100, Peter Clifton wrote: > > Hi guys, > > > > I've just dropped in some code changes which give the multi-attrib > > editor in gschem the ability to view attributes from inside symbols. > > > > Screenshot h

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Michael Sokolov
Peter Clifton wrote: > Given a blank canvas, my personal preference would be that as an > internal representation, attributes are simply name=value pairs without > any coordinates or other graphical representation. > > The text you see on the schematic would be an entity without its own > text, b

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Peter Clifton
On Sun, 2009-05-31 at 10:35 -0600, John Doty wrote: > On May 31, 2009, at 8:23 AM, Peter Clifton wrote: > > > Hi guys, > > > This is a good idea, and should be in the next gschem. The code is already in git (albeit not the code to mask view of the overridden attributes within the symbol) > It do

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Peter Clifton
On Sun, 2009-05-31 at 16:58 +, Michael Sokolov wrote: > Peter Clifton wrote: > > > Given a blank canvas, my personal preference would be that as an > > internal representation, attributes are simply name=value pairs without > > any coordinates or other graphical representation. > > > > The te

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Peter Clifton
On Sun, 2009-05-31 at 17:38 +0200, Stefan Salewski wrote: > Is there a plan to modify the general concept of attribute handling? > > See > > http://archives.seul.org/geda/user/Apr-2009/msg00247.html I am strongly in favour of pruning the list of default promoted attributes to just '("refdes" "s

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Michael Sokolov
Peter Clifton wrote: > Could you send an example as to the syntax used please? In the MCL: part 74LS00: device=74LS00 footprint=SO14 description=Standard logic IC, SOIC package manufacturer=Generic npins=14 pinout=7400.pinout U4: # M68K bus read and write strobes part=74LS00 In a sche

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Peter Clifton
On Sun, 2009-05-31 at 17:44 +, Michael Sokolov wrote: > Peter Clifton wrote: > > > Could you send an example as to the syntax used please? > > In the MCL: > > part 74LS00: > device=74LS00 > footprint=SO14 > description=Standard logic IC, SOIC package > manufacturer=Generic > npins=14 >

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Michael Sokolov
Peter Clifton wrote: > What does the pinout file look like? #pin name pin number A:1 1 B:1 2 Y:1 3 A:2 4 B:2 5 Y:2 6 GND 7 Y:3 8 A:3 9 B:3 10 Y:4 11 A:4

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Peter Clifton
On Sun, 2009-05-31 at 19:58 +, Michael Sokolov wrote: > You can get a much better idea of how it all works by checking uEDA, my > part library and a sample board project out of my CVS: > > cvs -d :pserver:anon...@ifctfvax.harhan.org:/fs1/IFCTF-cvs co ueda > ifctf-part-lib OSDCU Thanks. I ha

Re: gEDA-user: PCB build changes

2009-05-31 Thread Jared Casper
On Fri, May 29, 2009 at 4:25 AM, Dan McMahill wrote: > There may be some rough edges left so I'd appreciate any feedback and > problem reports around this change. > Some comments: I did a fresh clone of the git repo then ./autogen.sh && ./configure && make. Which, if I understood your post corr

gEDA-user: missing PCB GUIs

2009-05-31 Thread Ralf
hello, I am using gEDA tools for designing my circuit board I am new to this package computer: ASUS F8SR OS: Ubuntu 8.10 PCB version: 20080202 I installed the following packages (1) gschem (2) PCB (3) GNUCAP (4) gerbv I got pretty much the same window environment for gschem and gerbv as those of

Re: gEDA-user: missing PCB GUIs

2009-05-31 Thread Jared Casper
On Sun, May 31, 2009 at 6:17 PM, Ralf wrote: > I already installed all that's associated with the keyword "PCB", and > I kind of wonder if I missed a certain library or something here? > > I am not sure if anyone had any similar experience before? > could someone please tell me what to do to fix t

Re: gEDA-user: missing PCB GUIs

2009-05-31 Thread Ralf
hello, Jared thank you very much I just reinstalled and yes, the situation is the same as what you said I completely uninstalled PCB and reinstall it without installing pcb-lesstif and yes, I got the GUI I wanted thank you very much 2009/5/31 Jared Casper : > On Sun, May 31, 2009 at 6:17 PM, Ral