Re: GNUstep improvements bounty

2005-06-16 Thread David Ayers
Adam Fedor wrote: > Alex Perez has suggested using some of the funds that GNUstep has > (and/or directed donations from individuals) to fund a part-time > programmer to improve GNUstep. Some specific projects include CoreData > and Predicates. Are other people interested in seeing these things add

Why does StepTalk not see my class?

2005-06-16 Thread Sašo Kiselkov
StepTalk somehow doesn't seem to see my implementation of the NSExpression class which I compiled into libgnustep-base. The library which it is linked with is correct (the one _with_ the NSExpression implementation). Do I need to recompile StepTalk too? Or do I need to implement some special thing

Re: GNUstep improvements bounty

2005-06-16 Thread Fabien VALLON
> Adam Fedor wrote: >> Alex Perez has suggested using some of the funds that GNUstep has >> (and/or directed donations from individuals) to fund a part-time >> programmer to improve GNUstep. Some specific projects include CoreData >> and Predicates. Are other people interested in seeing these thin

Re: GNUstep improvements bounty

2005-06-16 Thread Quentin Mathé
Le 16 juin 05 à 00:38, Adam Fedor a écrit : Alex Perez has suggested using some of the funds that GNUstep has (and/or directed donations from individuals) to fund a part-time programmer to improve GNUstep. Some specific projects include CoreData and Predicates. Are other people interested

[Gnustep-cvs] GNUstep Testfarm Results

2005-06-16 Thread Adam Fedor
Test results for GNUstep as of Thu Jun 16 06:34:08 EDT 2005 If a particular system failed compilation, the logs for that system will be placed at ftp://ftp.gnustep.org/pub/testfarm If you would like to add your machine to this list, set up a cron job (make sure you set up your PATH and other envir

Re: Why does StepTalk not see my class?

2005-06-16 Thread Stefan Urbanek
Saso, Citát Sašo Kiselkov <[EMAIL PROTECTED]>: > StepTalk somehow doesn't seem to see my implementation of the NSExpression > class > which I compiled into libgnustep-base. The library which it is linked with > is > correct (the one _with_ the NSExpression implementation). Do I need to > recompil

Re: GNUstep support for Core Data?

2005-06-16 Thread Sašo Kiselkov
Quoting Quentin Mathé <[EMAIL PROTECTED]>: > Hi Saso, > > I'm very happy to hear that. I just want to let you know I have > implemented NSExpression, NSPredicate, NSCompoundPredicate and > NSComparisonPredicate except raw predicates parsing support related > to -initWithFormat: method. I worked on

[Gnustep-cvs] gnustep/core/gui/Headers/AppKit NSProgressIndic...

2005-06-16 Thread Fabien VALLON
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Fabien VALLON <[EMAIL PROTECTED]> 05/06/16 12:34:13 Modified files: core/gui/Headers/AppKit: NSProgressIndicator.h Log message: setAnimationDelay: Fix typo CVSWeb URLs: http://savanna

[Gnustep-cvs] gnustep/core/gui ChangeLog

2005-06-16 Thread Fabien VALLON
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Fabien VALLON <[EMAIL PROTECTED]> 05/06/16 12:35:55 Modified files: core/gui : ChangeLog Log message: NSProgressIndicator Fix typo CVSWeb URLs: http://savannah.gnu.org/cgi-bin/v

[Gnustep-cvs] gnustep/core/gui/Source NSProgressIndicator.m

2005-06-16 Thread Fabien VALLON
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Fabien VALLON <[EMAIL PROTECTED]> 05/06/16 12:33:48 Modified files: core/gui/Source: NSProgressIndicator.m Log message: setAnimationDelay: Fix typo CVSWeb URLs: http://savannah.gnu.or

Why isn't GNUstep built as frameworks?

2005-06-16 Thread Sašo Kiselkov
Just out of curiosity, I don't exactly get the reason why -base and -gui are still built as libraries, rather than as frameworks. Sorry if I insulted anyone... Saso ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinf

Re: GNUstep improvements bounty

2005-06-16 Thread comrade
On Thu, Jun 16, 2005 at 12:13:27PM +0200, Quentin Math? wrote: > >Alex Perez has suggested using some of the funds that GNUstep has > >(and/or directed donations from individuals) to fund a part-time > >programmer to improve GNUstep. Some specific projects include ... > I think it is a wel

