Re: [Amsn-devel] Fedora and TLS

2006-05-28 Thread Sander Hoentjen
On Sat, 2006-05-27 at 14:27 +0200, GrdScarabe wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Added to my todo list ... I hope I will soon have more time for it ! > > GrdScarabe > Great, It is now built for i386, x86_64 and ppc. Sander signature.asc Description: This is a digital

Re: [Amsn-devel] Amsn-commits Digest, Vol 1, Issue 948

2006-05-28 Thread Jerome Gagnon-Voyer
I know I don't read the list but I just saw that...do you have any question for me or something? Answer to me on my email personally. On Sunday, May 28, 2006, at 03:10PM, <[EMAIL PROTECTED]> wrote: >Send Amsn-commits mailing list submissions to > [EMAIL PROTECTED] > >To subscribe or unsu

Re: [Amsn-devel] webcam is not released after using it

2006-05-28 Thread GrdScarabe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Youness Alaoui wrote: > use : > svn update --revision revision_number > I don't know how you can get the revision number depending on the date, > but try a few revisions back until you get the commit that broke this... svn update --revision {2006-05

Re: [Amsn-devel] webcam is not released after using it

2006-05-28 Thread Youness Alaoui
use : svn update --revision revision_number I don't know how you can get the revision number depending on the date, but try a few revisions back until you get the commit that broke this... KaKaRoTo On Sun, 28 May 2006 18:49:04 -0400, Max <[EMAIL PROTECTED]> wrote: > i'm using pwc and i confirm

Re: [Amsn-devel] webcam is not released after using it

2006-05-28 Thread Gino Badouri
I can confirm the bug too, I'm using the latest pwc snapshot and it works fine with all other applications. Sometimes amsn will be unable to reopen the device when I closed it in a previous convo. It will give a grabber error. >From: Max <[EMAIL PROTECTED]> >Reply-To: Mailing list for developer

Re: [Amsn-devel] webcam is not released after using it

2006-05-28 Thread Max
i'm using pwc and i confirm that there is a problem but it only appeared recently... the bug was not present before (i would say like 2 to 3 weeks ago). If you guys tells me how to use previous versions of amsn with svn (is that even possible?), i could tell you exactly when this bug arrived in ams

Re: [Amsn-devel] Debug code in release

2006-05-28 Thread Youness Alaoui
This was already discussed a long time ago, and we said that it should stay for sure in releases because it's needed by users when they get a bug... and want to report it we need the info. also, as Boris said, it's used in the bug reporting system, we send to the server the last X lines of ea

Re: [Amsn-devel] webcam is not released after using it

2006-05-28 Thread Youness Alaoui
in the forums, many people reported the issue, but I don't know if they were all using pwc... if the change is indeed caused by the change of getimage to nextframe call, then it might be because there was an mmap or a buffer allocated that was never freed... we should check the return value o

Re: [Amsn-devel] Debug code in release

2006-05-28 Thread Boris Faure (aka billiob)
and BTW, we use it for the bug report !!! Also, what's new about the "cvs_date" issue ? 2006/5/28, Sander Hoentjen <[EMAIL PROTECTED]>: > On Sun, 2006-05-28 at 20:19 +0200, Harry Vennik wrote: > > Op zondag 28 mei 2006 20:08, schreef Sander Hoentjen: > > > On Sun, 2006-05-28 at 13:31 +0200, Harry

Re: [Amsn-devel] Debug code in release

2006-05-28 Thread Sander Hoentjen
On Sun, 2006-05-28 at 20:19 +0200, Harry Vennik wrote: > Op zondag 28 mei 2006 20:08, schreef Sander Hoentjen: > > On Sun, 2006-05-28 at 13:31 +0200, Harry Vennik wrote: > > > Hi, > > > > > > In aMSN there exist some really useful debug utilities, like the status- > > > and protocol log, the consol

Re: [Amsn-devel] Debug code in release

2006-05-28 Thread Harry Vennik
Op zondag 28 mei 2006 20:08, schreef Sander Hoentjen: > On Sun, 2006-05-28 at 13:31 +0200, Harry Vennik wrote: > > Hi, > > > > In aMSN there exist some really useful debug utilities, like the status- > > and protocol log, the console, etc. Especially for the logs, I think now > > we have a branche,

Re: [Amsn-devel] Debug code in release

2006-05-28 Thread Sander Hoentjen
On Sun, 2006-05-28 at 13:31 +0200, Harry Vennik wrote: > Hi, > > In aMSN there exist some really useful debug utilities, like the status- and > protocol log, the console, etc. Especially for the logs, I think now we have > a branche, we could strip those from the release code. I don't think of d

Re: [Amsn-devel] [Amsn-commits] SF.net SVN: amsn: [6725] trunk/amsn/gui.tcl

2006-05-28 Thread Harry Vennik
Op zondag 28 mei 2006 17:12, schreef Karel Demeyer: > Why is itr essential in our GUI ? So our mac users are handicapped > because they don't have it ? This tray-icon doesn't give us any > funtionality extra except hiding the main window. So what ? IF we > hyave it by default, that's ok, right

Re: [Amsn-devel] [Amsn-commits] SF.net SVN: amsn: [6725] trunk/amsn/gui.tcl

