Re: WebKit port up on github...

2009-11-03 Thread Gregory Casamento
Done. On Tue, Nov 3, 2009 at 10:22 PM, Hans Baier wrote: > 2009/11/4 Gregory Casamento : >> It is a work in progress.   I am about halfway through the port.   If >> anyone would like to help, please let me know. >> >> The repository is here: >> http://github.com/gcasa/webkit-gnustep > > Can you p

Re: WebKit port up on github...

2009-11-03 Thread Hans Baier
2009/11/4 Gregory Casamento : > It is a work in progress.   I am about halfway through the port.   If > anyone would like to help, please let me know. > > The repository is here: > http://github.com/gcasa/webkit-gnustep Can you push? (There is only a README file in there ATM). Hans ___

WebKit port up on github...

2009-11-03 Thread Gregory Casamento
It is a work in progress. I am about halfway through the port. If anyone would like to help, please let me know. The repository is here: http://github.com/gcasa/webkit-gnustep Thanks, GC -- Gregory Casamento Open Logic Corporation, Principal Consultant ## GNUstep Chief Maintainer yahoo/skype

Gtk+-based Theme now on github

2009-11-03 Thread Hans Baier
Hi, since the code is not yet ready to be put in SVN, but some people are interested to look at it, I put it on github: http://github.com/hansfbaier/gnustep-gnome (Unfortunately subversion under Ubuntu karmic doesn't work with svn+ssh, so I have no other choice) The skeleton is derived from Cam

Re: Gtk+-based themeing for GNUstep in progress

2009-11-03 Thread Quentin Mathé
Le 3 nov. 2009 à 17:34, Hans Baier a écrit : Why is a restart required ? Running applications should catch a NSUserDefaults notification and GSTheme handles it. From what I have observed, the theme change is propagated with a few seconds delay (probably related to the time interval at which t

Re: Gtk+-based themeing for GNUstep in progress

2009-11-03 Thread Hans Baier
> Why is a restart required ?  Running applications should catch a > NSUserDefaults notification and GSTheme handles it. From what I have > observed, the theme change is propagated with a few seconds delay (probably > related to the time interval at which the defaults are polled on disk). To be mo

Re: Gtk+-based themeing for GNUstep in progress

2009-11-03 Thread Quentin Mathé
Hi Hans, Le 3 nov. 2009 à 10:01, Hans Baier a écrit : Some corrections on my last mail: No, it uses the Gtk+ theme API (gtk_paint_). So whenever you change *to* a different Theme, GNUstep changes too. (Restart required) Why is a restart required ? Running applications should catch a

Re: Gtk+-based themeing for GNUstep in progress

2009-11-03 Thread Hans Baier
Some corrections on my last mail: > No, it uses the Gtk+ theme API (gtk_paint_). > > So whenever you change *to* a different Theme, > GNUstep changes too. (Restart required) Kind regards, Hans ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http:

Re: Gtk+-based themeing for GNUstep in progress

2009-11-03 Thread Hans Baier
> Very cool! > So if I understand well, you are using the Gtk+ theme API to draw the > button in a GSTheme subclass ? Or is it just a pixmap "port" of the > Gtk+ theme ? No, it uses the Gtk+ theme API (gtk_paint_). So whenever you change a different Theme, GNUstep changes too. Hans ___