Re: [kopete-devel] [PATCH] Kopetex + msn ink image

2007-06-25 Thread Ezequiel R. Aguerre
Hi, I was looking the latest code from Kopete at http://websvn.kde.org/trunk/KDE/kdenetwork/kopete/, and it doesn't seem to be any change, how should I port my code to KDE4? because everything is just like my 3.5.7 version. Thanks !! --- Ezequiel R. Aguerre ___

Re: [kopete-devel] [PATCH] Kopetex + msn ink image

2007-06-24 Thread Ezequiel R. Aguerre
Hi > No other protocols support sending images (AFAIK) > And even MSN does need change in order to support sending image, and this is > one of the changes needed. > We want to display what's actually sent. When we send plaintext, we remove > the > formating, but when we send one image, we must

Re: [kopete-devel] [PATCH] Kopetex + msn ink image

2007-06-23 Thread Olivier Goffart
Le samedi 23 juin 2007, Ezequiel R. Aguerre a écrit : > Hi, > > > I think we just shouldn't remove the formating when sending latex > > (this is in MSNChatSession::sendMessage (or something like this) > > How the other protocols handle this situation? right now the latex plugin > is written with MS

Re: [kopete-devel] [PATCH] Kopetex + msn ink image

2007-06-23 Thread Ezequiel R. Aguerre
Hi, > I think we just shouldn't remove the formating when sending latex > (this is in MSNChatSession::sendMessage (or something like this) How the other protocols handle this situation? right now the latex plugin is written with MSN in mind (I think), but If we do this modification then it woul

Re: [kopete-devel] [PATCH] Kopetex + msn ink image

2007-06-23 Thread Olivier Goffart
Le samedi 23 juin 2007, Ezequiel R. Aguerre a écrit : > > If i remember correctly, in the MSNChatSession, when we append() the > > message back to the ChatSession, we convert it back to plain text, the > > reason is that it's sent plain text, so we display what we sent. > > > > Also, you must put

Re: [kopete-devel] [PATCH] Kopetex + msn ink image

2007-06-21 Thread Olivier Goffart
Le vendredi 22 juin 2007, Ezequiel R. Aguerre a écrit : > Hi, > I was using Kopetex ( Latex extension ) and when I send a Latex formula, > Kopetex just sends to the other client the text just like I typed, for > example: $$ x $$. I would really like if it could export the image like if > it were a

[kopete-devel] [PATCH] Kopetex + msn ink image

2007-06-21 Thread Ezequiel R. Aguerre
Hi, I was using Kopetex ( Latex extension ) and when I send a Latex formula, Kopetex just sends to the other client the text just like I typed, for example: $$ x $$. I would really like if it could export the image like if it were a hand written message, so I tried to add the functionality by my