[PATCH] NSDateComponents 10.7 update

2013-03-19 Thread Luboš Doležel
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 documented very well, this code should match the behavior of Apple's Foundation. Regards, -- Luboš Doležel

Re: [PATCH] NSDateComponents 10.7 update

2013-03-19 Thread Luboš Doležel
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 documented very well, this code should match the behavior

Re: Tooltips in save panels

2013-03-19 Thread Fred Kiefer
On 26.02.2013 10:51, Riccardo Mottola wrote: Wolfgang Lux wrote: Fred Kiefer wrote: The backend implementation simply passes on the window level to the window manager if that is WindowMaker (which Riccardo is using), so I'm inclined to think that my comment _does_ reflect the implementation in

Re: Tooltips in save panels

2013-03-19 Thread Riccardo Mottola
Hi Fred, 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 the patch? Thanks, Riccardo