2006-05-28 Thread Philippe Valembois - Phil
Well, let me expose my point of view ;) It's a compiled thing... So you cannot put it as a plugin... The plugins you quoted are only Tcl/Tk things... For me a plugin shouldn't need a compilation... By the way, I can't understand where the sockets are used in aMsn... I think it's a remain from ol

Re: [Amsn-devel] [Amsn-commits] SF.net SVN: amsn: [6725] trunk/amsn/gui.tcl

2006-05-28 Thread Karel Demeyer
Why is itr essential in our GUI ? So our mac users are handicapped because they don't have it ? This tray-icon doesn't give us any funtionality extra except hiding the main window. So what ? IF we hyave it by default, that's ok, right ? If I woudln't like the trayicon I could just unload the p

Re: [Amsn-devel] Debug code in release

2006-05-28 Thread GrdScarabe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harry Vennik wrote: > Hi, > > In aMSN there exist some really useful debug utilities, like the status- and > protocol log, the console, etc. Especially for the logs, I think now we have > a branche, we could strip those from the release code. I don'

Re: [Amsn-devel] [Amsn-commits] SF.net SVN: am sn: [6725] trunk/amsn/gui.tcl

2006-05-28 Thread Harry Vennik
I think it is just too important a part of our GUI to have it moved out into a plugin. We also don't move the menus into a plugin right? (That may be overstating it, but it gets close enough...) Btw, making it a separate package is not a good idea. We should have it in a package with trayicon a

Re: [Amsn-devel] [Amsn-commits] SF.net SVN: amsn: [6725] trunk/amsn/gui.tcl

2006-05-28 Thread Karel Demeyer
Why not a plugin ? like webcamshooter is a plugin and Nudge is a plugin ? Those are in amssn by defautl too. So a "notification area" plugin that is shipped and loaded by default seems very natural too me. This was already discussed somehow, right ? about moving not-so-core features to plugin sp

Re: [Amsn-devel] [Amsn-commits] SF.net SVN: am sn: [6725] trunk/amsn/gui.tcl

2006-05-28 Thread Harry Vennik
No, I do not agree on making it a plugin, because it should be in amsn by default. But I agree on moving it out into a separate file. What about making it a package? On mac we can just not do the package require then. Op zondag 28 mei 2006 14:55, schreef Karel Demeyer: > Good idea, plus, I'd lik

Re: [Amsn-devel] [Amsn-commits] SF.net SVN: amsn: [6725] trunk/amsn/gui.tcl

2006-05-28 Thread Karel Demeyer
Good idea, plus, I'd like the docking code to become a plugin. This way we keep our core cleaner. This plugin would be linux/windows only too so mac users don't need this code in their packages :) Op zo, 28-05-2006 te 14:42 +0200, schreef Harry Vennik: > Seems confirmation for quit on Mac is requ

Re: [Amsn-devel] [Amsn-commits] SF.net SVN: amsn: [6725] trunk/amsn/gui.tcl

2006-05-28 Thread Harry Vennik
Seems confirmation for quit on Mac is requested feature. Will be added again another way. (separate from closeOrDock) Op zondag 28 mei 2006 14:33, schreef [EMAIL PROTECTED]: > Revision: 6725 > Author: thaven > Date: 2006-05-28 05:33:16 -0700 (Sun, 28 May 2006) > ViewCVS: http://svn.sourcefo

Re: [Amsn-devel] webcam is not released after using it

2006-05-28 Thread Vivia Nikolaidou
Always works perfectly with ov511, tested thousands of times on my side. Another person with spca5xx also confirmed that webcam is released correctly. So let's just assume it's a pwc bug? :) On 5/28/06, Harry Vennik <[EMAIL PROTECTED]> wrote: > About 'webcam not released': I can confirm this is t

[Amsn-devel] Debug code in release

2006-05-28 Thread Harry Vennik
Hi, In aMSN there exist some really useful debug utilities, like the status- and protocol log, the console, etc. Especially for the logs, I think now we have a branche, we could strip those from the release code. I don't think of doing that right away, because it might come in handy for debuggi

Re: [Amsn-devel] webcam is not released after using it

2006-05-28 Thread Harry Vennik
About 'webcam not released': I can confirm this is true, and have already searched through the code for the reason why this happens. It *might* be related to the change from getimage() to nextframe(), but I am not at all sure. Because all necessary calls seem to be done correctly, which is appr

[Amsn-devel] webcam is not released after using it

2006-05-28 Thread Sander Hoentjen
corellian if I stop sending my webcam (using pwc driver), aMSN still reads or uses /dev/v4l/video0 corellian until I reset aMSN corellian that means, I only can send webcam one time, then I have to reset aMSN to send to another person, or send again to the same person. corellian that's the 'lsof'

Re: [Amsn-devel] memleaks update

2006-05-28 Thread Lz
i think there are some more memleaks... actually closing an amsn that has been running for two hours releases 70mb ram on my pc. If i leave it for a couple of days it takes like 150mb ram (and it stops there because i already run out of ram :P) On 4/25/06, Karel Demeyer <[EMAIL PROTECTED]> wrote: