Re: exception panel userInfo browser

2006-10-27 Thread Fred Kiefer
Hi Matt,

hope I did not block you by not replying. I was away this week and gave
up on reading mails while travelling some time ago.

To me this patch looks great so go ahead. What could be added is
translatability of the texts, but this is missing in the whole file. We
need to add this at some point in time, not now.

Cheers
Fred

Matt Rice schrieb:
> alright i did this stuff, and managed to get it
> working in an external panel, so no more exception
> panel resizing and ugly box hack
> 



___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: exception panel userInfo browser

2006-10-27 Thread Richard Frith-Macdonald


On 27 Oct 2006, at 10:38, Fred Kiefer wrote:


Hi Matt,

hope I did not block you by not replying. I was away this week and  
gave

up on reading mails while travelling some time ago.

To me this patch looks great so go ahead. What could be added is
translatability of the texts, but this is missing in the whole  
file. We

need to add this at some point in time, not now.


I have to confess to not having reviewed the code at all ... but I  
heartily approve of the idea.
Maybe it's the geek in me, but I really like having little bits of  
semi-hidden functionality in the gui ... stuff that's useful for  
experts but not much good to naive users and shouldn't clutter the  
normally visible gui.




___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev


GNUstep Testfarm Results

2006-10-27 Thread Adam Fedor
Test results for GNUstep as of Fri Oct 27 06:34:18 EDT 2006
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 be a part of this automated testfarm, see
http://wiki.gnustep.org/index.php/Developer_FAQ#How_can_I_take_part_with_a_GNUstep_autobuilder_for_the_testfarm.3F

Success Compile i386-unknown-netbsdelf3.0 Fri Oct 27 03:56:34 CEST 2006
Success Compile powerpc-apple-darwin7.9.0 Fri Oct 27 03:15:23 MDT 2006
Success Compile sparc-sun-solaris2.7 Thu Oct 26 13:16:21 EDT 2006
Success Compile x86_64-unknown-linux-gnu Fri Oct 27 04:09:01 BST 2006


___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: exception panel userInfo browser

2006-10-27 Thread Matt Rice


--- Richard Frith-Macdonald
<[EMAIL PROTECTED]> wrote:

> 
> On 27 Oct 2006, at 10:38, Fred Kiefer wrote:
> 
> > Hi Matt,
> >
> > hope I did not block you by not replying. I was
> away this week and  
> > gave
> > up on reading mails while travelling some time
> ago.
> >

no not really

> > To me this patch looks great so go ahead. What
> could be added is
> > translatability of the texts, but this is missing
> in the whole  
> > file. We
> > need to add this at some point in time, not now.
> 
> I have to confess to not having reviewed the code at
> all ... but I  
> heartily approve of the idea.
> Maybe it's the geek in me, but I really like having
> little bits of  
> semi-hidden functionality in the gui ... stuff
> that's useful for  
> experts but not much good to naive users and
> shouldn't clutter the  
> normally visible gui.
> 
> 

well the browser delegate code isn't very pretty or
the best tested,

mainly because i want to be able to browse things
which return property list descriptions which are not
normal collection classes of NSDictionary/NSArray
(I think NSSet should probably be added)

this leads to some interesting behaviour e.g.

browsing may show the incorrect class for non-top
level
objects, I was considering maybe adding a button,
'view property list representation' or something.

and insertion of placeholder nodes for arrays
e.g. 
array = (foo, bar, "NSArray");

anyhow i guess i'll commit as any changes should be
isolated to the browser delegate..



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev