[bug #26949] NSTableView missing 'display' after cell selection

2009-07-05 Thread Fred Kiefer
Update of bug #26949 (project gnustep): Status:None = Confirmed Assigned to:None = FredKiefer ___ Follow-up Comment #1: Thank you for this

[bug #26950] NSTableView: shift-tab sometimes goes to wrong cell

2009-07-05 Thread Fred Kiefer
Update of bug #26950 (project gnustep): Status:None = In Progress Assigned to:None = FredKiefer ___ Follow-up Comment #1: Committed. Thank

[bug #26949] NSTableView missing 'display' after cell selection

2009-07-05 Thread Tim Schmielau
Follow-up Comment #2, bug #26949 (project gnustep): Thanks, Fred, for looking into this. I should have added that this is the first time I look into the GNUstep code base, and thus the patch not necessarily is the right fix. However, just adding setNeedsDisplay: is not enough to fix the

Installation of Gorm from SVN failed

2009-07-05 Thread Csanyi Pal
Hi, I'm trying somehow to install the newest GNUstep on my Debian Lenny. The installation from debian packages is successfully but the ProjectCenter and Gorm isn't the newest and have some bugs. Then I tried installation from the downloaded tarballs: gnustep-make-2.2.0.tar.gz

Re: Installation of Gorm from SVN failed

2009-07-05 Thread Gregory John Casamento
Type this on the command line: . ${GNUSTEP_MAKEFILES}/GNUstep.sh (this should resolve to /usr/GNUstep/System/Library/Makefiles/GNUstep.sh) This sets up all of the environment variables needed. Then you should be able to build Gorm and other apps. GC Gregory Casamento -- Principal Consultant -

Re: Installation of gnustep-base from SVN failed on Debian GNU/Linux Lenny

2009-07-05 Thread Csanyi Pal
Gregory John Casamento greg_casame...@yahoo.com writes: Type this on the command line: . ${GNUSTEP_MAKEFILES}/GNUstep.sh (this should resolve to /usr/GNUstep/System/Library/Makefiles/GNUstep.sh) This sets up all of the environment variables needed. Then you should be able to build Gorm

Re: Installation of gorm-1.2.10 failed

2009-07-05 Thread Adam Fedor
On Jul 4, 2009, at 1:41 PM, Csanyi Pal wrote: I have downloaded gorm-1.2.10.tar.gz. Now, if I try to install it with make sudo make install from it's directory I get error messages: GNUmakefile:29: /common.make: No such file or directory GNUmakefile:181: /aggregate.make: No such file or

[bug #26950] NSTableView: shift-tab sometimes goes to wrong cell

2009-07-05 Thread Fred Kiefer
Update of bug #26950 (project gnustep): Status: In Progress = Ready For Test Open/Closed:Open = In Test ___ Follow-up Comment #2: I added a hopefully

[bug #26958] debugapp crashes on base svn head

2009-07-05 Thread Fred Kiefer
Update of bug #26958 (project gnustep): Status:None = Invalid Open/Closed:Open = Closed ___ Reply to this item at:

[bug #26950] NSTableView: shift-tab sometimes goes to wrong cell

2009-07-05 Thread Tim Schmielau
Follow-up Comment #3, bug #26950 (project gnustep): Thanks, Fred. I will install GNUstep from svn tomorrow and test it. At a first glimpse, I'm surprised that the code has become longer, not shorter. However, I'll only try to understand your change tomorrow.