[Amsn-devel] contacts sorting

2007-01-13 Thread Youness Alaoui
Hi all, I just noticed that we have a really bad sorting of contacts and there is NO option to allow the user to customize this and I'm really surprised about that! at this moment, all contacts are sorted alphabetically but grouped by status... This looks to many people as if the list was sorted

Re: [Amsn-devel] dpbrowser memleak

2007-01-13 Thread Youness Alaoui
Hi, well, you seem to have already committed this 'sexytile'... and dpbrowser uses it and I don't understand what's its purpose? what does it do ? apart from a user reporting his amsn is broken because 'can't find package sexytile', I didn't see any difference... Can you please explain it more

Re: [Amsn-devel] Contact Cards and MSN spaces

2007-01-13 Thread NoWhereMan
Youness Alaoui wrote: > On Sat, Jan 13, 2007 at 12:34:17PM +0100, NoWhereMan wrote: >> gleams are client-side, so if you set a space to read on a client if >> you log in from another pc you should still see blinking gleams. >> > ok.. NWM, this is speculation :p actually I don't remember _where_

Re: [Amsn-devel] Contact Cards and MSN spaces

2007-01-13 Thread Youness Alaoui
ok Karel, I just saw one of your commits : if {$has_new == "true" } { + ::abook::setVolatileData $email space_updated 1 + ::Event::fireEvent contactSpaceChan

Re: [Amsn-devel] Contact Cards and MSN spaces

2007-01-13 Thread Karel Demeyer
Well, the NOT handling already fires an event to draw the star... now it should altered so it can remove it too. a 3-liner I guess. Karel. 2007/1/13, Youness Alaoui <[EMAIL PROTECTED]>: > ok.. NWM, this is speculation :p > actually, when you access someone's spaces, or when a new item is posted,

Re: [Amsn-devel] Contact Cards and MSN spaces

2007-01-13 Thread Youness Alaoui
ok.. NWM, this is speculation :p actually, when you access someone's spaces, or when a new item is posted, you receive a notification (via the NOT command), search for this line : protocol.tcl: status_log "got spaces notification for $contact" you'll find where it is received.. the of

Re: [Amsn-devel] Contact Cards and MSN spaces

2007-01-13 Thread Youness Alaoui
Hello hello... ok, now I remember your mockup! but let's start with NWM's mockup : bad idea, too big, no more CL available, the way yyou did it is good, but as a separate window. now about Karel. I must say, I didn't like it at all. well, I still don't for one main reason : in your mockup thos

Re: [Amsn-devel] Contact Cards and MSN spaces

2007-01-13 Thread Karel Demeyer
Forgot (for my proposal): as it takes some time to fetch all needed data, on a click, drawContact should only draw a temporary message like "Please stand by ..." and call the fetching procs ... then after this, the fetching procs should send an event or call drawContact again to draw the data... 2

Re: [Amsn-devel] Contact Cards and MSN spaces

2007-01-13 Thread Karel Demeyer
If (and it still has to be chosen, I'm not pushing anything (well, not too hard :p)) the choice would be made for inline ccard in CL, this has to be done: * Add an abook var (boolean), not volatile so it 's still there in another session, like "CcardShown" for every user. If this is not volatile,

Re: [Amsn-devel] Contact Cards and MSN spaces

2007-01-13 Thread Karel Demeyer
I favour to have this data in the CL as all those new windows only cover up your screen. Added that when we don't want window borders drawn by the windowmanager (and I guess we don't), it means we'll have windows unmanaged by the windowmanager and thus allways on top on teh screen. I, for one, fi

Re: [Amsn-devel] Contact Cards and MSN spaces

2007-01-13 Thread Karel Demeyer
2007/1/13, NoWhereMan <[EMAIL PROTECTED]>: > > - Original Message - > From: "Karel Demeyer" <[EMAIL PROTECTED]> > To: "Mailing list for developers and everyone helping AMSN" > > Sent: Saturday, January 13, 2007 11:57 AM > Subject: Re: [Amsn-devel] Contact Cards and MSN spaces > > > >I just

Re: [Amsn-devel] Contact Cards and MSN spaces

2007-01-13 Thread capricious . falcon
On 13/01/07, NoWhereMan <[EMAIL PROTECTED]> wrote: - Original Message - From: "Karel Demeyer" <[EMAIL PROTECTED]> To: "Mailing list for developers and everyone helping AMSN" Sent: Saturday, January 13, 2007 11:57 AM Subject: Re: [Amsn-devel] Contact Cards and MSN spaces >I just imple

Re: [Amsn-devel] Contact Cards and MSN spaces

2007-01-13 Thread NoWhereMan
- Original Message - From: "Karel Demeyer" <[EMAIL PROTECTED]> To: "Mailing list for developers and everyone helping AMSN" Sent: Saturday, January 13, 2007 11:57 AM Subject: Re: [Amsn-devel] Contact Cards and MSN spaces >I just implemented an Event for a changed space. Now, I was ask

Re: [Amsn-devel] Contact Cards and MSN spaces

2007-01-13 Thread Karel Demeyer
I just implemented an Event for a changed space. Now, I was asking myself ... how do we know when we can unset the star's appearance ? When do we know the blog is read ? When our user clicks the star ? Doesn't the protocol let us know when the blog has no unread items or unseen photos ? Karel.

Re: [Amsn-devel] Contact Cards and MSN spaces

2007-01-13 Thread Karel Demeyer
This was a quick mockup I made: http://student.vub.ac.be/%7Ekmdemeye/mockup_CC.png Off course the icon/colors should change if it were to be implemented and the term "Blogposts:" should change to "New posts on $blogname:" or something... but you get the idea. This mockup is better than WLM's UI i