Re: Ang: Re: [Wengophone-devel] New committer

2007-10-09 Thread aurelien . gateau
On 10/9/07, Aurélien Gâteau [EMAIL PROTECTED] wrote: OpenWengo could do it quickly but it seems like its masters don't feel like doing so because they live in a wonderland where centralized is more powerful than decentralized SCM, some people call this wonderland the past, let's hope they

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] Patch for Linux install

2007-02-03 Thread aurelien . gateau
Hi, Is this line from *build_make.sh* a problem to you??? OPTIONS=-DCMAKE_INSTALL_PREFIX=/usr --graphviz=${BUILDDIR}/wengophone.dot No. Here are the problems to me: First problem: cmake -DCMAKE_INSTALL_PREFIX=/opt/wengophone make make install Will install the wengophone in /usr, not in

[Wengophone-devel] Patch to respect alpha images in systray

2006-10-31 Thread Aurelien Gateau
On my Linux machine, the systray does not properly paint the alpha channel of images. Attached patch fix this. The patch get rid of the mask generation, which didn't seem usefull on my machine, I hope it doesn't break others. Aurélien Index: libs/trayicon/trayicon_x11.cpp

[Wengophone-devel] Small patch for avatar chat widget tooltip

2006-10-26 Thread Aurelien Gateau
Hello, The tooltip of the Avatar chat widget is currently converted using QString::fromStdString. This cause troubles if the tooltip contains non ASCII letters. Attached small patch fix this. AurélienIndex: QtChatWidget.cpp ===