Re: [Amsn-devel] DPs in CL broken

2006-01-31 Thread Youness Alaoui
btw, with all my modifs, the CL is 0.02s faster :P but, I just made it cmsn_draw_online 100 times, and it seems there is no more memleak!!! we'l have to look at my diff seriously! u think it's in IsAnimated ? I checked the C++ code... btw: when I refresh the CL, it doesn't flicker.. AT ALL!!!

Re: [Amsn-devel] DPs in CL broken

2006-01-31 Thread Youness Alaoui
hello hello.. who knows why cvs is down again... anyways, please noone plays too much with gui.tcl, I"ll commit my work tomorrow, I did some changes.. didn't really notice a big speed improvement.. I think the biggest problem is that we insert text backwards.. we insert the last line, then t

Re: [Amsn-devel] Memory usage

2006-01-31 Thread Lz
a few hours ago i was victim of a "maybe involuntary" denial of service attack via amsn.it seems someone changed him state from online to online, or from online to busy and from busy to online, until amsn got my Gb of swap memory. As i woke up five minutes ago, my pc was completely slowed down unti

Re: New PSMs (Was: Re: [Amsn-devel] DPs in CL broken)

2006-01-31 Thread Ismael Asensio
Sorry, I didn't want to send the message so early, so I continue:2006/1/31, Ismael Asensio <[EMAIL PROTECTED]>:> By the way, I thought characters like newlines "\n" or tabs "\t" > should be allowed on custom global nicknames. I'd like to have PSMs on> the next line than usual nickname, so this woul

Re: [Amsn-devel] DPs in CL broken

2006-01-31 Thread Youness Alaoui
ohh.. and TopUpdate is huge it seems! KKRT On Tue, 31 Jan 2006 21:25:13 -0500, Youness Alaoui <[EMAIL PROTECTED]> wrote: Thanks... I tried it, interesting, too bad we don't get a graphic view, it would have been better to analyze.. anyways, it seems a lot of time is spent in the ::config

Re: [Amsn-devel] DPs in CL broken

2006-01-31 Thread Youness Alaoui
Thanks... I tried it, interesting, too bad we don't get a graphic view, it would have been better to analyze.. anyways, it seems a lot of time is spent in the ::config::GetKey and ::skin::getKey and trans and ::plugins::calledFrom and ::plugins::namespaceExists procs.. they are the most cal

[Amsn-devel] Re: suggest for amsn

2006-01-31 Thread Youness Alaoui
Hi, search the forums for an answer to that question.. amsn isn't slow in itself, but still, code improvement and optimization is on its way.. making amsn into gtk2 will : 1 - not change anything if the code is unoptimized as it is 2 - require more than 6 or 7 years of work.. because it means

Re: [Amsn-devel] Fwd: suggest for amsn

2006-01-31 Thread Youness Alaoui
ok! you heard the boss!! lol On Tue, 31 Jan 2006 15:32:49 -0500, Alvaro J. Iradier <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, Youness and Vivia, I think this should be done for 0.95.1. Go go go :D Youness Alaoui wrote: since he said please... --

Re: [Amsn-devel] Fwd: suggest for amsn

2006-01-31 Thread Alvaro J. Iradier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, Youness and Vivia, I think this should be done for 0.95.1. Go go go :D Youness Alaoui wrote: > since he said please... > > > --- Forwarded message --- > From: Bruno <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED], [EMAIL PROTECTED],

Re: [Amsn-devel] webcam logs

2006-01-31 Thread Youness Alaoui
https://sourceforge.net/mailarchive/forum.php?forum_id=9980&max_rows=25&style=flat&viewmonth=200505&viewday=26 two threads : webcam TODO and Re : webcam TODO.. gives all ideas I had at that time, and wanted to implement for webcam support... (can't beleive webcam has been there for so long!) K

Re: [Amsn-devel] New contactlist feature - filters

2006-01-31 Thread Tom Jenkins
Youness Alaoui wrote: what a slacker (means lazy, right ? lol.. just not 100% sure, anyways "paresseux" :P) slacker does indeed mean lazy :) and how dare you call Karel it! :P On Tue, 31 Jan 2006 16:38:28 -0500, Karel Demeyer <[EMAIL PROTECTED]> wrote: Same words form me Karel. Op d

Re: [Amsn-devel] New contactlist feature - filters

2006-01-31 Thread Youness Alaoui
what a slacker (means lazy, right ? lol.. just not 100% sure, anyways "paresseux" :P) On Tue, 31 Jan 2006 16:38:28 -0500, Karel Demeyer <[EMAIL PROTECTED]> wrote: Same words form me Karel. Op di, 31-01-2006 te 16:04 -0500, schreef Youness Alaoui: you're a genius! :D thanks a lot! I didn

Re: [Amsn-devel] New contactlist feature - filters

2006-01-31 Thread Karel Demeyer
Same words form me Karel. Op di, 31-01-2006 te 16:04 -0500, schreef Youness Alaoui: > you're a genius! :D > thanks a lot! I didn't think that feature would be ready so soon! > > KKRT > > On Tue, 31 Jan 2006 14:23:29 -0500, Tom Jenkins > <[EMAIL PROTECTED]> wrote: > > > Youness Alaoui wrote:

[Amsn-devel] webcam logs

2006-01-31 Thread Karel Demeyer
H0W c4N W3 VIEW WEBCAM IN OTHER PROGGSSSZZZ ???!!?? Hehe, joking. Well, I do have another question about hte webcam logs :). I think this already was discussed, but around that time I didn't think of this problem. See, I have one particular contact I had lots of webcam chats with last month...

Re: New PSMs (Was: Re: [Amsn-devel] DPs in CL broken)

2006-01-31 Thread Youness Alaoui
On Tue, 31 Jan 2006 02:17:16 -0500, Lz <[EMAIL PROTECTED]> wrote: i'd go for the add and option thing. I have the "show emails instead of nicknames" option turned on, so i can't see PSM'S on CL at all. That way i could see them :P global/custom nicks already support PSMs in them.. + they

Re: [Amsn-devel] DPs in CL broken

2006-01-31 Thread Youness Alaoui
cool, thx for the info... email flagged :) On Tue, 31 Jan 2006 04:20:56 -0500, Arieh Schneier <[EMAIL PROTECTED]> wrote: all I know is that some profiling should be done (is it even possible with tk?:S) Tcl has a profiling library "profiler" (Its in Tcllib). [package require profiler] You

Re: [Amsn-devel] Animated DPs

2006-01-31 Thread Youness Alaoui
sending mail to amsn-devel as it is of everyone's interest : you might be right, but I have no info on that.. also, we can't base ourself on "I think it is..", don't get me wrong, I appreciate you, getting involved, but I'd like facts, a sniff trace, a document on how to set it up, which com

Re: [Amsn-devel] New contactlist feature - filters

2006-01-31 Thread Youness Alaoui
you're a genius! :D thanks a lot! I didn't think that feature would be ready so soon! KKRT On Tue, 31 Jan 2006 14:23:29 -0500, Tom Jenkins <[EMAIL PROTECTED]> wrote: Youness Alaoui wrote: should be "add search for chat window, and log files" all we need is a window with the entry, searc

[Amsn-devel] Fwd: [Amsn-commits] msn chatwindow.tcl,1.215,1.216

2006-01-31 Thread Youness Alaoui
ok, that exaplins why it didn't work anymore (FIXME item on IRC) ... it's because of my tcl/tk version.. so do you have any idea what the problem is ? does it freeze ? crash ? kill your cat ? I hope we can fix it because now the sash thing is very ugly like it is now.. KKRT --- Forward

[Amsn-devel] Fwd: suggest for amsn

2006-01-31 Thread Youness Alaoui
since he said please... --- Forwarded message --- From: Bruno <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: suggest for amsn Date: Tue, 31 Jan 2006 08:28:35 -0500 hi my name is bruno i'm from brazil t

Re: [Amsn-devel] New contactlist feature - filters

2006-01-31 Thread Tom Jenkins
Youness Alaoui wrote: should be "add search for chat window, and log files" all we need is a window with the entry, search button, search direction radiobuttons, ignore case checkbox, etc... then all the rest is done with the "$text search" function... look at tk's demos, they have a reall

Re: New PSMs (Was: Re: [Amsn-devel] DPs in CL broken)

2006-01-31 Thread Ismael Asensio
By the way, I thought characters like newlines "\n" or tabs "\t" should be allowes on custom global nicknames. I'd like to have PSMs on the next line than usual nickname, so this would be a good way to give users freedom of customization without having to do a lot of options (i.e, I want to show fi

Re: [Amsn-devel] amsn password lock

2006-01-31 Thread Lz
oopps, thanksi tried my account password, but it seems i misstiped it, roflmao! On 1/31/06, Vivia Nikolaidou <[EMAIL PROTECTED]> wrote: On Tue, 31 Jan 2006, Lz wrote:> Er, i just locked amsn, don't know how, with a password.>> Three questions about this:> 1) How do you lock it? I never know, al

Re: [Amsn-devel] amsn password lock

2006-01-31 Thread Vivia Nikolaidou
On Tue, 31 Jan 2006, Lz wrote: > Er, i just locked amsn, don't know how, with a password. > > Three questions about this: > 1) How do you lock it? I never know, always happened to me by accident. Ctrl+Alt+Space - or "boss mode" :D > 2) What is the default password? roflmao, i had to reset i

[Amsn-devel] amsn password lock

2006-01-31 Thread Lz
Er, i just locked amsn, don't know how, with a password.Three questions about this:1) How do you lock it? I never know, always happened to me by accident.2) What is the default password? roflmao, i had to reset it! 3) How do you change that password?Thanks! :P-- Lz ([EMAIL PROTECTED]).http://el

Re: [Amsn-devel] DPs in CL broken

2006-01-31 Thread Arieh Schneier
> all I know is that some profiling should be done (is it even > possible with tk?:S) Tcl has a profiling library "profiler" (Its in Tcllib). [package require profiler] You can also get some info on how to profile here: http://wiki.tcl.tk/1106 Lio.

Re: New PSMs (Was: Re: [Amsn-devel] DPs in CL broken)

2006-01-31 Thread Lz
i'd go for the add and option thing.I have the "show emails instead of nicknames" option turned on, so i can't see PSM'S on CL at all. That way i could see them :POn 1/30/06, Vivia Nikolaidou <[EMAIL PROTECTED]> wrote: First of all: GREAT WORK Youness :) looks much better! I thought it wasimpossib