NSFileHandle Additions on Snow Leo?

2010-04-19 Thread David Wetzel
hi guys,

does that work for you?

_fileHandle=[NSFileHandle fileHandleAsServerAtAddress:@"localhost"
   service:@"1" // whatever
  protocol:@"tcp"];

it looks like there is a problem with ipv6.

[host address] in getAddr() gives me ::1

Anybody seen that before?

I want to run a malloc debug and shark on GSWeb...

Cheers,

David Wetzel



___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: Which bugs to focus on for the release?

2010-04-19 Thread Adam Fedor

On Apr 19, 2010, at 5:12 PM, David Chisnall wrote:
> While we're changing things, maybe we could change the name of the Windows 
> installers too.  After reading the descriptions, I'm still not clear what 
> -system and -core mean in the context of GNUstep, which one I should install, 
> and if I should install both which order I should install them in.  

Maybe I should just explain it better?

___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: Which bugs to focus on for the release?

2010-04-19 Thread David Chisnall
On 20 Apr 2010, at 00:06, Adam Fedor wrote:

> Sure good idea.  FYI,  I've put a preview release of the Windows installer on 
> the web site, if anyone wants to test it.
> 
> http://www.gnustep.org/experience/Windows.html

While we're changing things, maybe we could change the name of the Windows 
installers too.  After reading the descriptions, I'm still not clear what 
-system and -core mean in the context of GNUstep, which one I should install, 
and if I should install both which order I should install them in.  

David

-- Sent from my IBM 1620



___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: Which bugs to focus on for the release?

2010-04-19 Thread Adam Fedor

On Apr 19, 2010, at 11:34 AM, Fred Kiefer wrote:

> Am 19.04.2010 17:38, schrieb Adam Fedor:
> Seems to I a great solution to the problem. Perhaps we should also state
> there, why we don't make it the default (some applications wont work
> with that setting, as far as I understand) and how to activate,
> deactivate it later on. OK, this might be to much text for an
> installation panel, but there seems to be some space left on it.


Sure good idea.  FYI,  I've put a preview release of the Windows installer on 
the web site, if anyone wants to test it.

http://www.gnustep.org/experience/Windows.html

___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: Which bugs to focus on for the release?

2010-04-19 Thread Riccardo Mottola

Hi

The switch to cairo as the default backend was a step that I should have
done right after the last release. Doing so now is just not advisable.
Or is it?
   
I think not, libart should stick for this release, cairo will be for the 
next.


Cairo has some problems here and there, although it is reasonably usable 
for the day usage.


For example cairo has troubles with displaying (big) images, it can 
suddenly say it cannot allocate shared memory and then gets slooowww


Riccardo


___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev


opening problems with GWorkspace

2010-04-19 Thread Riccardo Mottola

Hi,

after the core release, I will do a maintenance release of GWorkspace 
(since the old one would not compile anyway, causing frustration among 
the users).


I noticed some strange behaviour with the opening of GWorkspace, which 
did not happen before. Maybe a change in base which needs some 
improvement or which requires GWorkspace adaptation.


1) when using "gopen xxx" NSworkspace will launch also gworkspace 
automatically.
Strangely,  GWorkspace now opens and asks you "are you sure you want to 
quit" ?...


2) "gopen GWorkspace" will open a double copy of it causing grief!!!


Riccardo


___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: Which bugs to focus on for the release?

2010-04-19 Thread Riccardo Mottola

Hi,

Gregory Casamento wrote:

Have we established a list of bugs we would like to be fixed prior to
the release?

I'd like to get a consensus about this before we do it.
   
Fred has a small app which exemplifies breakages in the different 
backends with regarding rects stroked and filled. We did it during 
LindauStep. Fred do you think you could fix them for this release?



Thank you,
  Riccardo


___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: Which bugs to focus on for the release?

2010-04-19 Thread Fred Kiefer
Am 19.04.2010 17:38, schrieb Adam Fedor:
> 
> On Apr 17, 2010, at 3:21 PM, Gregory Casamento wrote:
> 
>>
>> I'd, personally, like to get this to a point where we can release with
>> the Windows theme as the default on Windows.   Since so much work has
>> gone into the theme, it seems best to put it out there so that people
>> can see it and see that we're serious about blending in a little
>> better on that platform.
> 
> I updated the installer so it asks you if you want to activate the Windows 
> theme (default is NO).  How about this (excuse the bad grammar, I'll fix 
> that)?
> 

Seems to I a great solution to the problem. Perhaps we should also state
there, why we don't make it the default (some applications wont work
with that setting, as far as I understand) and how to activate,
deactivate it later on. OK, this might be to much text for an
installation panel, but there seems to be some space left on it.

Fred


___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: Which bugs to focus on for the release?

2010-04-19 Thread Adam Fedor

On Apr 17, 2010, at 3:21 PM, Gregory Casamento wrote:

> 
> I'd, personally, like to get this to a point where we can release with
> the Windows theme as the default on Windows.   Since so much work has
> gone into the theme, it seems best to put it out there so that people
> can see it and see that we're serious about blending in a little
> better on that platform.

I updated the installer so it asks you if you want to activate the Windows 
theme (default is NO).  How about this (excuse the bad grammar, I'll fix that)?

<>___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: [Gnustep-cvs] r30188 - in /libs/back/trunk: ChangeLog Source/winlib/WIN32FontInfo.m

2010-04-19 Thread Fred Kiefer
Am 19.04.2010 03:23, schrieb Eric Wasylishen:
> Author: ericwa
> Date: Mon Apr 19 03:23:30 2010
> New Revision: 30188
> 
> URL: http://svn.gna.org/viewcvs/gnustep?rev=30188&view=rev
> Log:
> winlib/WIN32FontInfo.m: Use DEFAULT_QUALITY for fonts
> 
> Modified:
> libs/back/trunk/ChangeLog
> libs/back/trunk/Source/winlib/WIN32FontInfo.m

In back we have the user default GSFontAntiAlias defined that could be
used to decide whether AA fonts or normal ones should be used.


___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev