Re: NSTableView editing problem [Was: Next stable release?]

2008-06-08 Thread Matt Rice
On Sun, Jun 8, 2008 at 10:57 AM, Fred Kiefer <[EMAIL PROTECTED]> wrote: > I was completely wrong here. The problem is at a totally different place. > Look at the code in NSTextFieldsCell that Nicola changed a few months ago: > Ahh, yes changing the below fixes it here i was confused because it is

Re: GDL2 Release for Debian Lenny

2008-06-08 Thread Hubert Chathi
Adam Fedor wrote: > After discussion with the FSF, we've been given the go-ahead to revert > the libraries back to LGPL v2 or later (tools and applications will > not change) until we can get all issues with other libraries resolved. > I will make a point release of the current stable release (an

Re: NSTableView editing problem [Was: Next stable release?]

2008-06-08 Thread Fred Kiefer
I was completely wrong here. The problem is at a totally different place. Look at the code in NSTextFieldsCell that Nicola changed a few months ago: - (void) drawInteriorWithFrame: (NSRect)cellFrame inView: (NSView*)controlView { /* Do nothing if there is already a text editor doing the dr

NSTableView editing problem [Was: Next stable release?]

2008-06-08 Thread Fred Kiefer
Matt Rice wrote: On Fri, Jun 6, 2008 at 12:32 PM, Fred Kiefer <[EMAIL PROTECTED]> wrote: Matt Rice wrote: I did notice an NSTableView bug though, and its reproducable afaict with any editable tableview if you edit a field after editing its row never set as needing display, you have to click a r

Foreign Event Sources

2008-06-08 Thread David Chisnall
Hi, I have been looking at the NSRunLoop class and its helpers and the documentation is a little bit spotty in places. There are three cases I have come across recently: 1) Wanting to handle X11 events in an NSRunLoop 2) Wanting to handle events coming from a file descriptor. 3) Wanting to

Re: Next stable release?

2008-06-08 Thread David Chisnall
On 8 Jun 2008, at 10:30, Richard Frith-Macdonald wrote: For the base library, reverting the license to LGPLv2 should be easy, but I'd also like the next stable release to mark all non- macosx stuff as deprecated ... on the basis that this would warn developers about the intention to be *hig

Re: [Debian GNUstep maintainers] GDL2 Release for Debian Lenny

2008-06-08 Thread Hubert Chathi
Yavor Doganov wrote: >> Hubert Chathi wrote: >>> >> Perhaps we should take a quick poll. > This is an excellent idea, but how do you expect to do it? The lists > this discussion is being carried on have limited audience. Of course > the opinion of the gnustep-dev subscribers is valuable, and t

Re: GDL2 Release for Debian Lenny

2008-06-08 Thread Adam Fedor
On Jun 6, 2008, at 1:06 PM, Hubert Chathi wrote: - keep the current LGPL2.1-licensed GNUstep libraries, and keep all the GNUstep applications (except for ProjectCenter [1]), but have outdated copies of Gorm, SimpleAgenda, etc.; or - upgrade to the latest unstable (or the next stable release,

Re: Next stable release?

2008-06-08 Thread Richard Frith-Macdonald
On 8 Jun 2008, at 13:30, David Chisnall wrote: On 8 Jun 2008, at 10:30, Richard Frith-Macdonald wrote: For the base library, reverting the license to LGPLv2 should be easy, but I'd also like the next stable release to mark all non- macosx stuff as deprecated ... on the basis that this woul

Re: Next stable release?

2008-06-08 Thread David Ayers
Richard Frith-Macdonald schrieb: > For the base library, reverting the license to LGPLv2 should be easy, > but I'd also like the next stable release to mark all non-macosx stuff > as deprecated ... on the basis that this would warn developers about the > intention to be *highly* macosx compatible.

Re: Next stable release?

2008-06-08 Thread Richard Frith-Macdonald
On 8 Jun 2008, at 12:08, David Ayers wrote: Richard Frith-Macdonald schrieb: For the base library, reverting the license to LGPLv2 should be easy, but I'd also like the next stable release to mark all non-macosx stuff as deprecated ... on the basis that this would warn developers about th

Re: Next stable release?

2008-06-08 Thread Richard Frith-Macdonald
On 7 Jun 2008, at 18:30, Adam Fedor wrote: On Jun 7, 2008, at 10:52 AM, Fred Kiefer wrote: Fred Kiefer wrote: At the moment I am updating my second (virtual) Linux system to Ubuntu 8.04, this should include the latest cairo and with that I should be able to reproduce the cairo 1.6.4 issu