[kopete-devel] [Bug 126207] hotmail sign in does not work

2007-02-02 Thread Lamarque Vieira Souza
--- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=126207 --- Additional Comments From lamarque gmail com 2007-02-03 00:20 --- Yes, it still happens with KDE

[kopete-devel] [Bug 126207] hotmail sign in does not work

2007-07-18 Thread Lamarque Vieira Souza
--- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=126207 --- Additional Comments From lamarque gmail com 2007-07-19 02:33 --- When Kopete launchs Koqueror it

[kopete-devel] MSN e-mail notification

2009-07-06 Thread Lamarque Vieira Souza
Hi there, Is anyone working on implementing hotmail mail notification in WLM plugin? If no I would like to implement it. But I need some information about how libmsn work and if it implements all the mail notification protocol. I see in msntest.cpp some functions related to

Re: [kopete-devel] MSN e-mail notification

2009-07-07 Thread Lamarque Vieira Souza
msntest.cpp but there is no return from the server. Do you know why? Em Tuesday 07 July 2009, Tiago Salem Herrmann escreveu: Lamarque Vieira Souza wrote: Hi there, Is anyone working on implementing hotmail mail notification in WLM plugin? If no I would like to implement it. But I

Re: [kopete-devel] MSN e-mail notification

2009-07-07 Thread Lamarque Vieira Souza
Em Tuesday 07 July 2009, Lamarque Vieira Souza escreveu: Hi, I have implemented the notifications slots, they are working. I am using KNotification::event with KNotification::Persistent flag to show the messages. Just one thing, the subject of a new mail is coming as =?iso-8859

Re: [kopete-devel] MSN e-mail notification

2009-07-07 Thread Lamarque Vieira Souza
Em Tuesday 07 July 2009, Matt Rogers escreveu: On Tuesday 07 July 2009 05:08:16 pm Lamarque Vieira Souza wrote: Em Tuesday 07 July 2009, Lamarque Vieira Souza escreveu: Hi, I have implemented the notifications slots, they are working. I am using KNotification::event

Re: [kopete-devel] MSN e-mail notification

2009-07-08 Thread Lamarque Vieira Souza
Em Wednesday 08 July 2009, Olivier Goffart escreveu: Le Wednesday 08 July 2009, Lamarque Vieira Souza a écrit : I have changed it to i18n( %1 new message%2 in your Hotmail inbox., unread_inbox, unread_inbox 1 ? s: ), it is shorter this way. Is it ok to use this kind of code to add

Re: [kopete-devel] MSN e-mail notification

2009-07-08 Thread Lamarque Vieira Souza
Em Wednesday 08 July 2009, Olivier Goffart escreveu: Le Wednesday 08 July 2009, Lamarque Vieira Souza a écrit : @@ -254,6 +254,7 @@ WlmAccount::slotOpenInbox() { // if (m_notifySocket) // m_notifySocket-slotOpenInbox(); + KToolInvocation::invokeBrowser(QLatin1String

Re: [kopete-devel] MSN e-mail notification

2009-07-08 Thread Lamarque Vieira Souza
Em Thursday 09 July 2009, Matt Rogers escreveu: On Wed, Jul 8, 2009 at 6:29 PM, Lamarque Vieira Souzalamar...@gmail.com wrote: Em Wednesday 08 July 2009, Olivier Goffart escreveu: Le Wednesday 08 July 2009, Lamarque Vieira Souza a écrit : @@ -254,6 +254,7 @@ WlmAccount::slotOpenInbox

Re: [kopete-devel] MSN e-mail notification

2009-07-09 Thread Lamarque Vieira Souza
Em Wednesday 08 July 2009, Tiago Salem Herrmann escreveu: Lamarque Vieira Souza wrote: Another thing, I suppose the request url from the server is needed to open the inbox, right? I have tested your patch against msntest.cpp but there is no return from the server. Do you know why

Re: [kopete-devel] MSN e-mail notification

2009-07-09 Thread Lamarque Vieira Souza
Em Thursday 09 July 2009, Matt Rogers escreveu: On Wed, Jul 8, 2009 at 6:29 PM, Lamarque Vieira Souzalamar...@gmail.com wrote: Em Wednesday 08 July 2009, Olivier Goffart escreveu: Le Wednesday 08 July 2009, Lamarque Vieira Souza a écrit : @@ -254,6 +254,7 @@ WlmAccount::slotOpenInbox

Re: [kopete-devel] Review Request: Implements mail notification and open inbox feature for wlm plugin

2009-07-10 Thread Lamarque Vieira Souza
Em Friday 10 July 2009, Tiago Salem Herrmann escreveu: Lamarque Souza wrote: --- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/971/

[kopete-devel] Help with KParts::BrowserRun

2009-07-10 Thread Lamarque Vieira Souza
Hi, I am trying to use KParts::BrowserRun to do the POST to open Hotmail inbox, the code is bellow. When I hit Open inbox button it calls the browser to inspect the URL and afterwards it calls krita (!?) to try to open the file returned by Hotmail server. Can you help me find

Re: [kopete-devel] Review Request: Implements mail notification and open inbox feature for wlm plugin

2009-07-13 Thread Lamarque Vieira Souza
Em Monday 13 July 2009, Tiago Salem Herrmann escreveu: Lamarque Souza wrote: Changes --- Assign NULL to tmpMailfile after delete, I have always assumed that delete did that itself, but it seem I was wrong. The bad news is that there are other places in WLM plugin that do not

Re: [kopete-devel] Review Request: Reinitialize pointers to NULL to prevent crashes

2009-07-13 Thread Lamarque Vieira Souza
Em Monday 13 July 2009, Aleix Pol escreveu: --- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1004/#review1568 --- it is not necessary

Re: [kopete-devel] Review Request: Initialize deleted pointers to 0L to prevent crashes

2009-07-14 Thread Lamarque Vieira Souza
Em Tuesday 14 July 2009, Detlev Casanova escreveu: On 2009-07-14 20:53:05, Detlev Casanova wrote: Please provide a patch Please provide a patch in /trunk/KDE/kdenetwork/kopete/protocols/jabber/libiris for all changes made in that directory. Read

Re: [kopete-devel] Review Request: Implements mail notification and open inbox feature for wlm plugin

2009-07-17 Thread Lamarque Vieira Souza
Em Sexta-feira 17 Julho 2009, Gustavo Boiko escreveu: Hi Em 13/07/2009, às 09:50, Lamarque Vieira Souza escreveu: Em Monday 13 July 2009, Tiago Salem Herrmann escreveu: Lamarque Souza wrote: Changes --- Assign NULL to tmpMailfile after delete, I have always assumed that delete

Re: [kopete-devel] Review Request: Implements mail notification and open inbox feature for wlm plugin

2009-07-17 Thread Lamarque Vieira Souza
Em Sexta-feira 17 Julho 2009, Gustavo Boiko escreveu: Hi Em 17/07/2009, às 14:20, Lamarque Vieira Souza escreveu: Em Sexta-feira 17 Julho 2009, Gustavo Boiko escreveu: Hi (...) It is usually a better approach to analyze the backtrace of the crash than to start blindly setting

Re: [kopete-devel] Review Request: Implements mail notification and open inbox feature for wlm plugin

2009-07-22 Thread Lamarque Vieira Souza
Em Quinta-feira 23 Julho 2009, Tiago Salem Herrmann escreveu: Lamarque Souza wrote: What do you think about adding some #ifdef in libmsn to enable this feature only when requested? When this patch is added to KDE, kopete can enabled it. I plan to add video and maybe audio chat to libmsn and

Re: [kopete-devel] Sound problems...

2009-10-21 Thread Lamarque Vieira Souza
Yeah, I have sound problems with notifications (Kopete and Kmail), sometimes the sound is too short as if phone cuts the sound before the end. Em Quarta-feira 21 Outubro 2009, Larry Shields escreveu: *Has anyone had a problem in getting the sound to work using Kopete*, *if so could

Re: WLM trivial compilation issue (Callbacks::inboxUrl(MSN::hotmailInfo))

2009-11-23 Thread Lamarque Vieira Souza
I was able to reproduce this error message when I moved inboxUrl declaration from signal section to private slots section in wlmlibmsn.h. Could you paste wlmlibmsn.h contents here to confirm this is the problem? wlmlibmsn.h is correct in svn, maybe you have changed it somehow and now

Re: WLM trivial compilation issue (Callbacks::inboxUrl(MSN::hotmailInfo))

2009-11-23 Thread Lamarque Vieira Souza
LIBMSN_INBOX_URL_ENABLED is enabled or g++ would not even try to compile line 581. LIBMSN_INBOX_URL_ENABLED is defined in /usr/include/msn/config.h (one of libmsn package files). Which g++ version are you using? There is something really strange here, it seems g++ thinks inboxUrl is a

Re: WLM trivial compilation issue (Callbacks::inboxUrl(MSN::hotmailInfo))

2009-11-23 Thread Lamarque Vieira Souza
Em Segunda-feira 23 Novembro 2009, Dâniel Fraga escreveu: On Mon, 23 Nov 2009 16:10:51 -0200 Lamarque Vieira Souza lamar...@gmail.com wrote: LIBMSN_INBOX_URL_ENABLED is enabled or g++ would not even try to compile line 581. LIBMSN_INBOX_URL_ENABLED is defined in /usr/include/msn

Re: WLM trivial compilation issue (Callbacks::inboxUrl(MSN::hotmailInfo))

2009-11-23 Thread Lamarque Vieira Souza
* touched this option ;). I know this option is being discussed here, but I even didn't know it exist. I think Garcia was talking to Tiago about this one, not you. So the only solution or workaround for now was the one provided by Lamarque Vieira Souza. In other words, to remove

Re: WLM trivial compilation issue (Callbacks::inboxUrl(MSN::hotmailInfo))

2009-11-24 Thread Lamarque Vieira Souza
Em Terça-feira 24 Novembro 2009, Tiago Salem Herrmann escreveu: Dâniel Fraga wrote: On Tue, 24 Nov 2009 10:27:41 -0200 Tiago Salem Herrmann sa...@mandriva.com wrote: please, enter the libmsn build directory and check the following file: msn/config.h The macro should be defined. (I

Re: WLM trivial compilation issue (Callbacks::inboxUrl(MSN::hotmailInfo))

2009-11-24 Thread Lamarque Vieira Souza
Em Terça-feira 24 Novembro 2009, Dâniel Fraga escreveu: On Tue, 24 Nov 2009 14:07:38 -0200 Lamarque Vieira Souza lamar...@gmail.com wrote: I do not think that is the problem, if LIBMSN_INBOX_URL_ENABLED is not defined when including wlmlibmsn.h the error message would be different

Re: WLM trivial compilation issue (Callbacks::inboxUrl(MSN::hotmailInfo))

2009-11-24 Thread Lamarque Vieira Souza
Em Terça-feira 24 Novembro 2009, Dâniel Fraga escreveu: On Tue, 24 Nov 2009 16:38:11 -0200 Lamarque Vieira Souza lamar...@gmail.com wrote: This is weird, if the #ifdef is resolving to false the error message should be different (like ‘inboxUrl’ was not declared in this scope). You

Re: No sound with custom notifications

2010-05-26 Thread Lamarque Vieira Souza
Em Terça-feira 25 Maio 2010, Gerard Seibert escreveu: Kopete Version 1.0.0 Using KDE Development Platform 4.4.3 (KDE 4.4.3) OS: FreeBSD-8 / amd64 Sound is not working for custom notifications. I am unable to debug the reason. Sound notifications work fine with other applications. I am

Re: No sound with custom notifications

2010-05-27 Thread Lamarque Vieira Souza
Em Quinta-feira 27 Maio 2010, Gerard Seibert escreveu: On Thu, 27 May 2010 00:38:54 -0300 Lamarque Vieira Souza lamar...@gmail.com articulated: Em Terça-feira 25 Maio 2010, Gerard Seibert escreveu: Kopete Version 1.0.0 Using KDE Development Platform 4.4.3 (KDE 4.4.3) OS

Re: New Programmer Wanting to Contribute

2010-09-10 Thread Lamarque Vieira Souza
Hi, After sometime looking in bugs.kde.org I have found some bugs that you can try to solve: 1. https://bugs.kde.org/show_bug.cgi?id=224388 (Provide an [x] for closing tabs in chat windows) 2. This one is usefull but I do not think it is that easy to implement, specially the

Re: Some ideas

2010-09-12 Thread Lamarque Vieira Souza
Hi Luiz, I think you remember me from Akademy-br. What exactly do you call a Kopete instance? Is it a separated process? Do you want to run more than one Kopete process? At least for now I think that is not possible, Kopete is coded to run only one instance per user as far as I

Re: Some ideas

2010-09-14 Thread Lamarque Vieira Souza
Em Sunday 12 September 2010, Luiz Romário Santana Rios escreveu: Em 12 de setembro de 2010 16:10, Lamarque Vieira Souza lamar...@gmail.comescreveu: Hi Luiz, Hi. I think you remember me from Akademy-br. I do. What exactly do you call a Kopete instance

Re: Junior Job:Clickable links in users status message

2010-10-15 Thread Lamarque Vieira Souza
Em Friday 15 October 2010, Ruan van Biljon escreveu: Hi I am a complete noob in kde development, but want to start learning. I saw on your Kopete Junior Jobs page ( http://techbase.kde.org/Projects/Kopete/JuniorJobs) the following item *Clickable links in users status message* *This

Re: KDE/kdenetwork/kopete

2011-03-07 Thread Lamarque Vieira Souza
Em Tuesday 08 March 2011, Raphael Kubo da Costa escreveu: Lamarque Souza lamar...@gmail.com writes: --- trunk/KDE/kdenetwork/kopete/protocols/oscar/aim/ui/aimeditaccountui.ui #1223418:1223419 @@ -334,7 +334,7 @@ stringThe IP address or hostmask of the AIM server you

Re: GSoC 2011 Idea: Rewrite Kopete winpopup protocol

2011-03-21 Thread Lamarque Vieira Souza
Em Monday 21 March 2011, Pali Rohár escreveu: 2011/3/13 Raphael Kubo da Costa kub...@gmail.com: Pali Rohár pali.ro...@gmail.com writes: Is my idea acceptable on Google Summer of Code 2011? As mentioned before, the biggest difficulty you may have is finding a Kopete developer to mentor

Re: Access to Kopete by using libkopete

2011-05-10 Thread Lamarque Vieira Souza
Em Tuesday 10 May 2011, The_Akki escreveu: Hello @all, I'm new on kopete-devel-list. Actually i use SIM for Instant Messaging. Now, I want change to kopete, but i don't want to loose my chat history. So, i want to try to write converter. In the first step i don't want to include it

Re: BIC in libkopete in 4.6.90

2011-07-06 Thread Lamarque Vieira Souza
Em Wednesday 06 July 2011, Michal Zajac escreveu: Greetings, When packaging kdenetwork 4.6.90 for Kubuntu I noticed a missing symbol: _ZNK6Kopete12OnlineStatus12protocolIconEv = Kopete::OnlineStatus::protocolIcon() const Following thiago's suggestions I compared the fuctions [1] and [2]

Re: BIC in libkopete in 4.6.90

2011-07-07 Thread Lamarque Vieira Souza
Em Thursday 07 July 2011, Raphael Kubo da Costa escreveu: Michal Zajac michal.za...@gmail.com writes: Yes, it is exactly as Raphael said, after the build is finished pkgkde-symbolshelper checks for new or removed symbols and this one popped out. If the symbol is for ex. not public we just

Re: BIC in libkopete in 4.6.90

2011-07-08 Thread Lamarque Vieira Souza
Em Friday 08 July 2011, Duncan Mac-Vicar Prett escreveu: On Thu, Jul 7, 2011 at 5:50 PM, Lamarque Vieira Souza lamar...@gmail.comwrote: I think we should make libkopete private. Kopete is dying, almost nobody cares about it anymore, only me is adding new features

Re: BIC in libkopete in 4.6.90

2011-07-14 Thread Lamarque Vieira Souza
Em qui 14 jul 2011, Michael Zanetti escreveu: On Thursday, July 07, 2011 12:50:08 Lamarque Vieira Souza wrote: Em Thursday 07 July 2011, Raphael Kubo da Costa escreveu: Michal Zajac michal.za...@gmail.com writes: Yes, it is exactly as Raphael said, after the build is finished pkgkde