Re: Foundation based on CoreFoundationLite

2010-03-23 Thread Hans Baier
There actually exists an effort like that. It is called purefoundation. Googling for it should immediately take you there. Kind regards, Hans Baier Am 23.03.2010 um 18:24 schrieb Vincent Richomme foru...@smartmobili.com: Hi, I wanted to know if it would be possible to write a Foundation

xcodeproject2dot.py

2010-02-12 Thread Hans Baier
Hi, in preparation to work on pbxbuild I wrote a python utility which visualizes the structure of an xcode project file. It currently runs on OS X (Yes, I got a new mac mini :). Linux users may need to install plistlib for python, if that is available. Here is an example:

Re: Narcissus theme progress

2010-01-31 Thread Hans Baier
2010/1/31 Eric Wasylishen ewasylis...@gmail.com: Hey, I've been working on GSTheme a lot over the past week, mostly adding support for drawing gui elements with theme tiles. I'm porting the two Étoilé themes, although I'm focusing on Narcissus right now. Did you have a chance to look at

Re: Narcissus theme progress

2010-01-31 Thread Hans Baier
Thanks! btw, this is what the finished product should look like: http://etoileos.com/etoile/mockups/narcissus/ That looks really good! ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: pbxbuild patch

2009-11-18 Thread Hans Baier
2009/11/18 Joe Mattiello j...@sensenetworks.com: I have a patch I wrote over the summer for pbxbuild that adds many enhancements, though it may break legacy (pre-leopard XCode) versions of projects. The short story is I wrote all these changes for internal projects that needed to be ported to

Proposal: new name: pbxbuild - pearbuild

2009-11-18 Thread Hans Baier
I recently I had an idea for a new name of the tool: pearbuild. I really like it and it would even preserve the namespace prefixes. What do you think? Hans ___ Gnustep-dev mailing list Gnustep-dev@gnu.org

Re: [Fwd: Re: GNUstep and Linux Fund]

2009-11-08 Thread Hans Baier
watched the project since 1996, I am glad someone pays attention to it that way. I didn't quite understand whether the $1000-$5000 figure was per month or one-time sums from the mails, and I will be glad to see it used to help GNUstep advance. Cheers to the linux fund for that. Kind regards, Hans

Re: [Fwd: Re: GNUstep and Linux Fund]

2009-11-08 Thread Hans Baier
As for successful open source projects, I found the following reading very valuable: http://producingoss.com/ Kind regards, Hans ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

Some more screenshots of different Gtk+-Themes

2009-11-06 Thread Hans Baier
Human: http://stashbox.org/687981/Bildschirmfoto.png Clearlooks: http://stashbox.org/687982/Bildschirmfoto-1.png Neutronium: http://stashbox.org/687983/Bildschirmfoto-2.png Kind regards, Hans ___ Gnustep-dev mailing list Gnustep-dev@gnu.org

Progress with Gtk+-Theme

2009-11-05 Thread Hans Baier
I already implemented drawing functions for most widgets (except NSPopUpButton, Menus and Tabs). Here is a screenshot: http://stashbox.org/687974/Bildschirmfoto.png here is the code: http://github.com/hansfbaier/gnustep-gnome NOTE: The code is extremely experimental, hackish and ugly at the

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

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

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 more

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

Re: WebKit port up on github...

2009-11-03 Thread Hans Baier
2009/11/4 Gregory Casamento greg.casame...@gmail.com: 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).

Gtk+-based themeing for GNUstep in progress

2009-11-02 Thread Hans Baier
Hi, there are already some results, see this screenshot: http://imagebin.org/70147 Who is working on GSTheme ATM? I probably will have some questions/suggestions... Kind regards, Hans ___ Gnustep-dev mailing list Gnustep-dev@gnu.org