[bug #25236] NSToolbar: Window doesn't resize window when toolbar is added.

2009-01-06 Thread Fred Kiefer
Update of bug #25236 (project gnustep): Status: In Progress = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #10: I close this bug

Re: [bug #25236] NSToolbar: Window doesn't resize window when toolbar is added.

2009-01-06 Thread Richard Frith-Macdonald
On 6 Jan 2009, at 08:10, Fred Kiefer wrote: We also need a more general mechanism to add new subviews to the decoration view. What about a subclass of NSView that knows about orientation (the border of the window the subview will be belong to) and priority (to allow multiple subviews on

[bug #25258] GNUstep base reconfigures when GNUSTEP_INSTALLATION_DOMAIN=SYSTEM is passed to make install

2009-01-06 Thread Nicola Pero
Follow-up Comment #2, bug #25258 (project gnustep): The current solution could be improved so that it could avoid reconfiguring if it was not using relative paths. That would be a big improvement since AFAIK nobody is using relative paths but on MinGW, so the automatic reconfiguration

[bug #23126] gnustep-make-2.0.5 does not configure objc exceptions on MacOSX-10.4.11

2009-01-06 Thread Nicola Pero
Update of bug #23126 (project gnustep): Open/Closed:Open = Closed ___ Follow-up Comment #3: Bug was fixed but we got no feedback for over three months ... closing Thanks

[bug #25258] GNUstep base reconfigures when GNUSTEP_INSTALLATION_DOMAIN=SYSTEM is passed to make install

2009-01-06 Thread Richard Frith-Macdonald
Follow-up Comment #3, bug #25258 (project gnustep): I think a correct check would ensure that none of the paths are relative... and checking that looked like more trouble than it was worth. I'd rather spend the time making the process faster ... eg. 1. factor out the path setup stuff from

[bug #25163] resource-set.make not removing on uninstall xxx_RESOURCE_DIRS directories created on install

2009-01-06 Thread Nicola Pero
Update of bug #25163 (project gnustep): Severity: 3 - Normal = 2 - Minor Summary: base uninstall doesn't work fully = resource-set.make not removing on uninstall xxx_RESOURCE_DIRS directories created on install

[bug #25258] GNUstep base reconfigures when GNUSTEP_INSTALLATION_DOMAIN=SYSTEM is passed to make install

2009-01-06 Thread Nicola Pero
Update of bug #25258 (project gnustep): Open/Closed: Closed = In Test ___ Follow-up Comment #4: I think a correct check would ensure that none of the paths are relative OK ... thanks ...

[bug #25163] resource-set.make not removing on uninstall xxx_RESOURCE_DIRS directories created on install

2009-01-06 Thread Nicola Pero
Follow-up Comment #3, bug #25163 (project gnustep): I'll work on this after we release 2.0.8 as I don't want to hold that up Thanks ___ Reply to this item at: http://savannah.gnu.org/bugs/?25163

[bug #25258] GNUstep base reconfigures when GNUSTEP_INSTALLATION_DOMAIN=SYSTEM is passed to make install

2009-01-06 Thread Stefan
Follow-up Comment #5, bug #25258 (project gnustep): I didn't know this was the new/correct behavior for configure and make install. It was a little confusing since it's not what I was used to. I'll take a look at the stuff in trunk as soon as I'm done generating these install scripts and