Re: [Gtk-gnutella-devel] Patch that moves "Config" into a menubar item

2004-08-01 Thread Emile Roberts
I should also mention that I removed the goto-esque "more settings" buttons from the downloads tab and the uploads tab. These would kick the user from the tab they were in into one of the config tabs-that- aren't-exactly-tabs. This is particularily problematic as on most screens, when the Config

[Gtk-gnutella-devel] Patch that moves "Config" into a menubar item

2004-08-01 Thread Emile Roberts
Hi, This patch moves all the "Config" items into the menu bar (so now, like most applications, you open a "Preferences" dialog from the menu bar). This begins to clean up the upper left hand navigation pane a bit and moves the settings into the place most users will look for them. It makes sense

Partial File Sharing (Was: [gtk-gnutella-devel] Offering files being downloaded: how to switch it OFF?)

2004-08-01 Thread Haxe
On Sunday 01 August 2004 16:36, Christian Biere wrote: > Partial File Sharing (PFS) has nothing to do with up/downloading a > chunk of a file. Ok, I understand that. But in that case, I think the caption of the control section is somewhat misleading. It says "Partial File Sharing (swarming)".

Re: [Gtk-gnutella-devel] Re: Offering files being downloaded: how to switch it OFF?

2004-08-01 Thread Christian Biere
Haxe wrote: > On Sunday 01 August 2004 10:27, Raphael Manfredi wrote: > > Partial file sharing can be disabled from the "Config / Uploads > > settings" tab, by disabling the "Enable" entry of PFS. But this is a > > very bad idea because it does not help the propagation of files on > > the network.

Re: [Gtk-gnutella-devel] Re: Offering files being downloaded: how to switch it OFF?

2004-08-01 Thread Haxe
On Sunday 01 August 2004 10:27, Raphael Manfredi wrote: > Partial file sharing can be disabled from the "Config / Uploads > settings" tab, by disabling the "Enable" entry of PFS. But this is a > very bad idea because it does not help the propagation of files on > the network. Wouldn't that mean t

[Gtk-gnutella-devel] Assertion failure on exit in hcache.c

2004-08-01 Thread Christian Biere
Hi, I experience this quite often with current CVS: ** ERROR **: file hcache.c: line 336 (hcache_move_entries): assertion failed: (to->hostlist == NULL) aborting... Program received signal SIGABRT, Aborted. 0x4850e06b in kill () from /usr/lib/libc.so.12 (gdb) bt #0 0x4850e06b in kill () from /

[Gtk-gnutella-devel] Re: Adding files to build?

2004-08-01 Thread Raphael Manfredi
Quoting alex <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel: :Is there a magic incantation for ./Configure that regenerates files :without having to ask all the questions again or changing my current :choices? Actually, you want: Configure -S Raphael -

[Gtk-gnutella-devel] Re: Adding files to build?

2004-08-01 Thread Raphael Manfredi
Quoting alex <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel: :Actually doing some hacking and I wanted to put my bits in a new file. :I've dutifully added the c file to src/Jmakefile but I'm at a loss on :how to recreate the Makefile's to include them. The Makefile.SH files are created from

[Gtk-gnutella-devel] Re: Offering files being downloaded: how to switch it OFF?

2004-08-01 Thread Raphael Manfredi
Quoting Michael Janich <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel: :I've noticed, that I get upload-requests for files for files I currently :download - many of them get the error "this range is not avail". Yes, this is called "partial file sharing". :I do NOT want to offer files I curr

[Gtk-gnutella-devel] Offering files being downloaded: how to switch it OFF?

2004-08-01 Thread Michael Janich
Hi, I've noticed, that I get upload-requests for files for files I currently download - many of them get the error "this range is not avail". I do NOT want to offer files I currently download. How can I switch off this feature? Already disabled the "offer to mesh", but it still does that. Thanks fo