[Wengophone-devel] Change the iLBC payload size (ms)?

2006-12-14 Thread zhang le
Hi,all Asterisk's iLBC payload size (ms) is 30, but wengo's is 20. It's a problem. I changed the codes about ilbc in phcodec.c. static void *ph_ilbc_dec_init(void *dummy) { iLBC_Dec_Inst_t *ctx; ctx = malloc(sizeof(*ctx)); initDecode(ctx, 30, 1); // 20 originally return ctx; } st

[Wengophone-devel] Weird Problem

2006-12-14 Thread Jaya Meghani
Hi, I basically want to add a button in Tree Widget of Contact List. However when I add columns in ContactList.ui, Group open and down arrow pixmaps start showing up for all columns. As per my understanding, its because QTreeViewDelegate controls paint event. void QtTreeViewDelegate::paint(

RE: [Wengophone-devel] Duplicated Libraries

2006-12-14 Thread Lukas Oberhuber
Gorka, Here are the relevant lines from my wengoenv.py. It sounds like you might be building the wrong version (not the release with symbols version) and that you only fixed the dup library issue for that version. Is that possible? Excuse the wrapping of the lines. def setDebugMo

RE: [Wengophone-devel] TabWidget Border

2006-12-14 Thread Jaya Meghani
I got the code in QtContactList.cpp for Mac OS X. If I write _ui->tabWidget->layout()->setMargin(10); in QtWengoPhone.cpp then exe crashes. However if I write if(NULL != _ui->tabWidget->layout()) _ui->tabWidget->layout()->setMargin(10); then it runs fine.I think setMargin only changes the

RE: [Wengophone-devel] Using Custom Control

2006-12-14 Thread Jaya Meghani
Thanks so much for "promote to custom widget" tip..even though I didn't write about it. I had that problem.. Thanks!!! -Original Message- From: Aurélien Gâteau [mailto:[EMAIL PROTECTED] Sent: Thursday, December 14, 2006 3:45 AM To: Jaya Meghani Cc: wengophone-devel@lists.openwengo.com S

Re: [Wengophone-devel] TabWidget Border

2006-12-14 Thread Philippe BERNERY
Le 14 déc. 06 à 17:07, Jaya Meghani a écrit : Hi, I donot find any "Margin" property in designer for QTabWidget. I am using QT Open Source Edition 4.1.2 However I see setContentsMargins ( int, int, int, int ) function in documentation. Is this what you are talking about? Have a look at QLay

[Wengophone-devel] Duplicated Libraries

2006-12-14 Thread Gorka Pinillos
I'm not able to resolve this problem. I have done the changes recommend about duplicated libraries on http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/HowToBuildFromSourceNgVs2005 but the error continues. Please I need some help with this. Thanks MSVCRTD.lib(MSVCR71D.dll) : warning LNK400

RE: [Wengophone-devel] TabWidget Border

2006-12-14 Thread Jaya Meghani
Hi, I donot find any "Margin" property in designer for QTabWidget. I am using QT Open Source Edition 4.1.2 However I see setContentsMargins ( int, int, int, int ) function in documentation. Is this what you are talking about? Thanks for reply From: Philipp

Re: [Wengophone-devel] TabWidget Border

2006-12-14 Thread Philippe BERNERY
Le 14 déc. 06 à 16:26, Jaya Meghani a écrit : Hi, I want to know how to remove the border around the QTabWidget. I want to remove border from WengoPhoneWindow.ui For Example with widgets inheriting from QFrame you can set QFrame::NoFrame. I tried to derive a class from QTabWidget and over

[Wengophone-devel] TabWidget Border

2006-12-14 Thread Jaya Meghani
Hi, I want to know how to remove the border around the QTabWidget. I want to remove border from WengoPhoneWindow.ui For Example with widgets inheriting from QFrame you can set QFrame::NoFrame. I tried to derive a class from QTabWidget and override the PaintEvent method to draw rect around the T

[Wengophone-devel] Certificate Authentication

2006-12-14 Thread Leonardo José Reyes Diago
Hello I have a question: How can i embed a certificate authentication in the code? Thanks Leonardo ___ Wengophone-devel mailing list Wengophone-devel@lists.openwengo.com http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Re: [Wengophone-devel] URL for the stable OpenWengoNG source (tar/zip) for Windows?

2006-12-14 Thread EdPimentl
THANKS Very much appreciated and best regards, -E On 12/14/06, Philippe BERNERY <[EMAIL PROTECTED]> wrote: Le 14 déc. 06 à 12:13, EdPimentl a écrit : Hello WengoDev Community!!! Hi Ed, welcome aboard! Can someone please point me to the latest source of OpenWengoNG for windows? There i

Re: [Wengophone-devel] URL for the stable OpenWengoNG source (tar/zip) for Windows?

2006-12-14 Thread Philippe BERNERY
Le 14 déc. 06 à 12:13, EdPimentl a écrit : Hello WengoDev Community!!! Hi Ed, welcome aboard! Can someone please point me to the latest source of OpenWengoNG for windows? There is currently no tarball for source, you must use our svn repository to get the source code. Have a look at ht

[Wengophone-devel] URL for the stable OpenWengoNG source (tar/zip) for Windows?

2006-12-14 Thread EdPimentl
Hello WengoDev Community!!! Can someone please point me to the latest source of OpenWengoNG for windows? THANKS!!! in advance, -Ed Mail: edpimentl[at]gmail[dot]com IM: edpimentl [ AOL | Jabber | Yahoo | MSN ] ___ Wengophone-devel maili

Re: [Wengophone-devel] Avoid gcc 4.1: it makes wengophone crash!

2006-12-14 Thread Didier LINK
Le mercredi 13 décembre 2006 à 23:45 +, Ludovico Cavedon a écrit : > Hi! > Hi, > I noticed that gcc 4.1 is producing bad code with boost libraries, so > WengoPhone > is crashing very often. > > In particular automatic slot disconnection upon object destruction is not > working right. > > T

Re: [Wengophone-devel] Avoid gcc 4.1: it makes wengophone crash!

2006-12-14 Thread Philippe BERNERY
Le 14 déc. 06 à 10:37, Ludovico Cavedon a écrit : I would say that a gcc bug is more likely because it happens only with gcc 4.1.2, which has not been released yet. What distro and gcc version, in your case? I'm not working on it by now, I can tell you this is Ubuntu 6.10. I don't which gcc

[Wengophone-devel] [Fwd: [Bug 68014] Re: Rosetta reverts translation fixes to old faulty values]

2006-12-14 Thread Dave Neary
Hi, For info, the problem with uploading .po files should now be fixed in Rosetta - which means that translating outside Rosetta should be possible again. from tomorrow. Cheers, Dave. Original Message Subject: [Bug 68014] Re: Rosetta reverts translation fixes to old faulty val

Re: [Wengophone-devel] Avoid gcc 4.1: it makes wengophone crash!

2006-12-14 Thread Ludovico Cavedon
On Thu, 2006-12-14 at 10:38 +0100, Andreas Schneider wrote: > Ludovico Cavedon wrote: > > On Thu, 2006-12-14 at 09:46 +0100, Andreas Schneider wrote: > >> I've compiled the code here on openSUSE 10.2 which has gcc 4.1.2. Did > >> you report the bug to the gcc bugzilla? If yes, could you please post

Re: [Wengophone-devel] Avoid gcc 4.1: it makes wengophone crash!

2006-12-14 Thread Andreas Schneider
Ludovico Cavedon wrote: > On Thu, 2006-12-14 at 09:46 +0100, Andreas Schneider wrote: >> I've compiled the code here on openSUSE 10.2 which has gcc 4.1.2. Did >> you report the bug to the gcc bugzilla? If yes, could you please post >> the bug number :) > > Did it work for you? No, it didn't. I've

Re: [Wengophone-devel] Avoid gcc 4.1: it makes wengophone crash!

2006-12-14 Thread Ludovico Cavedon
On Thu, 2006-12-14 at 10:14 +0100, Philippe BERNERY wrote: > Le 14 déc. 06 à 00:45, Ludovico Cavedon a écrit : > > I noticed that gcc 4.1 is producing bad code with boost libraries, > > so WengoPhone > > is crashing very often. > > I noticed this too, very annoying. So this is a boost bug? I w

Re: [Wengophone-devel] Avoid gcc 4.1: it makes wengophone crash!

2006-12-14 Thread Philippe BERNERY
Le 14 déc. 06 à 00:45, Ludovico Cavedon a écrit : I noticed that gcc 4.1 is producing bad code with boost libraries, so WengoPhone is crashing very often. Hi Ludovico, I noticed this too, very annoying. So this is a boost bug? -- Philippe BERNERY <[EMAIL PROTECTED]> http://dev.openwengo.or

Re: [Wengophone-devel] Avoid gcc 4.1: it makes wengophone crash!

2006-12-14 Thread Ludovico Cavedon
On Thu, 2006-12-14 at 09:46 +0100, Andreas Schneider wrote: > I've compiled the code here on openSUSE 10.2 which has gcc 4.1.2. Did > you report the bug to the gcc bugzilla? If yes, could you please post > the bug number :) Did it work for you? I have not reported to gcc bugzilla because the vers

Re: [Wengophone-devel] Avoid gcc 4.1: it makes wengophone crash!

2006-12-14 Thread Andreas Schneider
Ludovico Cavedon wrote: > Hi! Hi Ludovico, > To test if your compiler is broken, you can try to compile and run this file: > http://netgroup.polito.it/~cavedon/test-gcc-boost.cc > this should be the correct output > http://netgroup.polito.it/~cavedon/test-gcc-boost.out > > I have tried under Ubun

Re: [Wengophone-devel] Using Custom Control

2006-12-14 Thread Aurélien Gâteau
Jaya Meghani wrote: Hi, I want to use Custom Control - EnhancedTabWidget which is derived from QTabWidget and use it in WengoPhoneWindow.ui. I added it to SConscript file in "\wengophone\src\presentation\qt" I have Q_OBJECT macro in my class EnhancedTabWidget so i moc it manually and plac