Re: gEDA-user: gEDA beginners questions about gschem-programming

2010-08-24 Thread Bert Timmerman
Hi all,

For on-line gEDA developer documentation generated with Doxygen have a look
at:

http://www.xs4all.nl/~ljh4timm/gaf/dox.html

Kind regards,

Bert Timmerman.

BTW: you all know where to post your patches with Doxygenn comments ;-)

> -Original Message-
> From: geda-user-boun...@moria.seul.org 
> [mailto:geda-user-boun...@moria.seul.org] On Behalf Of Armin Faltl
> Sent: Tuesday, August 24, 2010 10:56 AM
> To: gEDA user mailing list
> Subject: Re: gEDA-user: gEDA beginners questions about 
> gschem-programming
> 
> 
> 
> Kai-Martin Knaak wrote:
> >
> > There is an effort to use doxygen for documentation. See
> > http://geda.seul.org/wiki/geda:devel-tips
> > Some parts of the source is already thoroughly doxyfied, 
> others still 
> > lack this kind of documentation. I don't know about the 
> state of the 
> > gschem source.
> >   
> Thanks for the link. Regrettably I don't have the time to go 
> into details but looking at the attributes assuming the 
> figure is right, imo, the datastructure is wrong.
> Otherwise I'd like to get an explanation, why it is clever to 
> link attributes of unrelated objects. I expect huge amounts 
> of clumsy code and all sorts of bugs and havoc to arise from this.
> 
> Regards, Armin
> 
> 
> ___
> geda-user mailing list
> geda-user@moria.seul.org
> http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
> 



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


Re: gEDA-user: gEDA beginners questions about gschem-programming

2010-08-24 Thread Peter Clifton
On Tue, 2010-08-24 at 10:55 +0200, Armin Faltl wrote:
> 
> Kai-Martin Knaak wrote:
> >
> > There is an effort to use doxygen for documentation. See
> > http://geda.seul.org/wiki/geda:devel-tips
> > Some parts of the source is already thoroughly doxyfied, others still
> > lack this kind of documentation. I don't know about the state of the
> > gschem source.
> >   
> Thanks for the link. Regrettably I don't have the time to go into 
> details but looking
> at the attributes assuming the figure is right, imo, the datastructure 
> is wrong.
> Otherwise I'd like to get an explanation, why it is clever to link 
> attributes
> of unrelated objects.

They aren't linked (between unrelated objects), never were.

The diagram is actually way out of date.. there is now no
inter-attribute linking, attribute objects of a parent are a enumerated
in a GList belonging to the parent.

-- 
Peter Clifton

Electrical Engineering Division,
Engineering Department,
University of Cambridge,
9, JJ Thomson Avenue,
Cambridge
CB3 0FA

Tel: +44 (0)7729 980173 - (No signal in the lab!)
Tel: +44 (0)1223 748328 - (Shared lab phone, ask for me)



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


Re: gEDA-user: gEDA beginners questions about gschem-programming

2010-08-24 Thread Armin Faltl



Kai-Martin Knaak wrote:


There is an effort to use doxygen for documentation. See
http://geda.seul.org/wiki/geda:devel-tips
Some parts of the source is already thoroughly doxyfied, others still
lack this kind of documentation. I don't know about the state of the
gschem source.
  
Thanks for the link. Regrettably I don't have the time to go into 
details but looking
at the attributes assuming the figure is right, imo, the datastructure 
is wrong.
Otherwise I'd like to get an explanation, why it is clever to link 
attributes

of unrelated objects. I expect huge amounts of clumsy code and all sorts
of bugs and havoc to arise from this.

Regards, Armin


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


Re: gEDA-user: gEDA beginners questions about gschem-programming

2010-08-23 Thread Kai-Martin Knaak
Stephen Thomas wrote:

> But i want to go further than that.

-v, please. 
What do you want to achieve?


> 1. Can u guide me ..At least tell me where to look at ..what method i should 
> approach???
> 
> 2.can i use some packages like glade for GUI design?? 

IIRC, no GUI-IDE was involved to develop the GUI of gschem.


> 3.I think the first thing for me is to compile the package from the
> sources in my machine and then edit little by little Am i rite??

ack.

 
> 4.Is there any way to get a glimpse of how the source code is all
> organised , typical functions explanations etc etc from some document???

There is an effort to use doxygen for documentation. See
http://geda.seul.org/wiki/geda:devel-tips
Some parts of the source is already thoroughly doxyfied, others still
lack this kind of documentation. I don't know about the state of the
gschem source.

---<)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: gEDA beginners questions about gschem-programming

2010-08-21 Thread Stephen Thomas

Hi ,
My name is Stephen.
I work in Electronics Design Field. I got into industry only before one
year. The reason im writing this email is im a linux fan and user with
medium level experience.Im familiar with shell commands and able to do
little bit C program.
What i would like to do is to customize the gschem program. ie
primarily its GUI. I want to change the options tabs etc to suit my
work pattern.Ive searched topics like  tweaking of environment by
editing some configuration files in the wiki.But i want to go further
than that.
But im a Electronics graduate with no background in playing with such
big programs like gschem..
I ve downloaded the geda sources on my ubuntu machine..
1. Can u guide me ..At least tell me where to look at ..what method i
should approach???
2.can i use some packages like glade for GUI design?? or shall i ve to
do eveything via programming??
3.I think the first thing for me is to compile the package from the
sources in my machine and then edit little by little Am i rite??
4.Is there any way to get a glimpse of how the source code is all
organised , typical functions explanations etc etc from some
document???
Hmm...Maybe im making a big mistake here by trying to jump into
something  very tough..but im interested.
Thanks & regards
 Stephen.
"Be good, be kind, be humane, and charitable; love your fellows;

console the afflicted; pardon those who have done you wrong."

Zoroaster. [01.gif]
-


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