Raphael Manfredi said: > Quoting alex <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel: > :Includes: > : GTK1 support > : Common bitzi gui files > : Bug fixes > : Internationalised some strings > : Fixed some other issues Christian mentioned > > It has been integrated in CVS. > > :Not been through indent yet. > > Please DON'T use indent. Write code directly following the coding > standard.
I do endevour to write code directly to the STYLE guidelines. However I right code to a whole variety of different guidelines so switching is a computationally expensive exercise ;-) Its a lot easier once code is integrated so your already working in the context of the other code around you. > Things that should be fixed before the release: > > * The menu entry "Search metadata" should be disabled when nothing is > selected in the search window. Ok. I expect there are other entries on the popup menu that do this so I'll copy that. > * There should be some visual progress about the collection precess in > the metadata column as things are processed in the background: > "waiting", "connecting", "reading", for instance. Currently, one > clicks but nothing seems to happen, so it is quite disturbing. Well I did a rough cut of a GTK1 feedback last night (it displays something to show a query has been queued). Having various states would require more plumbing between the core and GUI, is it worth it? I'll see if I can get the GTK2 version done tonight now I've seperated my source trees into a GTK1 and GTK2 version. Its worth noting the core bitzi code is resiliant to the same entry having its meta-data deached more than once. The cacheing will return the result right away or drop multiple queries if the cache entry gets filled in the meantime. > I'm going to more or less code freeze CVS now as we enter the pre-0.95 > release period. Please fix the above within the next 2 weeks. > > This is also the signal that current CVS should be tested thoroughly, > as it will be a major release and I won't have time to issue a 0.95.1 > any time soon... Will do. Apart from the issues mentioned my current plan is something like: * Fix column sorting for meta-data * Save XML results to file (./gtk-gnutella/bitzi.xml?) for preloading the cache between starts* Running bitcollider (if avaialble) on non-cataloged files to update database.* Add the meta-data display to other windows (like downloads)? If anyone else has any ideas for making use of the meta-data then please speak up. One thought I had was if query results for Bad/Mis-labeled files should be suppressed (or at least pushed to the bottom of the pile). -- Alex http://www.bennee.com/~alex/ ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
