Re: [Amsn-devel] A few years later...

2011-12-17 Thread Stéphane Bisinger
It is good news indeed, but the feature set is very disappointing! The main reason for the support to the XMPP is the big rise of handheld devices market, where Microsoft has a stiff competition... On Sat, Dec 17, 2011 at 9:25 AM, Álvaro J. Iradier airad...@gmail.com wrote:

Re: [Amsn-devel] aMSN2 and Telepathy

2010-08-26 Thread Stéphane Bisinger
I think that if we want to split daemon/client, telepathy is an eccelent option since we would basically do the same thing with an implementation of our own. So the question is: would it be a good idea to split aMSN2 in a client/daemon structure? Based on what I see from the centerim project, a

Re: [Amsn-devel] GUADEC 2010

2010-01-27 Thread Stéphane Bisinger
I may be available, if all goes well it will be about the time I graduate so a nice trip to the Netherlands is definitely an option! (And I was actually planning to go there meet some friends) I can't make any promises yet, we'll see :) -- Stéphane

Re: [Amsn-devel] GUADEC 2010

2010-01-27 Thread Stéphane Bisinger
I may be available, if all goes well it will be about the time I graduate so a nice trip to the Netherlands is definitely an option! (And I was actually planning to go there meet some friends) I can't make any promises yet, we'll see :) -- Stéphane

Re: [Amsn-devel] aMSN on TV

2009-08-31 Thread Stéphane Bisinger
That's what happens when you produce great software :D 2009/8/31 Tom Jenkins capricious.fal...@gmail.com: Youness Alaoui wrote: Hi all, Here's a quick and nice little info... My wife, Rima, just came back from Morocco today, and she told me that at some point when she was there, she was

Re: [Amsn-devel] amsn2 - setting personal info

2009-05-06 Thread Stéphane Bisinger
Hi, 2009/5/6 Boris billiob Faure bill...@gmail.com: Here's how i think this should be done : all those stuff you modify (nick, dp = display picture, music, psm = pm) should be stored in what i want to call profile. Those should be properties : set + get. Yep I agree, these are all info part

Re: [Amsn-devel] amsn2 - setting personal info

2009-05-06 Thread Stéphane Bisinger
2009/5/6 Boris billiob Faure bill...@gmail.com: There it is done with goject's signals, are we keeping that? It's not done with gobjects, just plain python code, no threading, no real event loop... look at the code ;) OMG where did I see that? I'm drunk! Here I have a couple of doubts: this

[Amsn-devel] Work on tray icon

2009-05-05 Thread Stéphane Bisinger
Hi all, as some of you may know I am working to improve the tray icon. Sadly it is a really hard work and requires a lot of energy... The results so far are good, but I get to a point where I need some more brain power to figure out what is wrong, so here I am with patches and an explanation of

Re: [Amsn-devel] amsn2 with python2.5?

2009-04-27 Thread Stéphane Bisinger
Hi, 2009/4/27 Luca luca.da...@gmail.com: I was just trying amsn2 in its current state and i was wondering if should be better to force the python version to 2.5, since some people may be using 2.6 as default. The reason that I'm asking this is that I'm using ubuntu 9.04 that has python

Re: [Amsn-devel] Hi!

2009-04-27 Thread Stéphane Bisinger
Hi, 2009/4/27 Luca Dariz luca.da...@student.unife.it: I'd like to know how i can begin helping, a had a look around but haven't found anything like a todo list or some bug to try to fix, for now i just played making attempts to save configuration to file in ~/.amsn2 . Nice to know! You

Re: [Amsn-devel] Proposal: decreasing default font size

2009-04-26 Thread Stéphane Bisinger
2009/4/26 Montblanc toto...@gmail.com: I've got no such files on my system. I just have an XDefaults directory which does not contain fonts information. Probably aMSN should retrieve infos about the environment in use (maybe checking if either kdm or gdm are running) and set the default fonts

Re: [Amsn-devel] Proposal: decreasing default font size

2009-04-22 Thread Stéphane Bisinger
2009/4/22 Montblanc toto...@gmail.com: I'm using Kubuntu. Experiences I heard were from friends using Ubuntu Netbook Remix, Ubuntu, Puppy and Fedora. Gosh! :P If you're really sure it's distro specific, we should tell aMSN package maintainers about this. I do not seem to have a problem with

