[bug #27063] Segmentation fault loading page in SWKBrowser

2009-07-24 Thread Fred Kiefer
Update of bug #27063 (project gnustep): Status:None = Ready For Test Assigned to:None = FredKiefer Open/Closed:Open = In Test

Fix GDL2, EOSQLExpression (prepareSelectExpressionWithAttributes)

2009-07-24 Thread Georg Fleischmann
here is another fix for [EOSQLExpression - prepareSelectExpressionWithAttributes:] to make aggregate functions like count(*) and sum(amount) work. These functions are set in an attribute's definition and look like that in the EOmodeld: { definition = count(*);

[bug #27089] Extra Title with NSWindows95InterfaceStyle

2009-07-24 Thread Riccardo mottola
Follow-up Comment #1, bug #27089 (project gnustep): doesn't always happen. If I set the NSWindow)5InterfaceSyle and run on real windows and I start Ink, I frst get a mac-style menu since no window is open, then I open a document window and the menu migrates inside and I see no header, thebar

[bug #27091] ApplicationIcon Context Menu in NSWindows95InterfaceStyle

2009-07-24 Thread Riccardo mottola
Follow-up Comment #1, bug #27091 (project gnustep): Yes, I would expect iit to still come up too. I verified the problem also running under Windows. ___ Reply to this item at: http://savannah.gnu.org/bugs/?27091

[bug #27088] Menu Appearance under NSWindows95InterfaceStyle

2009-07-24 Thread Riccardo mottola
Follow-up Comment #1, bug #27088 (project gnustep): This problem has been discussed at FOSDEm already. I guess part of the problem is also deciding which window is key and what happens on the other window. If I try Ink on windows I notice the following. One document only, I have a nice menu

Re: GDL2, EOSQLQualifier Implementation

2009-07-24 Thread David Ayers
Am Freitag, den 24.07.2009, 12:17 +0800 schrieb Georg Fleischmann: here is my implementation of EOSQLQualifier. EOExpressionArray seems to be an overkill here, but I just used the ivar as is. * EOAccess/EOSQLQualifier: [EOSQLQualifier -initWithEntity:qualifierFormat:]

Re: Fix GDL2, EOSQLExpression (prepareSelectExpressionWithAttributes)

2009-07-24 Thread David Ayers
Am Freitag, den 24.07.2009, 15:54 +0800 schrieb Georg Fleischmann: here is another fix for [EOSQLExpression - prepareSelectExpressionWithAttributes:] to make aggregate functions like count(*) and sum(amount) work. These functions are set in an attribute's definition and look like that in

Re: Fix GDL2, EOSQLQualifier (EONotQualifier -schemaBasedQualifierWithRootEntity:)

2009-07-24 Thread David Ayers
Am Dienstag, den 21.07.2009, 11:15 +0200 schrieb David Ayers: Am Sonntag, den 19.07.2009, 12:24 +0800 schrieb Georg Fleischmann: here is the implementation of [EONotQualifier - schemaBasedQualifierWithRootEntity:] and a fix in [EOSQLExpression -sqlStringForNegatedQualifier:] to make it

[bug #27101] [NSDocument filePath] does not always return a fully qualified path

2009-07-24 Thread Jonathan Gillaspie
URL: http://savannah.gnu.org/bugs/?27101 Summary: [NSDocument filePath] does not always return a fully qualified path Project: GNUstep Submitted by: jonathanosx Submitted on: Fri 24 Jul 2009 05:26:23 PM GMT Category:

Re: Fix, Base/GDL2 GSCompatibility.m (-boolValue)

2009-07-24 Thread David Ayers
Hello Georg, Am Freitag, den 17.07.2009, 10:50 +0800 schrieb Georg Fleischmann: here is a patch for Base to make GDL2 on Cocoa work with boolean values from EOModels. The boolean values in my EOModel files are stored as Y only, not a complete Yes ( allowsNull = Y; ). This (Y) works fine