Re: [Development] Qt Linguist - Some requests

2013-07-10 Thread Vincent
Le mercredi 10 juillet 2013, Oswald Buddenhagen a écrit : > On Wed, Jul 10, 2013 at 03:49:30PM +0200, Hans Schmidt wrote: > > I tried to translate an application with Qt Linguist. While doing this, > > I noticed the following things: [...] > > > > It would be good if some of these issues could be

Re: [Development] Dropping the variadic version of QSKIP

2013-07-10 Thread Thiago Macieira
On quarta-feira, 10 de julho de 2013 15.09.41, Albert Astals Cid wrote: > Hi all, in 14cd2678396ed1450a72aeffa99c1504743ea415 a variadic version of > QSKIP was added so that the old Qt4 version of >QSKIP(statement, mode) > would compile on C++11 enabled compilers silently ignoring the mode. >

Re: [Development] Fwd: ShaderEffect on animated custom OpenGL QQuickItem is not animated.

2013-07-10 Thread Sletta Gunnar
On 9. juli 2013, at 09:11, "Dr. André Bergner" mailto:andre.bergne...@googlemail.com>> wrote: Hi Qt-devs, I have problems applying a ShaderEffect to a custom QQuickItem drawing raw OpenGL directives. I have a little QML script as test case, which I copied from here: http://qt-project.org/doc/

[Development] Linking release build of webkit with debug build of Qt

2013-07-10 Thread Amogh Kudari
Hi All, I have qt built for windows in debug mode without webkit. I wanted to build webkit as a separate component. Now I am building webkit but in release mode.I am using build-webkit script to build webkit with the following options "perl build-webkit --qt --release --only-webkit