[bug #25524] MidnightBSD missing from gnustep-make 2.0.6

2009-02-21 Thread Lucas Holt
Follow-up Comment #2, bug #25524 (project gnustep): At present, there aren't many changes between MidnightBSD and FreeBSD in terms of compiler flags. That will change in the future as the systems diverge. The FreeBSD project has discussed changing the default system compiler in a future release

[bug #22323] NSTextView resized after setAlignment

2009-02-21 Thread Fred Kiefer
Update of bug #22323 (project gnustep): Assigned to:None => FredKiefer ___ Follow-up Comment #2: I tried your test code and it turns out that it isn't the call to setAlignment: that changes th

[bug #25034] GWorkspace's dock does not recognize some open apps

2009-02-21 Thread Stefan
Follow-up Comment #4, bug #25034 (project gnustep): It works as expected on a week old SVN build. Have a different problem now though, not sure it's a continuation of that bug or not... I can't start any apps off the dock. ___ Reply to th

[bug #25643] WindowMaker no longer picking up icon...

2009-02-21 Thread matt rice
Follow-up Comment #5, bug #25643 (project gnustep): yuo don't understand the scaling in scaledIconSizeForSize(imageSize)? basically it tries to keep the same aspect ratio assuming the icon is made for a 64x64 icon window and the icon is some random size like 48x56 so say windowmaker returns a

[bug #11946] NSButtonCell stringValue method should match state

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

[bug #25643] WindowMaker no longer picking up icon...

2009-02-21 Thread Fred Kiefer
Follow-up Comment #4, bug #25643 (project gnustep): I think the change that Matt pointed to is really the cause of the problem. Looks like Richard made that change in responce to some change by Greg. And I have problems understanding that first change. To me it looks like we are restricting the

[bug #25592] [Win32] NSOpenGLView display problem

2009-02-21 Thread Fred Kiefer
Follow-up Comment #3, bug #25592 (project gnustep): No, I did not inspect that specific change. It was my change in the first place and I know it is correct :-) It is just that I think the code that handles the view size on both the X11 and the Windows implementation looks wrong. We should alway

[bug #25659] key equivalents depend on order modifiers were pressed

2009-02-21 Thread matt rice
URL: Summary: key equivalents depend on order modifiers were pressed Project: GNUstep Submitted by: ratmice Submitted on: Sat 21 Feb 2009 07:14:03 PM GMT Category: Gui/AppKit

[bug #25658] dragging a table in diagram view problem

2009-02-21 Thread matt rice
Update of bug #25658 (project gnustep): Status:None => Confirmed ___ Follow-up Comment #2: hmm, I can confirm this but not able to reliably reproduce it every time it appears intermitten

[bug #25658] dragging a table in diagram view problem

2009-02-21 Thread Sebastian Reitenbach
Follow-up Comment #1, bug #25658 (project gnustep): forgot openbsd 4.4, i386: libffi-3.0.8 gnustep-make-2.0.8 gnustep-base-1.18.0p0 gnustep-back-0.16.0 (using xlib) gnustep-gorm-1.2.8 gnustep-renaissance-0.8.0 gnustep-dl2-0.12.0 (and from svn) (file #17494)

[bug #25658] dragging a table in diagram view problem

2009-02-21 Thread Sebastian Reitenbach
URL: Summary: dragging a table in diagram view problem Project: GNUstep Submitted by: buzzdee Submitted on: Sat 21 Feb 2009 05:52:16 PM GMT Category: gdl2 Severity: 3

[bug #25657] DBModeler Inspector behaviour

2009-02-21 Thread Sebastian Reitenbach
URL: Summary: DBModeler Inspector behaviour Project: GNUstep Submitted by: buzzdee Submitted on: Sat 21 Feb 2009 05:36:52 PM GMT Category: gdl2 Severity: 3 - Normal

[bug #25655] DBModeler crashes when closing window

2009-02-21 Thread matt rice
Update of bug #25655 (project gnustep): Status:None => Fixed Open/Closed: In Test => Closed ___ Follow-up Comment #4: In your report you

[bug #25607] NSUndoManager sends NSUndoManagerCheckpointNotification when opening a top-level undo group

2009-02-21 Thread matt rice
Follow-up Comment #4, bug #25607 (project gnustep): hmmm, for the record i was looking here http://developer.apple.com/DOCUMENTATION/Cocoa/Conceptual/UndoArchitecture/Tasks/UsingUndoNotif.html#//apple_ref/doc/uid/2210 where it says "whenever an NSUndoManager opens or closes a new undo grou

[bug #25655] DBModeler crashes when closing window

2009-02-21 Thread Sebastian Reitenbach
Follow-up Comment #3, bug #25655 (project gnustep): I've no idea, what you mean by the other comment regarding the DiagramView, but I just tested svn checkout, and the crasher I reported is not existent anymore, thanks. ___ Reply to this

[bug #25033] compilation of gnustep-gui-0.14.0 fails on openbsd 4.4 sparc

2009-02-21 Thread David Ayers
Follow-up Comment #13, bug #25033 (project gnustep): > Starting program: /usr/GNUstep/Local/Tools/defaults > error: NXConstantString (instance) > NXConstantString does not recognize copyWithZone: NXConstantString is a class from libobj which inherits from Object and merely implements cString an

[bug #25033] compilation of gnustep-gui-0.14.0 fails on openbsd 4.4 sparc

2009-02-21 Thread Sebastian Reitenbach
Follow-up Comment #12, bug #25033 (project gnustep): I rm -rf /usr/GNUstep, then checked out -make and -base from trunk, and reinstalled. It still segfaults here, no matter I link against libffi or ffcall. The backtrace now is different, below, linked against ffcall. I installed this way: cd gn

Re: 2 questions about Application Services, 1 about backend

2009-02-21 Thread Julien Isorce
2009/2/20 Xavier Glattard > > Julien Isorce a écrit : > >> Hi, >> >> I am playing with GNUstep for some hours now and I still wondering about 3 >> things that I discarded at start. >> >> ** 1. Using GNUstep, CGDisplayIDToOpenGLDisplayMask(kCGDirectMainDisplay) >> seems to be not supported. >> >

[bug #25655] DBModeler crashes when closing window

2009-02-21 Thread matt rice
Update of bug #25655 (project gnustep): Open/Closed:Open => In Test ___ Follow-up Comment #2: I've fixed the leakage in the DiagramView also.

[bug #25655] DBModeler crashes when closing window

2009-02-21 Thread matt rice
Follow-up Comment #1, bug #25655 (project gnustep): Thanks for the report, I have commited a fix to svn which should fix this, about the DiagramView stuff, there is still something to fix there it appears that it is causing leakage of EOModel objects. David Ayers said he would release a 0.12.1 u

[bug #25656] --with-thread-lib has no effect

2009-02-21 Thread Richard Frith-Macdonald
Update of bug #25656 (project gnustep): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #1: > In order to use

[bug #25607] NSUndoManager sends NSUndoManagerCheckpointNotification when opening a top-level undo group

2009-02-21 Thread Richard Frith-Macdonald
Update of bug #25607 (project gnustep): Status: Fixed => None Open/Closed: Closed => Open ___ Follow-up Comment #3: I'm reopening this

[bug #25656] --with-thread-lib has no effect

2009-02-21 Thread Truls Becken
URL: Summary: --with-thread-lib has no effect Project: GNUstep Submitted by: bogomipz Submitted on: Sat 21 Feb 2009 02:35:20 PM CET Category: Makefiles Severity: 3 - N

[bug #25034] GWorkspace's dock does not recognize some open apps

2009-02-21 Thread Riccardo mottola
Follow-up Comment #3, bug #25034 (project gnustep): with core from svn trunk and remcopiled AddressManager against it... ___ Reply to this item at: ___

[bug #25034] GWorkspace's dock does not recognize some open apps

2009-02-21 Thread Riccardo mottola
Update of bug #25034 (project gnustep): Status:None => Works For Me ___ Follow-up Comment #2: Does this still happen? I tried docking AddressManager on both windowmaker's dock and GWorkspac

[bug #25534] remote execution of applications via ssh -X doesn't work

2009-02-21 Thread Sebastian Reitenbach
Follow-up Comment #12, bug #25534 (project gnustep): I've here my notebook and the desktop, both i386, and just retested again. * I ssh from desktop to the notebook * throw away all my defaults, rm -rf ~/GNUstep * start Gorm, that works well then via ssh and also works well locally then tes

[bug #25655] DBModeler crashes when closing window

2009-02-21 Thread Sebastian Reitenbach
URL: Summary: DBModeler crashes when closing window Project: GNUstep Submitted by: buzzdee Submitted on: Sat 21 Feb 2009 10:29:56 AM GMT Category: gdl2 Severity: 3 - N