Hello all, As announced previously, I have modified the component selection dialog to put together the directory and component names in the same tree and reorganized slighly the overall dialog layout.
The tree is also reduced to matching component names when filtering (instead of the previous incremental filter that displayed all components... not sure I am clear here but I do not know how else I can describe it, well give it a try and compare :). GTK 2.4 is required for now but an adaptation to GTK 2.2 is underway. Also note that I have modified both libgeda and gschem to avoid the current working directory change whenever you load a file or change page. The guile load function now saves the input port it reads data from. This way the rc function can actually determine the path to the file and use it (nothing really innovative, this is the way the original load work in libguile). And finally I have introduced methods to manipulate pages in the window, namely open a file, an untitled page and change current page (see gschem/x_window.nw). Here are the test tarballs with the changes: http://www.chbcp.net/~pat/geda/libgeda-dev.tar.gz http://www.chbcp.net/~pat/geda/geda-gschem-dev.tar.gz Comments are welcome. Please test and report any problem. Patrick Note: For those of you using bazaar, my mirror archive should now work. Its location: http://www.chbcp.net/~pat/arch/[EMAIL PROTECTED]
