Quentin Mathé | 1 Dec 2008 15:05
Picon

[bug #24785] Application not quitting properly on some platforms.


Follow-up Comment #8, bug #24785 (project gnustep):

Fred,

Looks like you get the same problem I had last week, Richard fixed it, see
bug report #24939

Quentin.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24785>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/
Fred Kiefer | 1 Dec 2008 15:36
Picon

[bug #24785] Application not quitting properly on some platforms.


Follow-up Comment #9, bug #24785 (project gnustep):

Not very likely, athough it might be releated. You were testing on a 64-bit
machine and your problem was with the "did launch" notification. I am getting
a problem on the terminate notification and am using a 32-bit machine. Most of
all, I already have Richards new code installed, that is why a get a proper
exception in the first place.

But I am still unsure, whether my problem is related to the problem reported
here, so perhaps I should not insist to much on it here.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24785>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/
alez | 1 Dec 2008 15:39
Picon

[bug #24111] NetBSD Unable to detach thread


Follow-up Comment #3, bug #24111 (project gnustep):

http://sexintheshower.sensualwriter.com/ sex in the shower

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24111>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
Quentin Mathé | 1 Dec 2008 19:02
Picon

[bug #24978] Selector types conflict with a -setName: method that returns void


URL:
  <http://savannah.gnu.org/bugs/?24978>

                 Summary: Selector types conflict with a -setName: method
that returns void
                 Project: GNUstep
            Submitted by: qmathe
            Submitted on: lun 01 déc 2008 18:02:45 GMT
                Category: Base/Foundation
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

GNUstep base, gui, back r27168 and gnustep-make a bit older 
Ubuntu Gutsy Gibbon, GCC 4.1.3, libffi 4.2.1 

When running an application, I get an assertion that looks similar to the
distributed notification bug reported as #24939

<NSException: 0x848f028> NAME:NSInternalInconsistencyException
REASON:[ETLayoutItem-setName:] selector types (C12 <at> 0:4 <at> 8) don't match method
(Continue reading)

Richard Frith-Macdonald | 1 Dec 2008 19:38
Picon

[bug #24978] Selector types conflict with a -setName: method that returns void


Update of bug #24978 (project gnustep):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => In Test                

    _______________________________________________________

Follow-up Comment #1:

Please give the current svn a try and let me know if it fixes it ... I think
the problem is that the KVC code was getting a random typed selector from the
runtime to look up the setter method, when it should really have been using an
untyped one.  Hopefully that's fixed.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24978>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
Quentin Mathé | 1 Dec 2008 22:05
Picon

[bug #24978] Selector types conflict with a -setName: method that returns void


Follow-up Comment #2, bug #24978 (project gnustep):

Works for me now. Thanks a lot.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24978>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/
Quentin Mathé | 1 Dec 2008 22:34
Picon

[bug #24601] NSToolbar: [NSWindow contentView] should not return a view which contains the toolbar in it once the toolbar is opened.


Follow-up Comment #6, bug #24601 (project gnustep):

At the time, I wrote the toolbar code. I checked Mac OS X implementation
which does what you suggest. I didn't implement it that way at this time,
because not everybody agreed on having some special toolbar code inside
NSWindow. iirc GSWindowDecorationView wasn't also yet part of gnustep-gui.

From what I recall, in GNUstep there is an NSWindow ivar named _wv which
represents the window view. On Mac OS X, this window view contains the content
view, the widget views and the toolbar view if a toolbar is visible. So the
toolbar view can either be a subview of _wv (as Mac OS X does it) or belong to
the GSWindowDecorationView. I think this last option you propose is cleaner.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24601>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/
Gregory John Casamento | 2 Dec 2008 07:24
Picon

[bug #24979] NIB LOADING: NSScrollView document view is an NSCustomView when scrollview contains a custom subclass


URL:
  <http://savannah.gnu.org/bugs/?24979>

                 Summary: NIB LOADING:  NSScrollView document view is an
NSCustomView when scrollview contains a custom subclass
                 Project: GNUstep
            Submitted by: gcasa
            Submitted on: Tue 02 Dec 2008 01:24:39 AM EST
                Category: Gui/AppKit
                Severity: 3 - Normal
              Item Group: Bug
                  Status: In Progress
                 Privacy: Public
             Assigned to: gcasa
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Steps to recreate:

1) In InterfaceBuilder create a new Application
2) Add a CustomView
3) Set the customview to a custom subclass of NSView (it doesn't matter
which)
4) Go to the menu and wrap the view in a scrollview.
5) Create an application under GNUstep which uses the nib.
(Continue reading)

Gregory John Casamento | 2 Dec 2008 07:37
Picon

[bug #24979] NIB LOADING: NSScrollView document view is an NSCustomView when scrollview contains a custom subclass


Update of bug #24979 (project gnustep):

                  Status:             In Progress => Fixed                  
             Open/Closed:                    Open => In Test                

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24979>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
Richard Frith-Macdonald | 2 Dec 2008 08:14
Picon

[bug #24978] Selector types conflict with a -setName: method that returns void


Update of bug #24978 (project gnustep):

             Open/Closed:                 In Test => Closed                 

    _______________________________________________________

Follow-up Comment #3:

Reported as fixed.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24978>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/

Gmane