[bug #25472] NSDocumentController doesn't bring an already-open document to the front

2009-02-02 Thread matt rice
Follow-up Comment #2, bug #25472 (project gnustep): this could also be a window manager problem, so information on which window manager you're running might be helpful in diagnosing that. ___ Reply to this item at:

Re: [bug #25462] Issues building GDL2 on Windows

2009-02-02 Thread Matt Rice
On Mon, Feb 2, 2009 at 6:06 AM, Giuseppe Luigi Punzi wrote: > Hi again, > > I think 2 videos instead 2 words is better :) > > Trying to "talk" with sqlite: > http://www.lordzealon.com/gnustep/problems/testingdbmodeller2.htm > well hmm, this didn't really help, theres supposed to be a string there

[bug #25472] NSDocumentController doesn't bring an already-open document to the front

2009-02-02 Thread Fred Kiefer
Update of bug #25472 (project gnustep): Status:None => Need Info Assigned to:None => FredKiefer ___ Follow-up Comment #1: With which applica

[bug #15902] NSPopupButton doesn't properly handle lists longer than display

2009-02-02 Thread Doug Simons
Follow-up Comment #1, bug #15902 (project gnustep): Currently I'm seeing at least two semi-related problems with popup lists: First, when the list is popped up it is displayed with the currently selected item positioned one place too high, rather than directly over the button. Second, when the

[bug #25472] NSDocumentController doesn't bring an already-open document to the front

2009-02-02 Thread Doug Simons
URL: Summary: NSDocumentController doesn't bring an already-open document to the front Project: GNUstep Submitted by: theeggcamefirst Submitted on: Mon 02 Feb 2009 11:50:46 PM GMT Cat

[bug #25471] NSOpenPanel doesn't disable OK button

2009-02-02 Thread Doug Simons
URL: Summary: NSOpenPanel doesn't disable OK button Project: GNUstep Submitted by: theeggcamefirst Submitted on: Mon 02 Feb 2009 11:37:40 PM GMT Category: Gui/AppKit S

[bug #25397] Inconsistency in handling Alt Gr key

2009-02-02 Thread Fred Kiefer
Follow-up Comment #5, bug #25397 (project gnustep): Sorry, I forgot that I cannot test it on that virtual machine, an Apple keyboard just doesn't have an AltGr key :-( As soon as compilation on Windows works again for me, I will hack that code in and somebody else needs to test it.

[bug #25343] core/gui make failed on MinGW32/WindowsXP

2009-02-02 Thread Nicola Pero
Follow-up Comment #8, bug #25343 (project gnustep): I changed gnustep-make to use the full path to 'install' on MinGW. This is much more robust, but it's unclear if it would actually fix this issue, since it's hard to see how this issue could occur in the first place. Lu, if you have any more

Re: [bug #25462] Issues building GDL2 on Windows

2009-02-02 Thread Giuseppe Luigi Punzi
Hi again, I think 2 videos instead 2 words is better :) Trying to "talk" with sqlite: http://www.lordzealon.com/gnustep/problems/testingdbmodeller2.htm Trying to debug: (controlador no vĂ¡lido means, invalid controller) http://www.lordzealon.com/gnustep/problems/debugdbmodeller.htm I will try t

[bug #9445] makefiles not safe for parallel build

2009-02-02 Thread Nicola Pero
Follow-up Comment #4, bug #9445 (project gnustep): I have been thinking for a while about the new .NOTPARALLEL target in GNU make ... :-) ... maybe we could move all the file compilations into a separate recursive make invocation, then let make go wild with parallelization on that sub-make inv

Re: [bug #25462] Issues building GDL2 on Windows

2009-02-02 Thread Matt Rice
On Mon, Feb 2, 2009 at 4:10 AM, Giuseppe Luigi Punzi wrote: > I can't believe it. I builded GDL2 on windows after 2 weeks :D > > Thanks a lot for the effort. > > Now, If I go to New from Database, and select SQLite, DBModeller crash at > Ok. If I press on New model, and then, add an entity and an

[bug #22725] Building on MinGW fails with GCC 3.4

2009-02-02 Thread Nicola Pero
Update of bug #22725 (project gnustep): Open/Closed:Open => Closed ___ Follow-up Comment #1: Thanks Tim, sorry for the late reply. I think Matt fixed this in trunk by fixing the BUILD_xx

Re: [bug #25462] Issues building GDL2 on Windows

2009-02-02 Thread Giuseppe Luigi Punzi
I can't believe it. I builded GDL2 on windows after 2 weeks :D Thanks a lot for the effort. Now, If I go to New from Database, and select SQLite, DBModeller crash at Ok. If I press on New model, and then, add an entity and an atribute (withou parameters, nothing), and generate SQL, when I pres

[bug #25462] Issues building GDL2 on Windows

2009-02-02 Thread Nicola Pero
Update of bug #25462 (project gnustep): Open/Closed:Open => Closed ___ Follow-up Comment #6: Well done Matt I had just started up a Windows box to check ... but now it all works :-) (all

[bug #25462] Issues building GDL2 on Windows

2009-02-02 Thread matt rice
Follow-up Comment #5, bug #25462 (project gnustep): i found a reference to this somewhere else, and have commited a fix to DBModeler. ___ Reply to this item at:

[bug #25462] Issues building GDL2 on Windows

2009-02-02 Thread matt rice
Follow-up Comment #4, bug #25462 (project gnustep): GDL2Palette containing nothing is normal at the moment, stuff maybe added in the future, but currently it only creates objects through drag and drop from DBModeler i'm not sure about the loadGSMarkupNamed:owner: error, this should be provided b

[bug #25462] Issues building GDL2 on Windows

2009-02-02 Thread Giuseppe Luigi Punzi
Follow-up Comment #3, bug #25462 (project gnustep): Thanks for your support. I builded after Nicola message. Now, build was succesfully, and, on Gorm, I can "Load palette" and select GDL2 palette, but this, appears empty. This is a normal behaviour? And when I try to open DBMOdeller I get a: N

[bug #25462] Issues building GDL2 on Windows

2009-02-02 Thread matt rice
Follow-up Comment #2, bug #25462 (project gnustep): i just commited something (before i saw nicola's response) to link in libGorm (that looked like it would do it here) Nicola if you check this out please also look at GDL2Palette/GNUmakefile:54 PALETTE_LIBS=$(ADDITIONAL_OBJC_LIBS) -lGorm and se

[bug #25439] ADDITIONAL_NATIVE_LIB_DIRS/ADDITIONAL_NATIVE_LIBS doesn't appear to work under windows

2009-02-02 Thread Nicola Pero
Follow-up Comment #4, bug #25439 (project gnustep): Matt it's a good point - but it's expected behaviour - on Windows all libraries are always linked in, on GNU/Linux only the essential ones. Now maybe that's not the best behaviour on GNU/Linux - there is already a bug open about that. Thanks

[bug #25462] Issues building GDL2 on Windows

2009-02-02 Thread Nicola Pero
Update of bug #25462 (project gnustep): Category:None => Makefiles Assigned to:None => nico ___ Follow-up Comment #1: Giuseppe, linking

[bug #25462] Issues building GDL2 on Windows

2009-02-02 Thread Giuseppe Luigi Punzi
URL: Summary: Issues building GDL2 on Windows Project: GNUstep Submitted by: glpunzi Submitted on: Mon Feb 2 08:53:32 2009 Category: None Severity: 3 - Normal