Re: Why isn't GNUstep built as frameworks?

2005-06-16 Thread Adam Fedor
On Jun 16, 2005, at 8:18 AM, Sašo Kiselkov wrote: Just out of curiosity, I don't exactly get the reason why -base and -gui are still built as libraries, rather than as frameworks. Sorry if I insulted anyone... Saso See the FAQ: http://www.gnustep.org/resources/documentation/User/GNUst

Re: GNUstep improvements bounty

2005-06-16 Thread Adrian Robert
I agree with Fabien's opinion (below). People are always interested to work on new features -- it seems like the CoreData stuff for example is already well on its way even though Tiger's just out -- but it's the more thankless work like fixing bugs and filling in rarely-invoked implementations

Re: Release check

2005-06-16 Thread Adam Fedor
On Jun 2, 2005, at 1:29 AM, David Ayers wrote: Adam Fedor wrote: Is anyone planning on adding something to the GNUstep libraries that will make them binary incompatible (i.e. compared to the current CVS)? It would be nice to start working on getting the next release out. Adding binary compati

Re: Release check

2005-06-16 Thread Adam Fedor
On Jun 16, 2005, at 1:20 PM, Adam Fedor wrote: I looked into this. One issue is that objc/Object.h is needed by NSConnection.h, because it declares a category of Object. Is there a reason why this is there? @interface Object (NSPortCoder) - (Class) classForPortCoder; - (id) replacementObje

[Gnustep-cvs] gnustep/dev-apps/Gorm ChangeLog GormLib/IBInspe...

2005-06-16 Thread Gregory John Casamento
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Gregory John Casamento <[EMAIL PROTECTED]> 05/06/16 23:42:34 Modified files: dev-apps/Gorm : ChangeLog dev-apps/Gorm/GormLib: IBInspector.m Log message: Added revert to setOb

Re: GNUstep improvements bounty

2005-06-16 Thread Sheldon Gill
[EMAIL PROTECTED] wrote: Alex Perez has suggested using some of the funds that GNUstep has (and/or directed donations from individuals) to fund a part-time programmer to improve GNUstep. Some specific projects include ... May be we could create smaller bounties for more specific stuff,

[Gnustep-cvs] gnustep/dev-apps/Gorm ChangeLog Gorm.m

2005-06-16 Thread Gregory John Casamento
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Gregory John Casamento <[EMAIL PROTECTED]> 05/06/17 03:43:43 Modified files: dev-apps/Gorm : ChangeLog Gorm.m Log message: Prevent a call to "stop:" from the test session from killing

Re: GNUstep improvements bounty

2005-06-16 Thread Sheldon Gill
Adrian Robert wrote: I agree with Fabien's opinion (below). People are always interested to work on new features -- it seems like the CoreData stuff for example is already well on its way even though Tiger's just out -- but it's the more thankless work like fixing bugs and filling in rarely-in

[Gnustep-cvs] gnustep/core/base ChangeLog Documentation/manua...

2005-06-16 Thread Richard Frith-Macdonald
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Richard Frith-Macdonald <[EMAIL PROTECTED]> 05/06/17 04:10:48 Modified files: core/base : ChangeLog core/base/Documentation/manual: WorkingWithObjects.texi

[Gnustep-cvs] gnustep/dev-apps/Gorm ChangeLog Gorm.m

2005-06-16 Thread Gregory John Casamento
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Gregory John Casamento <[EMAIL PROTECTED]> 05/06/17 04:17:40 Modified files: dev-apps/Gorm : ChangeLog Gorm.m Log message: Code cleanup. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/

[Gnustep-cvs] gnustep/dev-apps/Gorm ChangeLog GormCore/GormCl...

2005-06-16 Thread Gregory John Casamento
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Gregory John Casamento <[EMAIL PROTECTED]> 05/06/17 04:41:24 Modified files: dev-apps/Gorm : ChangeLog dev-apps/Gorm/GormCore: GormClassManager.m GormDocument.m

[Gnustep-cvs] gnustep/core/base/Documentation/manual WorkingW...

2005-06-16 Thread Richard Frith-Macdonald
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Richard Frith-Macdonald <[EMAIL PROTECTED]> 05/06/17 05:43:41 Modified files: core/base/Documentation/manual: WorkingWithObjects.texi Log message: Fix typo CVSWeb URLs: http://savannah