Hi Ales,

Ales Hvezda writes:
 > [...]
 > * Save dialog should put in a current filename if possible.

Fixed.

 > * The current behavior is that untitled_* starts at one, instead of zero.
 >   Any reason to change this?

No particular reason. Fixed.

 > * Change directory not working anymore.  Kind of odd since you surf over
 >   somewhere, and you expect to open subsequent schematics in that directory.
 >   See above comments.

Should be fixed.

 > * Can't open up gTAG.sch without missing symbols.  Did not read gschemrc
 >   file, but directories wiht gafrc open fine.  This might be existing 
 >   behavior/bug, but we should fix it anyways to also look for local gschemrc 
 >   files.

Well it looks like I can not successfully load gTAG.sch with the CVS
version either. It also does not read the gschemrc file and when
providing a gafrc file it fails to find the source and component
library directories.

 > [...]
 > * Filter/Search behavior should expand all trees?

Done.

 > [...]
 > * Maybe make some more room on the component insert dialog for more 
 >   information, such as description, author, comments, etc...
 >   Maybe hidden by default.  Maybe a link to load the documentation as well.
 > [...]
 > * Would be nice to able to use wildcards on filters

Interesting. I will try to add that.

 > [...]
 > * Stuart has been advocating a google like search for all parts of a symbol
 >   (actually go inside the symbol).   This might be a future enhancement, 
 >   but it would provide an interface that people are already familiar with.
 > 

I also like this idea of google-like search for symbol. We would have
to tag every symbol and build some kind of index as it is not possible
to load every symbol every time.

 > * Old search behavior allowed for continued searching.  I'm not exactly sure
 >   what I ment by this, but the old dialog allowed you to type in a search
 >   phrase and if you keep hitting enter in the entry box, the dialog would
 >   automatically go to the next item.  Not sure if this is appropriate.

I did not like this behavior. This is in part the reason for this
attempt to display all matching symbols. The user can then choose the
symbol he want or refine its search. What do other people think?

 > * Please make the insert component dialog box a little bigger

Done.

 > * Double click on library name should expand if possible

Done.

 > * I notice that you stripped out a whole bunch of gnetlist related things
 >   from libgeda/struct.h.  Is this part of some sort of reorg or just to make
 >   hacking easier?

It is a sort of reorg. They belong to gnetlist more than libgeda.


I have updated my branch with your suggestions. Plus there are a few
others changes :

  - new functions to save and close page in x_window.nw on the model
    of the functions to open page and change current page.

  - an alternate autosave feature: each page has its own timeout
    source instead of one timeout source for every pages.

  - a clean-up of the stroke interface.

  - a rewrite of the single attribute editor dialog. And it is now
    used by the multiattrib dialog for adding attributes.

Tarballs are here:
http://www.chbcp.net/~pat/geda/libgeda-dev.tar.gz
http://www.chbcp.net/~pat/geda/geda-gschem-dev.tar.gz


Regards,


Patrick

Reply via email to