Re: [Gtk-gnutella-devel] [PATCH] Latest Bitzi code with GTK1 support now.

2004-09-29 Thread alex
On Wed, 2004-09-29 at 19:28 +0200, Malte Bitter wrote: > > But may be I just didn't apply the patch right. Can someone give me the right patch > command? Looks like you didn't re-run the Configure script to rebuild the Makefiles. ui/gtk/bitzi.o is a new file. There is a newer patch coming soon o

Re: [Gtk-gnutella-devel] [PATCH] Latest Bitzi code with GTK1 support now.

2004-09-29 Thread Malte Bitter
On Thu, 23 Sep 2004 01:24:02 + I whant to test it whith GTK1 but when I try to compile 'make' stops whith this: make[3]: Entering directory `/home/malbi/src/gtk-gnutella/gtk-gnutella-current/src/ui/gtk' make[3]: *** Keine Regel vorhanden, um das Target Âbitzi.oÂ, benÃtigt von Âlibgtk-comm

Re: [Gtk-gnutella-devel] [PATCH] Latest Bitzi code with GTK1 support now.

2004-09-23 Thread Christian Biere
alex wrote: > Uploaded the latest for bitzi support to SF: I've tested the patch with GTK+ 2.x. I fixed some warnings locally - all developers should really use "-W -Wall -Wformat=2 -Wno-unused-parameter" when compiling with GCC. Works just fine as far as I can see. The presentation format could b

[Gtk-gnutella-devel] [PATCH] Latest Bitzi code with GTK1 support now.

2004-09-22 Thread alex
Hi, Uploaded the latest for bitzi support to SF: https://sourceforge.net/tracker/index.php? func=detail&aid=1033048&group_id=4467&atid=304467 Includes: GTK1 support Common bitzi gui files Bug fixes Internationalised some strings Fixed some other issues Christian mentioned No

Re: [Gtk-gnutella-devel] [PATCH] Latest bitzi code.

2004-09-17 Thread Christian Biere
alex wrote: > The table in core/bitzi.c is for enumerating the fixed XML tag into and > enum. If the the other table needs to a) provide translations, and b) > isn't in core I'm afraid some duplication will be required. I see. Just leave it as is then. > > - There's a bug in bitzi_heartbeat().

Re: [Gtk-gnutella-devel] [PATCH] Latest bitzi code.

2004-09-17 Thread alex
On Fri, 2004-09-17 at 04:31 +0200, Christian Biere wrote: > alex wrote: > > Hmm, slight bug in src/ui/gtk/gtk2/bitzi.c, the table was missing some > > comas :-( > > To prevent such bugs, it's best to use STATIC_ASSERT(). I guess the > number of elements depends on some magic value? Will do. >

Re: [Gtk-gnutella-devel] [PATCH] Latest bitzi code.

2004-09-16 Thread Christian Biere
alex wrote: > Hmm, slight bug in src/ui/gtk/gtk2/bitzi.c, the table was missing some > comas :-( To prevent such bugs, it's best to use STATIC_ASSERT(). I guess the number of elements depends on some magic value? > - g_message("on_search_meta_data_active: called"); > + "Unknown",

Re: [Gtk-gnutella-devel] [PATCH] Latest bitzi code.

2004-09-16 Thread Jamie Jones
In bish.lists.gtk-gnutella.devel, you wrote: > Did anyone try the last patch? I would welcome any feedback, and yes I > may even get around to a gtk1 version at some point ;-) Well, when you get around to a gtk1 version, you'll get that feedback you require ;-) -

Re: [Gtk-gnutella-devel] [PATCH] Latest bitzi code.

2004-09-16 Thread alex
On Fri, 2004-09-17 at 00:20 +, alex wrote: > Hi, > > I've added more features to the core code (generates a description text > string) and added a new column to the search result tabs that displays > the meta-data in text form. Its cleaner than the colour hack I did > earlier. > > The patch i

[Gtk-gnutella-devel] [PATCH] Latest bitzi code.

2004-09-16 Thread alex
Hi, I've added more features to the core code (generates a description text string) and added a new column to the search result tabs that displays the meta-data in text form. Its cleaner than the colour hack I did earlier. The patch is on Sf: http://sourceforge.net/tracker/index.php? func=detail