Re: [Amsn-devel] Fwd: Condition.wait(0.5) doesn't respect it's timeout

2009-04-19 Thread Stéphane Bisinger
Issue is fixed, had to call gobject.threads_init() before using threading... -- Stéphane -- Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200

Re: [Amsn-devel] Fwd: Condition.wait(0.5) doesn't respect it's timeout

2009-04-18 Thread Stéphane Bisinger
2009/4/18 Youness Alaoui kakar...@kakaroto.homelinux.net: wtf? why threads and mutexes and stuff? is there anything to actually justify having a thread? Yes, try to run without the last two patches and the reason will be clear... If I don't, it redraws too often, giving a very bad experience

Re: [Amsn-devel] Fwd: Condition.wait(0.5) doesn't respect it's timeout

2009-04-18 Thread Stéphane Bisinger
I updated the code following the suggestions on comp.lang.python, here is the latest commit: http://github.com/Kjir/amsn2/commit/bda6829d0c7d50a1cbf1188cdfa3789c4b7967c5 -- Stéphane -- Stay on top of everything new and

[Amsn-devel] Fwd: Condition.wait(0.5) doesn't respect it's timeout

2009-04-17 Thread Stéphane Bisinger
:        cond.acquire()        while True:            cond.wait(0.5)            print Hello, world! cond = Condition() thread = Thread(target=some_func) thread.start() thanks, Stéphane Bisinger -- Stéphane -- Stay

Re: [Amsn-devel] [aMSN2] two pymsn related bugs on Windows

2009-04-06 Thread Stéphane Bisinger
Hi, 2009/4/6 Mark Lagendijk mar...@marksspeelhoekje.nl: And how do I get it into the main branch after it is reviewed? On your github page you have a button labeled pull request, when you feel like the main branch should include your fixes because they are stable/complete/whatever you can push

Re: [Amsn-devel] PyMSN bug at login with some kind of OIMs

2009-04-06 Thread Stéphane Bisinger
2009/4/6 Youness Alaoui kakar...@kakaroto.homelinux.net: Well, I guess it's doing it wrong! It should probably just check for the 11/13 or the 6/7, not both of them since the network id is definitely not both values combined! It should also do an 'else' Yep I also thought that those two

Re: [Amsn-devel] PyMSN bug at login with some kind of OIMs

2009-04-06 Thread Stéphane Bisinger
2009/4/6 Youness Alaoui kakar...@kakaroto.homelinux.net: I've been reading on git submodule, and I think we should remove pymsn from amsn2's git repo and have it as a submodule that would point to : http://git.collabora.co.uk/?p=user/kakaroto/pymsn.git;a=summary git submodule info :

[Amsn-devel] PyMSN bug at login with some kind of OIMs

2009-04-05 Thread Stéphane Bisinger
Hi, when I log in with amsn2 I get an exception in pymsn: Traceback (most recent call last): File ./pymsn/pymsn/msnp/base.py, line 106, in _dispatch_command handler(command) File ./pymsn/pymsn/msnp/notification.py, line 485, in _handle_MSG self._client.oim_box.sync(mail_data) File

Re: [Amsn-devel] aMSN2 ncurses (Re: Branches needed? (Was Re: net top-cw))

2009-04-03 Thread Stéphane Bisinger
Just writing to let you know that I added the PasswordBox for ncurses, so now the password is no longer printed on screen. Other than that nothing changed, next thing will be the contact list (which will require some time, I guess) and after that a first attempt at creating some kind of layout.

Re: [Amsn-devel] [aMSN2] two pymsn related bugs on Windows

2009-04-02 Thread Stéphane Bisinger
2009/4/2 Youness Alaoui kakar...@kakaroto.homelinux.net: [Solution to every mistery on earth] You pwnd me :O Workarounds like yours are fine, but a full understanding of the issue would be advisable: it leads to better solutions. Actually, I disagree.. workarounds are fine for TESTING, but

Re: [Amsn-devel] Comman line options in amsn2

2009-04-01 Thread Stéphane Bisinger
2009/4/1 Youness Alaoui kakar...@kakaroto.homelinux.net: Yes, we thought about it, but a little bit differently... We currently have amsn-remote for amsn 0.x which is kind of the same thing and since amsn2 is supposed to keep the same feature set as amsn1, then i guess it would have to support

Re: [Amsn-devel] [aMSN2] two pymsn related bugs on Windows

2009-04-01 Thread Stéphane Bisinger
Hi, 2009/4/1 Mark Lagendijk mar...@marksspeelhoekje.nl: Since I hated the adds and looks of msn messenger, I switched to aMSN a few years ago. I have been an enthusiastic user since. Around a half year ago I saw the blogpost of one of the developers about aMSN 2. I thought it would be fun to

Re: [Amsn-devel] net top-cw

2009-03-24 Thread Stéphane Bisinger
2009/3/24 Youness Alaoui kakar...@kakaroto.homelinux.net: anyways, sorry about the earlier messages, but it just pisses me off when people start talking about money, you shouldn't be greedy or want gifts and stuff as rewards.. I've been busting my ass off for aMSN for 7 years now, the amount

Re: [Amsn-devel] net top-cw

2009-03-24 Thread Stéphane Bisinger
2009/3/24 Youness Alaoui kakar...@kakaroto.homelinux.net: ok so who's the contributor of the month? :) The one with the longest name! But I'm open to discussion on how to boost morale and motivation! Send girls to the contributor's home -- Stéphane

Re: [Amsn-devel] net top-cw

2009-03-24 Thread Stéphane Bisinger
2009/3/24 Youness Alaoui kakar...@kakaroto.homelinux.net: 2009/3/24 Stéphane Bisinger stephane.bisin...@gmail.com 2009/3/24 Youness Alaoui kakar...@kakaroto.homelinux.net: ok so who's the contributor of the month? :) The one with the longest name! hum... who would that be! I really

Re: [Amsn-devel] [OT] sex rewards... was net top-cw

2009-03-24 Thread Stéphane Bisinger
2009/3/24 Youness Alaoui kakar...@kakaroto.homelinux.net: Humm... I'd say it's probably gonna be : Alvaro J. Iradier Muro A little unfair to those who don't have middle names, isn't it? :O Ask for preferences and when the other half is not home ;) (Or directly send the wife/husband in a

Re: [Amsn-devel] [OT] sex rewards... was net top-cw

2009-03-24 Thread Stéphane Bisinger
2009/3/24 Stéphane Bisinger stephane.bisin...@gmail.com: Well I'd say no clothes, just a some almost-invisible paper tied with a nice ribbon, all in red... Oh and a tag: Pull the string... We want it to be user friendly... -- Stéphane

Re: [Amsn-devel] [OT] sex rewards... was net top-cw

2009-03-24 Thread Stéphane Bisinger
2009/3/24 Youness Alaoui kakar...@kakaroto.homelinux.net: 2009/3/24 Stéphane Bisinger stephane.bisin...@gmail.com 2009/3/24 Stéphane Bisinger stephane.bisin...@gmail.com: Well I'd say no clothes, just a some almost-invisible paper tied with a nice ribbon, all in red... Oh and a tag

Re: [Amsn-devel] [OT] sex rewards... was net top-cw

2009-03-24 Thread Stéphane Bisinger
2009/3/24 Tom Hennigan tomhenni...@gmail.com: We need a moderator! Oh wait, he's the one provoking this OT!? We all need a lot of things... -- Stéphane -- Apps built with the Adobe(R) Flex(R) framework and Flex

Re: [Amsn-devel] aMSN2 ncurses (Re: Branches needed? (Was Re: net top-cw))

2009-03-17 Thread Stéphane Bisinger
2009/3/17 Youness Alaoui kakar...@kakaroto.homelinux.net: Great! Nice to see you work so fast! I just tried it out and it does work already! although.. the contact list didn't appear.. butI know you already know that :) It's just that I love python, I find it so easy to get going with

Re: [Amsn-devel] Branches needed? (Was Re: net top-cw)

2009-03-16 Thread Stéphane Bisinger
2009/3/16 Youness Alaoui kakar...@kakaroto.homelinux.net: yes, but the question really is does git's power warrant its un-easy-ness... in other words, all those extra features, do we *need* them ? I don't feel like we do... either way, anyone could be using git-svn and have local branches,

Re: [Amsn-devel] Branches needed? (Was Re: net top-cw)

2009-03-16 Thread Stéphane Bisinger
2009/3/16 Youness Alaoui kakar...@kakaroto.homelinux.net: 2009/3/16 Stéphane Bisinger stephane.bisin...@gmail.com Yes I was among the developers who decided to fork centericq to centerim and now I am somewhat the mantainer of the 4.x version, even though I don't spend so much time

Re: [Amsn-devel] Branches needed? (Was Re: net top-cw)

2009-03-16 Thread Stéphane Bisinger
2009/3/16 Youness Alaoui kakar...@kakaroto.homelinux.net: humm.. you sent a patch once?  I thought you were the maintainer! I sent a patch for ncurses, for centerim I did something more :P http://www.ohloh.net/p/centerim/contributors anyways, the ncurses interface already exists for amsn2 but

[Amsn-devel] aMSN2 ncurses (Re: Branches needed? (Was Re: net top-cw))

2009-03-16 Thread Stéphane Bisinger
2009/3/16 Stéphane Bisinger stephane.bisin...@gmail.com: 2009/3/16 Youness Alaoui kakar...@kakaroto.homelinux.net: anyways, the ncurses interface already exists for amsn2 but it's a bit outdated... you'd have to pick it up and see how it goes :) I'll do that and see what needs some caring

