Re: [PATCH] NSDateComponents 10.7 update

2013-03-20 Thread Richard Frith-Macdonald
On 19 Mar 2013, at 15:29, Luboš Doležel wrote: On Tue, 19 Mar 2013 14:16:18 +0100, Luboš Doležel wrote: Hi, the attached patch updates FIXMEs in NSCalendar.h now that we know when the new features were really introduced. It also adds -[NSDateComponents date]. While this method isn't

base, tests hangs (OpenBSD)

2013-03-20 Thread Riccardo Mottola
Hi, using latest svn, gcc, on OpenBSD 5.2 x86-32, I have the test hang at NSConnection: --- Running tests in base/NSConnection --- it hangs here, I checked with top after a long while it was running and I see: PID USERNAME PRI NICE SIZE RES STATE WAIT TIMECPU COMMAND

base, test hangs (NetBSD)

2013-03-20 Thread Riccardo Mottola
Hi, using latest svn, gcc, on NetBSD x86-32, I have the test hang at NSStream: --- Running tests in base/NSStream --- But, checking with top, I see no process running. Perhaps it is running the process pipe (I see ./obj/pipe) ? In this case, it is doing nothing. 8750 multix850

Re: [PATCH] NSDateComponents 10.7 update

2013-03-20 Thread Luboš Doležel
On 03/20/2013 04:11 PM, Stefan Bidi wrote: I'll also add that GNUstep currently supports ICU down to version 4.0. If these keys aren't supported by earlier versions of a autoconf check is need. OK, I've done a quick check and - good news - these constants already exist in ICU 4.0. --

Re: Tooltips in save panels

2013-03-20 Thread Fred Kiefer
On 20.03.2013 00:43, Riccardo Mottola wrote: Fred Kiefer wrote: Now would be the perfect time to fix the window levels for tool tips. I gave the suggested change a try and it seems to work correctly on my KDE system. But then, tool tips worked correctly here with the old level. Can you share