[Wengophone-devel] Qt 4.2 and the glib event loop

2007-02-06 Thread stute mathieu
Hi all, If you're under a Linux box with a Qt = 4.2 that might interest you: http://qtnode.net/wiki/GLib_Event_Loop Regards, -- mstute ___ Wengophone-devel mailing list Wengophone-devel@lists.openwengo.com

Re: [Wengophone-devel] Qt 4.2 and the glib event loop

2007-02-06 Thread Tanguy Krotoff
stute mathieu wrote: If you're under a Linux box with a Qt = 4.2 that might interest you: http://qtnode.net/wiki/GLib_Event_Loop Just tried it and a simple export QT_NO_GLIB=true works! (at least for branch coipmanager with executable wengoconnection) -- Tanguy Krotoff [EMAIL PROTECTED]

[Wengophone-devel] About logging

2007-02-06 Thread Aurélien Gâteau
Hello, If you have been following the 2.1 branch lately, you may have noticed my work on reducing the amount of output sent to stderr when building in release mode (Ticket #199). I also removed some output in debug mode, like the Google source code shown on startup... I won't continue

Re: [Wengophone-devel] About logging

2007-02-06 Thread Philippe BERNERY
Le 6 févr. 07 à 14:45, Aurélien Gâteau a écrit : If you have been following the 2.1 branch lately, you may have noticed my work on reducing the amount of output sent to stderr when building in release mode (Ticket #199). I also removed some output in debug mode, like the Google source code

Re: [Wengophone-devel] About logging

2007-02-06 Thread Sebastien Tricaud
Aurélien Gâteau wrote: - Multiple log levels (debug, info, warn, error, fatal). - Multiple components. - Ability to reconfigure the log output without rebuilding, on a level and component basis. This way we would be able to configure the log to get the debug output from one specific class,

[Wengophone-devel] Open-Wengo based Proprietary Software

2007-02-06 Thread Thiago Camargo
Some guys in Brazil are using Openwengo API and closing the source. Is that legal ? http://fone.uol.com.br/ - We won't tell. Get more on shows you hate to love (and love to hate): Yahoo! TV's Guilty Pleasures

Re: [Wengophone-devel] Open-Wengo based Proprietary Software

2007-02-06 Thread Dave Neary
Thiago Camargo wrote: Some guys in Brazil are using Openwengo API and closing the source. Is that legal ? http://fone.uol.com.br/ Thanks for the information - let's take this off-list? I'd appreciate more info about the particular case. Cheers, Dave. -- Dave Neary OpenWengo Community

Re: [Wengophone-devel] Open-Wengo based Proprietary Software

2007-02-06 Thread Daniel Nylander
Thiago Camargo skrev: Some guys in Brazil are using Openwengo API and closing the source. Is that legal ? http://fone.uol.com.br/ You should report this to http://gpl-violations.org/ Regards, Daniel ___ Wengophone-devel mailing list

[Wengophone-devel] Problem with caller username

2007-02-06 Thread Gorka Pinillos
Hi, I have compiled and configured wengo 2.1. I have tryed it and it goes well, but I have a problem with my server usernames. The usernames have this format: XXX*XXX. I cannot connect to that server because it appears that wengo doesn't recognize the arteriscs. How could I resolve it? In

[Wengophone-devel] taskbar icon menu

2007-02-06 Thread Zahid Ayar
hello how do i edit/delete the menu items on the right-click menu from the wengophone taskbar icon? -- Allahumma Salli Ala Muhammad -- By Time! Verily mankind is in loss! Except the ones who have Iman, and do righteous deeds, and advise

Re: [Wengophone-devel] taskbar icon menu

2007-02-06 Thread aurelien . gateau
hello how do i edit/delete the menu items on the right-click menu from the wengophone taskbar icon? You can find the menu in wengophone/src/presentation/qt/QtSystray.cpp, in the setTrayMenu() method. Aurélien ___ Wengophone-devel mailing list

Re: [Wengophone-devel] Qt 4.2 and the glib event loop

2007-02-06 Thread Sebastien Tricaud
Before setting this QT_NO_GLIB environment variable it would leak and make my computer unusable. After setting it, trunk (yesterday's) wengophone runs... ...until segfaults (gdb) bt #0 0x2b953b43ad08 in boost::signals::detail::named_slot_map::begin () from

Re: [Wengophone-devel] Open-Wengo based Proprietary Software

2007-02-06 Thread Claudio André
I would like to get more information too (If you guys keep this off-list). Thanks Dave Neary wrote: Thiago Camargo wrote: Some guys in Brazil are using Openwengo API and closing the source. Is that legal ? http://fone.uol.com.br/ Thanks for the information - let's take this

Re: [Wengophone-devel] Qt 4.2 and the glib event loop

2007-02-06 Thread Claudio André
Hi, Might this error is not related to QT_NO_GLIB. I have been seen some on named_slot_map::begin for a while (on 2.1 branch), I suppose this is related to something introduced in a week or two in the past. I'm using QT 4.1.2, build from source, on Ubuntu 6.10, and openwengo used to work

[Wengophone-devel] r9667 - refactoring of DefineWengoOptions.cmake

2007-02-06 Thread Dave Neary
Hi Tanguy, I compile the Wengophone with as many external libraries as is easily doable - iaxclient and libsamplerate which work fine, and ffmpeg and speex (with which I've had trouble as outlined in a previous mail). I liked the way that I could specify which libs I was compiling internally in