Re: [Amsn-devel] Branches needed? (Was Re: net top-cw)

2009-03-15 Thread Stéphane Bisinger
Hi, 2009/3/15 Youness Alaoui kakar...@kakaroto.homelinux.net: On Fri, Mar 13, 2009 at 09:02:04PM +, Stéphane Bisinger wrote: Yes indeed, but that's just the way we work.. we usually develop, then we enter a feature-freeze period and then we release... Not just you, but most open source

[Amsn-devel] Branches needed? (Was Re: net top-cw)

2009-03-13 Thread Stéphane Bisinger
Hi, 2009/3/13 Youness Alaoui kakar...@kakaroto.homelinux.net: 2 - We are currently trying to get amsn 0.98 released so the TODO list and bugs should be fixed... that's I think our top priority... It also basically means that we want bugfixes and we don't want to add new features that might

Re: [Amsn-devel] topcw and newline

2009-03-10 Thread Stéphane Bisinger
Hi 2009/3/10 square87 squar...@gmail.com: If we have an user with the nick name \n surname i want to know how we want it showed in the topcw: 1) show only first line - name (actually) (topcw is a line) 2) show all - name \n surname (topcw is two lines) 3) show all, but remove \n - name

Re: [Amsn-devel] Skin improvements (was 0.98 TODO)

2009-02-01 Thread Stéphane Bisinger
Hi, 2009/2/1 Youness Alaoui kakar...@kakaroto.homelinux.net: The reason why I want it to be a skin option instead of a user option is simply to avoid having too many options... a while ago (a few years already) we had decided that if we ever need to add a new option, we would remove one too..

Re: [Amsn-devel] OT: amsn dependencies map

2009-01-15 Thread Stéphane Bisinger
Hi, 2009/1/15 Youness Alaoui kakar...@kakaroto.homelinux.net: And to think that we always hoped for 'minimal dependencies' there are a lot more than I thought! and we already depend on libglib! lol... I don't think there are too many direct dependencies for aMSN and actually many of these are

Re: [Amsn-devel] [Patch] Music plugin

2008-12-24 Thread Stéphane Bisinger
2008/12/23 Boris Faure (aka billiob) bill...@gmail.com: On Tue, Dec 23, 2008 at 16:42, Pablo Castellano pablog.ubu...@gmail.com wrote: Hello! When you are listening a playlist in rhythmbox and it reaches the end, then rhythmbox returns Not playing and aMSN thinks that the song that you are

Re: [Amsn-devel] [Patch] Music plugin

2008-12-24 Thread Stéphane Bisinger
2008/12/24 Youness Alaoui kakar...@kakaroto.homelinux.net: which band plays it? :) Oh you never know, take for example some Bathory songs which have really curious titles... (and one song is even untitled) And I'm sure that genres like Fusion or noise or others have the weirdest title one can

Re: [Amsn-devel] [Patch] Music plugin

2008-12-24 Thread Stéphane Bisinger
Well, good point. No problem in that case because rhythmbox always returns Not Playing. As mentioned by Tom there should also be the band name, so the string should be different from Not Playing. So it should be a non-issue, yet I personally think that Rythmbox could handle this in a better