Re: run NSApllication in an other thread

2009-02-18 Thread Richard Frith-Macdonald
On 19 Feb 2009, at 00:28, Julien Isorce wrote: I tried you suggestion and it seems to be fine. I have not tested the full things I need but the minimum is working. Thx for that. I have 2 questions: --First, why I have to use preformInMainThread ? The 'C' thread is registered so ... Ma

Re: run NSApllication in an other thread

2009-02-18 Thread Julien Isorce
2009/2/18 Richard Frith-Macdonald > > On 17 Feb 2009, at 22:38, Julien Isorce wrote: > > >> Unfortunately, I am in a case where I cannot manage the C main loop (I >> cannot configure it and I cannot start it). >> I am implemting a plugin interface which lead to a shared library. >> This library i

[bug #25616] entering an author with a long name behaves fairly strange

2009-02-18 Thread Riccardo mottola
Follow-up Comment #1, bug #25616 (project gnustep): I believe this could be a problem with the NSTextFieldCell, which is used as default by the editing Maybe it is not even a "bug" of the table, just unexpected behaviour. ___ Reply to this

[bug #24111] NetBSD Unable to detach thread

2009-02-18 Thread Riccardo mottola
Follow-up Comment #8, bug #24111 (project gnustep): I removed the whole /usr/GNUstep, just to be sure I did not have some libobjc lying around. The problme is indeed the failing test, I copied the relevant piece of the log and I do not understand why -lpthread fails. In the other attempts of con

[bug #24006] GSWeb application behaves badly with HTTP/1.1 persistent connections

2009-02-18 Thread Riccardo mottola
Update of bug #24006 (project gnustep): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #6: closed on request

[bug #25612] NSMatrix Segmentation Fault when clicking a cell

2009-02-18 Thread Fred Kiefer
Update of bug #25612 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test _

[bug #25484] imageviews as drag source

2009-02-18 Thread Riccardo mottola
Update of bug #25484 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Follow-up Comment #3: works for me, imag

[bug #25603] NSRulerView fails to compile (incompatible type of argument)

2009-02-18 Thread Riccardo mottola
Update of bug #25603 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Follow-up Comment #4: compiles now.

[bug #25620] applications segfault on OpenBSD

2009-02-18 Thread Fred Kiefer
Update of bug #25620 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test _

[bug #25612] NSMatrix Segmentation Fault when clicking a cell

2009-02-18 Thread Fred Kiefer
Follow-up Comment #3, bug #25612 (project gnustep): Your change highlights the similarities between the code in the two methods _selectCell:atRow:column: and setState:atRow:column:. These methods surely should share more code as in some cases they do almost the same thing. I would say that your