[Gtk-gnutella-devel] ui/core separation patch committed

2004-08-18 Thread Emile Roberts
Hi, I'm committed the separation patch finally. I think we worked out most of the issues with it. Explanations on what I did with it can be found in devguide (GUICORE_SPLIT). Below I've listed some of the problems I see with it as it stands (this is in the devguide/GUICORE_SPLIT file btw, but ju

[Gtk-gnutella-devel] [Fwd: Re: #gtk-gnutella irc logging]

2004-08-12 Thread Emile Roberts
Forwarded Message From: Markus Ackermann <[EMAIL PROTECTED]> To: Emile Roberts <[EMAIL PROTECTED]> Subject: Re: #gtk-gnutella irc logging Date: Thu, 12 Aug 2004 22:15:22 +0200 Emile Roberts schrieb: > I noticed that there have been no logs since august 7th and I

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

2004-08-02 Thread Emile Roberts
On Mon, 2004-08-02 at 12:58 +0200, Haxe wrote: > Great! :-) > Ever thought of [ OK | Apply | Cancel ] instead of [ Close ] ? > h Hi! I thought about it. This would require rewriting how gtk-gnutella handles changes in the config tabs and accesses the properties. Right now, we instantaenously ad

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

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

2004-07-26 Thread Emile Roberts
I think "make clobber" gets rid of all the old makefiles, then ./ Configure will regenerate them from the JMakefiles. I don't think there's a magic incantation for ./Configure. I personally just make two really simple scripts "g1.sh" and "g2.sh" for gtk1 and gtk2. Then I just checkout, cd to the

Re: [Gtk-gnutella-devel] Emile's gui/core seperation 1.0

2004-07-22 Thread Emile Roberts
On Thu, 2004-07-22 at 19:20 +0200, Jeroen Asselman wrote: > Hi, > > playing with your patch I noticed that you included regex.h multiple > times. downloads_cb2.c, downloads_cb.c and fileinfo_gui.c, it wouldn't > compile on OSX when those got included. Removing those and it compiles > fine again

Re: [Gtk-gnutella-devel] Emile's gui/core seperation 1.0

2004-07-19 Thread Emile Roberts
On Mon, 2004-07-19 at 19:34 +0200, Jeroen Asselman wrote: > Hello > > Op 18-jul-04 om 14:01 heeft Emile Roberts het volgende geschreven: > > > Hey folks, > > > > I've been extra busy this week with things so didn't get around to > > looking at the

Re: [Gtk-gnutella-devel] Emile's gui/core seperation 1.0

2004-07-18 Thread Emile Roberts
Hey folks, I've been extra busy this week with things so didn't get around to looking at the assertion error in my gui/core patch. Too bad, it seems like I just cut 'n' pasted one too many "free_chunks" calls at one place in one file and was able to fix it right away. I've been running gtk2 for

Re: [Gtk-gnutella-devel] Emile's gui/core seperation 1.0

2004-07-09 Thread Emile Roberts
x27;s not like this was in danger of being committed before the release anyway but I'm afraid I won't be able to look at that assertion error until monday. Sorry, emile. On Fri, 2004-07-09 at 04:32 +, Emile Roberts wrote: > On Fri, 2004-07-09 at 04:28 +0000, Emile Roberts wrote: &

[Gtk-gnutella-devel] Emile's gui/core seperation 1.0

2004-07-09 Thread Emile Roberts
Hi, I know you've all been yearning desperately for this: My first attempt at the first step of gui/core seperation. Description: http://www.struggle.ca/gtkg-guicore-description.txt Files: http://www.struggle.ca/gtkg-guicore-seperation.tar.gz [ Note: the tar file contains the diff as well as new

Re: [Gtk-gnutella-devel] Working on gui/core seperation

2004-07-07 Thread Emile Roberts
Hi! I have to leave right away so I'm afraid this will be briefer than it should be but I should off and on IRC for the next few days. I'm looking forward to more discussion there. The problem is, when I'm on IRC (around midnight, 1am) you europeans are sitting at work in the sun at 10am :) Jeo

RE: [Gtk-gnutella-devel] GTK+ 2.x interface badly broken WRT download panel?

2004-05-24 Thread Emile Roberts
Hi, Around christmas I added grouped downloads to gtk2. This is what I know about the grouped dl's stuff, if you're not talking about that or if this part of the code has changed drastically since then, I apologize (I haven't been coding on gtkg much at all since then). I think that when I left