Re: [Wengophone-devel] Qt Wengo Skinning

2007-01-09 Thread Tanguy Krotoff

Christopher Jimenez wrote:
When I downloaded the client, i saw that you have a screenshot in the 
page and the client has some nice rounded borders, a think thats was 
really cool.
But when I installeded It, I notice that thats not implemented on 
windows.Is there an easy way of doing this??


Marketting stuff ;)
screenshots should be updated

I notice that there are some clases under lib /lib/skinstyle/ that i 
think work for doing this, but cant find where they are use.
Does someone has some kind of guide about this issue? Or maybe some 
guide of using the clases under skinstyle.


SkinStyle is dead or at least partically.
With new Qt 4.2 a 'skin' system is available:
http://doc.trolltech.com/4.2/stylesheet.html

The 'new' SkinStyle now extends Qt 4.2 CSS since it is missing some 
fonctionnalities:

http://dev.openwengo.com/trac/openwengo/trac.cgi/browser/playground/stylesheet
This is a prototype althrough it works fine. This is not integrated into 
WengoPhone yet


--
Tanguy Krotoff [EMAIL PROTECTED]
http://openwengo.org
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


[Wengophone-devel] config.h problem

2007-01-09 Thread Didier LINK
Hi all,

I face to a conflict between (BUILD_DIR)/wifo/srtp/config.h[1] and
wengophone-2.1/wifo/srtp/include/config.h[2]

The two files were in theory generated but [1] by cmake (that I use) and
[2] by scons.

During the compilation, after a cmake configuration, gcc use the [2]
that was not configured for a linux plateform but a windows one by
default and lead to a compilation error (see tickets #1181 and #1194)
due to the [1]'s masking.

The revision 9169 committed by jbossart today readd [2] that mask the
good one.

I don't want to use scons because of the future complete switch to cmake
system, so anyone can solve this conflict problem please ?

A temporary workaround is to delete [2].

Thanks for your attention.

Didier Link

-- 
Didier Link [EMAIL PROTECTED]
Jabber : [EMAIL PROTECTED]
MSN : [EMAIL PROTECTED]

Clé GPG : 75BAC9EE


signature.asc
Description: Ceci est une partie de message	numériquement signée
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Re: [Wengophone-devel] config.h problem

2007-01-09 Thread Andreas Schneider
Didier LINK wrote:
 Hi all,
 
 I face to a conflict between (BUILD_DIR)/wifo/srtp/config.h[1] and
 wengophone-2.1/wifo/srtp/include/config.h[2]
 
 The two files were in theory generated but [1] by cmake (that I use) and
 [2] by scons.
 
 During the compilation, after a cmake configuration, gcc use the [2]
 that was not configured for a linux plateform but a windows one by
 default and lead to a compilation error (see tickets #1181 and #1194)
 due to the [1]'s masking.
 
 The revision 9169 committed by jbossart today readd [2] that mask the
 good one.
 
 I don't want to use scons because of the future complete switch to cmake
 system, so anyone can solve this conflict problem please ?

This should be fixed. The config.h should be generated. Simply adding it
is a more then ugly hack!

-- andreas

 
 A temporary workaround is to delete [2].
 
 Thanks for your attention.
 
 Didier Link
 
 
 
 
 
 ___
 Wengophone-devel mailing list
 Wengophone-devel@lists.openwengo.com
 http://dev.openwengo.com/mailman/listinfo/wengophone-devel

-- 
http://www.cynapses.org/ - cybernetic synapses




signature.asc
Description: OpenPGP digital signature
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel