Re: [kopete-devel] ChatWindow Refactoring- Merge

2009-08-29 Thread Michaël Larouche
actual chat window library available somewhere else >> in svn, or do I just need to wait a bit longer? >> >> I'm hoping I can use this chat window library for some other stuff, so >> I look forward to seeing it soon :) >> >> George >> >> > > N

Re: [kopete-devel] ChatWindow Refactoring- Merge

2009-07-31 Thread Michaël Larouche
2009/7/30 Pierre-Alexandre St-Jean : > > > On Thu, Jul 30, 2009 at 5:43 PM, Matt Rogers wrote: >> >> On Thursday 30 July 2009 03:59:19 pm Pierre-Alexandre St-Jean wrote: >> > For my summer of code project I am working with kopete's chatwindow and >> > to >> > understand the code base i started by

Re: [kopete-devel] SOC : Kopete Chat Window library

2009-04-25 Thread Michaël Larouche
Kevin Krammer a écrit : > On Tuesday 24 March 2009, Cyrille Berger wrote: >> On Monday 23 March 2009, Pierre-Alexandre St-Jean wrote: What else would your library be for? Chat protocols? What other apps would use it? >>> Multiplayer games, local chat and plasmoids. >>> Example could be a

[kopete-devel] Review Request: Fix Kopete bug 182366: Display name not saved/retrieved for WLM

2009-02-13 Thread Michaël Larouche
affected WLM display name when not using global nickname Diffs - /branches/KDE/4.2/kdenetwork/kopete/protocols/wlm/wlmaccount.cpp 925696 Diff: http://reviewboard.kde.org/r/71/diff Testing --- Thanks, Michaël ___ kopete-devel mailing list

Re: [kopete-devel] MetaContact with the same displaynames

2008-04-29 Thread Michaël Larouche
gt; metacontact merging. That mean that two guys with the name nick would not > > be in the same metacontact) What if two differents people are using the same nickname ? I have several whose nicknanes are "Alex" and they all different person. -- Michaël Larouche KDE developer -

Re: [kopete-devel] Summer of Code Application

2008-03-24 Thread Michaël Larouche
get some reviews, or tips on my application. > > > > Here is my current draft in PDF format: > > http://www.cultivatingboredom.com/misc/soc_application.pdf > > > > > > Thanks a lot > > > > - Cory -- Michaël Larouche KDE developer

Re: [kopete-devel] For review: Contact list main toolbar meddling

2007-10-20 Thread Michaël Larouche
ww.kdedevelopers.org/node/3054 . Looks fine for me, expect for the contact text. Does adding "Add" to the word would hurt the size that much ? It would be more clear and obvious for the user -- Michaël Larouche KDE developer -- Website: http://ww

Re: [kopete-devel] Kopete D-Bus Interface

2007-10-10 Thread Michaël Larouche
On October 10, 2007 05:28:24 pm Olivier Goffart wrote: > Just a thought about the interface:  The idea is to allow to have several > status per identity, so you could add an identity argument to method that > set status or message. Nice though Olivier, I'll take care of that -- Mi

Re: [kopete-devel] Kopete D-Bus Interface

2007-10-10 Thread Michaël Larouche
for D-Bus API. Like the Facade and Proxy design pattern. -- Michaël Larouche KDE develope -- Website: http://www.tehbisnatch.org/ MSN: [EMAIL PROTECTED] IRC: irc.freenode.org/DarkShock Jabber/email: [EMAIL PROTECTED]

[kopete-devel] Kopete D-Bus Interface

2007-10-10 Thread Michaël Larouche
D-Bus interface. -- Michaël Larouche KDE developer -- Website: http://www.tehbisnatch.org/ MSN: [EMAIL PROTECTED] IRC: irc.freenode.org/DarkShock Jabber/email: [EMAIL PROTECTED] /* kopetedbusinterface.h - Kopete D-Bus interface Copyright (c) 2007 by Mi

Re: [kopete-devel] get rid of khtml

2007-09-29 Thread Michaël Larouche
l I object, Support for Adium themes require a decent CSS support and KTextBrowser cannot offer this kind of support. This would cause a regression in the support of features and I'm not sure our users want that. The Adium themes is a very popular

Re: [kopete-devel] [PATCH] Switch from using style paths to using style names

2007-08-03 Thread Michaël Larouche
2007/8/3, Dmitry Suzdalev <[EMAIL PROTECTED]>: > > hi, guys! > > In previous thread I came to the conclusion that the best way to > proceed with that nasty no-default-style-gets picked bug is to start > using style names rather then style paths, i.e. convert names to paths > in only several places

Re: [kopete-devel] dependency on kdepim?

2007-07-24 Thread Michaël Larouche
ed. I guess kleo was moved back to kdepim because of GPL license. As for the resurge of moving into kdepim, well that's another topic =) -- Michaël Larouche KDE developer working on Kopete, KDevelop4...on dial-up :P -- Website: http://www.tehbisnatch

[kopete-devel] [Bug 147726] New: if /dev/video0 is used by an other program, kopete will make this program to freeze

2007-07-09 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=147726 Summary: if /dev/video0 is used by an other program, kopete will make this program to fre

Re: [kopete-devel] Interpreted protocol implementations

2007-06-25 Thread Michaël Larouche
solution is viable in long term. In long term, we are supposed to move to full Telepathy/Decibel support. -- Michaël Larouche KDE developer working on Kopete, KDevelop4...on dial-up :P -- Website: http://www.tehbisnatch.org/ MSN: [EMAIL PROTECTED

Re: [kopete-devel] Determining if ChatSession is a MUC

2007-05-27 Thread Michaël Larouche
mailing list > kopete-devel@kde.org > https://mail.kde.org/mailman/listinfo/kopete-devel Well if the ChatSession has more than 2 members, then you have a multi-user chat. Just do "if( chatSession->members().size() > 2 )" -- Michaël Larouche KDE developer work

Re: [kopete-devel] [PATCH] Update on Kopete Task framework

2007-05-26 Thread Michaël Larouche
Le May 26, 2007 16:45, Michaël Larouche a écrit : Ah crap forgot to attach the patch -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-up :P -- Website: http://www.tehbisnatch.org/ MSN: [EMAIL PROTECTED] IRC: irc.freenode.org

[kopete-devel] [PATCH] Update on Kopete Task framework

2007-05-26 Thread Michaël Larouche
in1String("AddContactTask"); } For now, only the task implementers and the Kopete::Protocol need to worry about those task types. For using the tasks, a well desgined Task should look for its protocol subtask itself, like I did in ContactTaskBase. Any comments before I commit ? --

Re: [kopete-devel] Avatar stuff, Global Identity and so

2007-05-24 Thread Michaël Larouche
pete::ContactList, it's really a hack and a mess right now (Remeber it was my first Kopete contribution...2 years ago :O) As for now, I have no new ideas for Global Identity. -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-up :P -

Re: [kopete-devel] First steps into using Command/Task pattern into Kopete (with patch)

2007-05-07 Thread Michaël Larouche
Le May 6, 2007 17:32, Olivier Goffart a écrit : > Le dimanche 6 mai 2007, Michaël Larouche a écrit : > > Hello folks > > > > I started to work on one point of our roadmap for Kopete 1.0 (see > > http://techbase.kde.org/Projects/Kopete/Roadmap) > > > > As

[kopete-devel] First steps into using Command/Task pattern into Kopete (with patch)

2007-05-06 Thread Michaël Larouche
ed to take into account the job properly. For example, the metacontact will not be removed from Kopete if one of the contacts can't be deleted. We need to handle this case. -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on

[kopete-devel] [Bug 128489] Support for Right-to-Left (RTL) messages in MSN

2007-04-29 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=128489 --- Additional Comments From michael.larouche kdemail net 2007-04-29 17:06 --- You can contact me on MSN a

[kopete-devel] [PATCH] Kopete::Message refactoring

2007-04-22 Thread Michaël Larouche
originator and its recipient. Also renamed fg(), bg() and related to foregroundColor(), backgroundColor() Comments before I commit ? -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-up :P -- Website: http://www.tehbisnatch.org/ MSN

Re: [kopete-devel] Glossyk 4: Default Discussion Theme?

2007-04-22 Thread Michaël Larouche
r the default Kopete. I'm sure our Oxygen artist Johann Olliver-Laperye will come with something when he will have time. In fact, he is the one who suggested me to implement Adium theme in the first place :) -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on

Re: [kopete-devel] use QTextDocument in Kopete::Message as body

2007-04-13 Thread Michaël Larouche
eanup like simplify the constructor, replace fg with foregroundColor() and such and remove includes from the header. Beside you forgot to attach the updated patch :) -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-up :P -- Websi

Re: [kopete-devel] [PATCH] use QTextDocument in Kopete::Message...again

2007-04-09 Thread Michaël Larouche
makeRegExp(), parseLinks(), those > were made by someone else and should be left as they are in svn Do you have a problem if I take your patch and I start refactoring Kopete::Message from the ground up ? This class need a lot of cleaning and improvement. -- Michaël Larouche KDE developer worki

Re: [kopete-devel] [PATCH] use QTextDocument in Kopete::Message...again

2007-04-09 Thread Michaël Larouche
external to the class. -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-up :P -- Website: http://www.tehbisnatch.org/ MSN: [EMAIL PROTECTED] IRC: irc.freenode.org/DarkShock Jabber/email: [EMAIL PROTECTED] pgprThRDwvUie.pgp Des

Re: [kopete-devel] SoC MSN application needs a mentor

2007-04-06 Thread Michaël Larouche
t; Thanks > -- > Matt > > > ___ > kopete-devel mailing list > kopete-devel@kde.org > https://mail.kde.org/mailman/listinfo/kopete-devel Just for my personal curiosity Who is applying to improve the MSN plugin ? Can he manifest here on this list ? -- Mic

Re: [kopete-devel] SoC MSN application needs a mentor

2007-04-06 Thread Michaël Larouche
> > I am not able to be a real mentor, my spare time changes more frequently > than the weather, so I currently cannot plan anything KDE that involves > some sort of commitment. > > More important IMO is to get Michaël Larouche (are you reading this? ;) ) > involved, since he

Re: [kopete-devel] MSN plugin (Re: Kopete 1.0 Development Roadmap)

2007-03-14 Thread Michaël Larouche
Le March 14, 2007 08:34, Fabiano Sant'Ana a écrit : > I'm really interested in improving kopete MSN protocol support. > How can I help you guys? > > Martijn Klingens escreveu: > > On Wednesday 14 March 2007 01:12, Michaël Larouche wrote: > >> Yes, I implied pro

Re: [kopete-devel] Kopete 1.0 Development Roadmap

2007-03-14 Thread Michaël Larouche
Le March 14, 2007 16:33, Will Stephenson a écrit : > On Tuesday 13 March 2007 22:43:24 Michaël Larouche wrote: > > I have written a small list of things that I think shall be done at least > > for Kopete 1.0. This is just a proposal and I'm asking your input on this > >

Re: [kopete-devel] Kopete 1.0 Development Roadmap

2007-03-13 Thread Michaël Larouche
Le March 13, 2007 20:45, Matt Rogers a écrit : > On Tuesday 13 March 2007 19:42, Michaël Larouche wrote: > > Le March 13, 2007 20:18, Matt Rogers a écrit : > > > Awesome. Let's start using TechBase for anything development related > > > that it would be good to have

Re: [kopete-devel] Kopete 1.0 Development Roadmap

2007-03-13 Thread Michaël Larouche
Le March 13, 2007 20:45, Matt Rogers a écrit : > On Tuesday 13 March 2007 19:42, Michaël Larouche wrote: > > Le March 13, 2007 20:18, Matt Rogers a écrit : > > > Awesome. Let's start using TechBase for anything development related > > > that it would be good to have

Re: [kopete-devel] Kopete 1.0 Development Roadmap

2007-03-13 Thread Michaël Larouche
rg/Projects -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-up :P -- Website: http://www.tehbisnatch.org/ MSN: [EMAIL PROTECTED] IRC: irc.freenode.org/DarkShock Jabber/email: [EMAIL PROTECTED] pgpLGrJnZW9pp.pgp Description: PG

Re: [kopete-devel] Kopete 1.0 Development Roadmap

2007-03-13 Thread Michaël Larouche
Le March 13, 2007 19:19, Matt Rogers a écrit : > On Tuesday 13 March 2007 17:51, Martijn Klingens wrote: > > On Tuesday 13 March 2007, Michaël Larouche wrote: > > > I think this is time we schedule a realistic roadmap for Kopete 1.0 > > > > > > I have written

[kopete-devel] Kopete 1.0 Development Roadmap

2007-03-13 Thread Michaël Larouche
lready a lot of work for us. Old wiki page about Kopete Development: http://wiki.kde.org/tiki-index.php?page=Kopete+Development -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-up :P -- Website: http://www.tehbisnatch.org/ MSN: [

Re: [kopete-devel] Patch for the tooltip edit dialog

2007-03-05 Thread Michaël Larouche
's only needed in implementation. Apart from that, thanks for your work :) -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-up :P -- Website: http://www.tehbisnatch.org/ MSN: [EMAIL PROTECTED] IRC: irc.freenode.org/Da

[kopete-devel] [Bug 142054] Wish: Change Configuration frame text from sentence to statement

2007-02-24 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=142054 michael.larouche kdemail net changed: What|Removed |Added --

Re: [kopete-devel] [PATCH] Please review: chat window performance optimization

2007-02-11 Thread Michaël Larouche
; optimizations should already help. Ok to commit? > > Any taker for porting to 4.0? Looks fine for me -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-up :P -- Website: http://www.tehbisnatch.org/ MSN: [EMAIL PRO

Re: [kopete-devel] This year school Computer Project.

2007-01-30 Thread Michaël Larouche
be done, we will move on to the next step. I have put a nice TODO list in libpapillon directory(kopete/protocols/messenger/libpapillon/TODO.dox). For Jabber, I will leave that part to Olivier Goffart, the Jabber maintainer. -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid

[kopete-devel] [Bug 140924] AIM 'send file' option greyed out

2007-01-30 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=140924 michael.larouche kdemail net changed: What|Removed |Added --

[kopete-devel] [Bug 126102] display picture of a buddy doesnt show up

2006-12-15 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=126102 michael.larouche kdemail net changed: What|Removed |Added --

[kopete-devel] [Bug 138842] Kopete doesn't show avatar from Adium users

2006-12-15 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=138842 michael.larouche kdemail net changed: What|Removed |Added --

[kopete-devel] [Bug 123624] Implement MSN P2P file transfer

2006-12-14 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=123624 --- Additional Comments From michael.larouche kdemail net 2006-12-14 22:14 --- Yes, this is about implemen

[kopete-devel] [Bug 133803] Custom emoticons are not shown

2006-12-14 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=133803 --- Additional Comments From michael.larouche kdemail net 2006-12-14 21:46 --- Please provide more informa

[kopete-devel] [Bug 133561] Can't use MSN in kopete

2006-12-14 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=133561 --- Additional Comments From michael.larouche kdemail net 2006-12-14 21:42 --- It is still valid as 14 dec

[kopete-devel] [Bug 134338] KCrash::startDrKonqi in libkdecore.so.6 when logging onto MSN

2006-12-14 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=134338 michael.larouche kdemail net changed: What|Removed |Added --

[kopete-devel] [Bug 132104] msn filetransfer stops before completing file transfer

2006-12-14 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=132104 michael.larouche kdemail net changed: What|Removed |Added --

[kopete-devel] [Bug 126919] received files are truncated by some bytes in the beginning (msn)

2006-12-14 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=126919 michael.larouche kdemail net changed: What|Removed |Added --

[kopete-devel] [Bug 128954] MSN file transfers (receiving) from Gaim 2.0 beta 3 client fail at 100%

2006-12-14 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=128954 michael.larouche kdemail net changed: What|Removed |Added --

[kopete-devel] [Bug 130110] Unhandled MSN error code 213

2006-12-14 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=130110 michael.larouche kdemail net changed: What|Removed |Added --

[kopete-devel] [Bug 84775] "Unhandled MSN Error code" message too intrusive

2006-12-14 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=84775 michael.larouche kdemail net changed: What|Removed |Added ---

[kopete-devel] [Bug 121351] kopete vs amsn: msn protocol to be improved (file transfer, video)

2006-12-14 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=121351 michael.larouche kdemail net changed: What|Removed |Added --

[kopete-devel] [Bug 134611] incoming filetransfers abort while the transfer is running & outgoing ft works fine (MSN)

2006-12-14 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=134611 michael.larouche kdemail net changed: What|Removed |Added --

[kopete-devel] [Bug 133901] Transferring files is absurderly slow

2006-12-14 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=133901 michael.larouche kdemail net changed: What|Removed |Added --

[kopete-devel] [Bug 138808] MSN contacts not staying in group

2006-12-14 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=138808 michael.larouche kdemail net changed: What|Removed |Added --

[kopete-devel] [Bug 138600] Kopete generates too many error boxes

2006-12-12 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=138600 michael.larouche kdemail net changed: What|Removed |Added --

[kopete-devel] [Bug 125186] Kopete reports error code 911

2006-12-12 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=125186 michael.larouche kdemail net changed: What|Removed |Added --

[kopete-devel] [Bug 137395] Warning popups appear with MSN even when Configure Notifications set to "passive only"

2006-12-12 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=137395 michael.larouche kdemail net changed: What|Removed |Added --

[kopete-devel] [PATCH] Improve error handling in MSN plugin (Kopete 0.12)

2006-12-11 Thread Michaël Larouche
r a review first before commiting -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-up :P -- Website: http://www.tehbisnatch.org/ MSN: [EMAIL PROTECTED] IRC: irc.freenode.org/DarkShock Jabber/email: [EMAIL PROTECTED] Index: pro

Re: [kopete-devel] Kopete Reloading Kit

2006-12-09 Thread Michaël Larouche
me ? -Will you vonlunteer to port this styling code when it's done to Qt4 ?We will need to redo the whole contact list eye-candy anyway in KDE4, because we are moving to Qt4 Interview framework. -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-u

[kopete-devel] [Bug 138332] (usability) kopete delete the accounts without unregistering from the jabber server

2006-12-04 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=138332 michael.larouche kdemail net changed: What|Removed |Added --

[kopete-devel] [Bug 133901] Transferring files is absurderly slow

2006-12-04 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=133901 --- Additional Comments From michael.larouche kdemail net 2006-12-04 14:37 --- Receiving and sending files

[kopete-devel] [Bug 137935] kopete style doesn't show time stamp for new im from same contact when they were last im in history

2006-11-26 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=137935 michael.larouche kdemail net changed: What|Removed |Added --

[kopete-devel] [Bug 137730] Support for MSN "winks"

2006-11-22 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=137730 --- Additional Comments From michael.larouche kdemail net 2006-11-22 20:11 --- Kopete MSN plugin do not su

Re: [kopete-devel] Concerns about Telepathy adoption in Kopete

2006-10-26 Thread Michaël Larouche
; ;) > > > > No problem on this side. > > What do you mean "No problem on this side"? Care to elaborate? I mean that I have no update on that point. This is the same as I have said in previous emails. -- Michaël Larouche KDE developer working on Kopete, Gamefu(K

Re: [kopete-devel] Concerns about Telepathy adoption in Kopete

2006-10-26 Thread Michaël Larouche
ys and they want to make it(Telepathy) work without exposing protocol specific interface in the main interface. To quote Robert: " the idea is to make most stuff work without exposing protocol-specific madness like that" > - What about the UI in protocol plugin ? > > What we sha

Re: [kopete-devel] Concerns about Telepathy adoption in Kopete

2006-10-23 Thread Michaël Larouche
Le October 23, 2006 00:12, Matt Rogers a écrit : > On Sunday 22 October 2006 10:43, Michaël Larouche wrote: > > I have some thoughts messing up in my head about Telepathy adoption. This > > maybe look weird from the guy who volunteer to do the testbed Telepathy > > plugin but

Re: [kopete-devel] Concerns about Telepathy adoption in Kopete

2006-10-23 Thread Michaël Larouche
Le October 23, 2006 02:45, Marc Cramdal a écrit : > Hello, > > Michaël, just another question about Telepathy : where Telepathy > development will happen ? Will we be able to commit to Telepathy > repository ? Me and Will have write access to Tapioca-voip SVN found at Sourc

Re: [kopete-devel] Concerns about Telepathy adoption in Kopete

2006-10-22 Thread Michaël Larouche
Le October 22, 2006 12:15, Olivier Goffart a écrit : > Le dimanche 22 octobre 2006 17:43, Michaël Larouche a écrit : > > I have some thoughts messing up in my head about Telepathy adoption. This > > maybe look weird from the guy who volunteer to do the testbed Telepathy > > pl

[kopete-devel] Concerns about Telepathy adoption in Kopete

2006-10-22 Thread Michaël Larouche
shall do about the UI in protocol plugin ? We can't use them anymore since the implementation is separated by D-BUS. -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-up :P -- Website: http://www.tehbisnatch.org/ MSN: [EMA

Re: [kopete-devel] Small bug in kopete trunk account list

2006-10-15 Thread Michaël Larouche
the problem, sorry dude -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-up :P -- Website: http://www.tehbisnatch.org/ MSN: [EMAIL PROTECTED] IRC: irc.freenode.org/DarkShock Jabber/email: [EMAIL PROTECTED] pgpFLiNQNQMLu.pgp Des

Re: [kopete-devel] Missing space before "now listening" advert when appended to status message

2006-10-14 Thread Michaël Larouche
. At > least in the "appending to status message" mode it works properly. That is, > it does not add an increasing number of spaces or so. > > Gruß > Jan Didn't tested but the patch looks fine. Please commit -- Michaël Larouche KDE developer working

Re: [kopete-devel] voice support in jabber

2006-10-09 Thread Michaël Larouche
is to see the advantages and the disadvantages going the Telepathy way. The stable branch is still open to bug fixes, so if you want a stable daily usable voice then fix the bugs in the stable branch :) -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-u

Re: [kopete-devel] Patches from Rockman -> emoticons

2006-10-09 Thread Michaël Larouche
eme. The current patch seems to add emoticons to the current emoticon theme which is not the correct behavior. -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-up :P -- Website: http://www.tehbisnatch.org/ MSN: [EMAIL PROTECTED] I

Re: [kopete-devel] Kopete contact picture resizing

2006-09-25 Thread Michaël Larouche
Le Lundi 25 Septembre 2006 10:41, Kanniball a écrit : > Hi! > Since I have a problem, when a friend uses the gaim cvs, and choose a big > picture for avatar (kopetes takes all the cpu and becomes irresponsive), I > was thinking about make a patch to resise all the contacts pictures to a > given siz

Re: [kopete-devel] [Decibel] Nepomuk aKademy BoF session

2006-09-24 Thread Michaël Larouche
Le Dimanche 24 Septembre 2006 09:12, Robert McQueen a écrit : > It seems that there's quite a lot to discuss, and we've only got this > 1-hour long BoF session. us Telepathy folks are flying back on Wednesday > morning and it would be good to have a decent chat about things while > we're here (inde

Re: [kopete-devel] English Breakfast Network results

2006-09-19 Thread Michaël Larouche
Le Lundi 18 Septembre 2006 11:34, Kanniball a écrit : > Hi! > I would like to start helping in coding on a KDE project. > But since I'm still dealing with QT and some C++, it can be hard to start > coding something, so it can be easier to start fixing some things to get in > touch with the codebase

Re: [kopete-devel] [Adium-devl] Kopete Message styles and Adium

2006-09-01 Thread Michaël Larouche
pler XML format. But this means more handling for your guys, because the way that Message View styles are structured are the "Mac OS X" way. -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-up :P -- Website: http://ww

Re: [kopete-devel] Kopete Message styles and Adium

2006-09-01 Thread Michaël Larouche
ate we were using for action messages in IRC. Currently for the history viewer, we translate our XML format into a Kopete::Message object and we show in a HTML page. XSLT processing is slow and costly. We should compare the both way to see which one is faster and conclule if we should try to jo

Re: [kopete-devel] [EMAIL PROTECTED]: Communication & Collaboration

2006-08-27 Thread Michaël Larouche
Le August 27, 2006 16:56, Friedrich W. H. Kossebau a écrit : > Am Donnerstag, 24. August 2006 18:03, schrieb Friedrich W. H. Kossebau: > > Am Donnerstag, 6. Juli 2006 00:25, schrieb Michaël Larouche in reply > > > > to "Integration with a general contacts framework

Re: [kopete-devel] [RFC] New Plugin: Privacy Plugin

2006-08-27 Thread Michaël Larouche
Le August 27, 2006 05:44, Andre Duffeck a écrit : > Hi, > > Am Sonntag, 27. August 2006 01:40 schrieb Michaël Larouche: > > Speaking of XMPP, maybe this should be included in core Kopete and > > integrate with serverside allow/block list. They was some effort in > > Kope

Re: [kopete-devel] [RFC] New Plugin: Privacy Plugin

2006-08-26 Thread Michaël Larouche
at only for testing :) - Use Protocol:AccountID:ContactID string to store the contact information for the list. Or wait untill we make metacontactId() really unique. -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-up :P -- Websit

Re: [kopete-devel] [EMAIL PROTECTED]: Communication & Collaboration

2006-08-24 Thread Michaël Larouche
Le August 24, 2006 12:03, Friedrich W. H. Kossebau a écrit : > Hi, > sorry for the cross-post. Please follow up on [EMAIL PROTECTED] > > Am Donnerstag, 6. Juli 2006 00:25, schrieb Michaël Larouche in reply > > to "Integration with a general contacts framework" on kopet

Re: [kopete-devel] Model/View contactlist.

2006-08-06 Thread Michaël Larouche
will give us more power and flexibility. -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-up :P -- Website: http://www.tehbisnatch.org/ MSN/Email: [EMAIL PROTECTED] IRC: irc.freenode.org/DarkShock on #kopete,#solid

Re: [kopete-devel] Model/View contactlist.

2006-08-06 Thread Michaël Larouche
fforts. And maybe we should also go for the kcm way > in the protocols also. In fact protocols don't really need to know > about how it's data will be represented. (icon status should be left > to application decision and for the buddy pictures it can be handled > as raw data in the protocols) Thi

Re: [kopete-devel] Patch for additional webcam pixel format

2006-07-30 Thread Michaël Larouche
e. Can you give the patch in the format that "svn diff" use (it seem that you are using Darcs or something like that) Also you can add the new files to the patch, just do svn add -- Michaël Larouche KDE developer working on Kopete, Gamefu(KDE), Solid...on dial-up :P

Re: [kopete-devel] MySpace IM Protocol

2006-07-24 Thread Michaël Larouche
> ~Rob > > __ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > ___ > kopete-devel mailing list > kopete-devel@kde.org >

[kopete-devel] [Bug 131250] conversation time & name overlap

2006-07-23 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=131250 michael.larouche kdemail net changed: What|Removed |Added --

Re: [kopete-devel] Kopete contact list Model-Storage interface for KDE4

2006-07-21 Thread Michaël Larouche
ill rock. Anytime, I'm in GMT -5. > -- > Matt > ___ > kopete-devel mailing list > kopete-devel@kde.org > https://mail.kde.org/mailman/listinfo/kopete-devel -- Michaël Larouche KDE developer working on Kopete, Gamefu

Re: [kopete-devel] Chatwindow for KDE4

2006-07-16 Thread Michaël Larouche
lability for > > this user" when it's available, it can be really useful) ... To save > > some mouse time, I think that they have to be over the text edit part, > > not at the top of the window. > > If you can do that with a KToolBar and KXMLGui (or LiveUI), go ahead.

Re: [kopete-devel] Chatwindow for KDE4

2006-07-16 Thread Michaël Larouche
xt > line, the text edit expands. It's pretty cool. Where should I send it? > -- > Matt > ___ > kopete-devel mailing list > kopete-devel@kde.org > https://mail.kde.org/mailman/listinfo/kopete-devel Nice, just post

Re: [kopete-devel] Integration with a general contacts framework

2006-07-05 Thread Michaël Larouche
I think a Communication BoF would be really needed in Dublin to discuss all this matter with Decibel team, our own team in real life and maybe KDE PIMs people. And I'm glad we will have another guy around the table with us at aKademy to hack :) > ___>

Re: [kopete-devel] Global "away state" gestion

2006-07-04 Thread Michaël Larouche
ve suggestions. > > regards, > > Julien Bigot > ___ > kopete-devel mailing list > kopete-devel@kde.org > https://mail.kde.org/mailman/listinfo/kopete-devel The idea is interessing, this debate should be moved to kde-core-devel IMHO

Re: [kopete-devel] new snapshot = new dependencies for kopete

2006-07-02 Thread Michaël Larouche
kopete-devel mailing list > kopete-devel@kde.org > https://mail.kde.org/mailman/listinfo/kopete-devel I'll assist you -- Michaël Larouche KDE developer working on Kopete, Kamefu, Solid...on dial-up :P -- Website: http://www.tehbisnatch.org/ MSN/Email:

Re: [kopete-devel] Vacations.

2006-06-30 Thread Michaël Larouche
someone wants to take the libkopete diff and split it up > sensibly, it would be appreciated. > Will Only libkopete ? What is so troublesome about libkopete changes ? Too many conflits ? -- Michaël Larouche KDE developer working on Kopete, Kamefu, Solid...on dial-up :P --

[kopete-devel] [Bug 129084] wish: support for MSN offline-messages

2006-06-24 Thread Michaël
--- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=129084 michael.larouche kdemail net changed: What|Removed |Added --

Re: [kopete-devel] OpenWengo Code Break, participation proposal

2006-06-22 Thread Michaël Larouche
rop Qt, that would mean rewrite the library. I prefer doing bindings instead to Python, Ruby, and D-BUS. -- Michaël Larouche KDE developer working on Kopete, Kamefu, Solid...on dial-up :P -- Website: http://www.tehbisnatch.org/ MSN/Email: [EMAIL PROTECTE

Re: [kopete-devel] OpenWengo Code Break, participation proposal

2006-06-21 Thread Michaël Larouche
Le June 21, 2006 15:16, Julien Gilli a écrit : > Hello, > > On 6/17/06, Michaël Larouche <[EMAIL PROTECTED]> wrote: > > My goal with libpapillon is to offer a great and reusable Qt4 library to > > support Windows Live Messenger protocol(MSNP13). This is done primary for

Re: [kopete-devel] OpenWengo Code Break, participation proposal

2006-06-20 Thread Michaël Larouche
Le June 20, 2006 05:41, vous avez écrit : > Hello, > > On 6/17/06, Michaël Larouche <[EMAIL PROTECTED]> wrote: > > Same here, I'm working right now on a library to support MSNP13 (WIndows > > Live > > Messenger) so I have already begun. So it would be n

  1   2   >