Re: [Development] How to set QQuickView TranslucentBackground

2012-03-08 Thread Samuel Rødal
On 03/08/2012 02:37 AM, ext hailong geng wrote: Hi What I have to say is that Qt5 is really cool, I love it ^_^ But I get a problem, I want to show some lovely tools in desktop, in order to move them freely, I want to set the window Translucent and show the app in FullScreen mode(or in

[Development] -no-stl no longer supported

2012-03-08 Thread Thiago Macieira
Unless someone speaks up within the next week with a very good reason we shouldn't do this, I'd like to declare that the -no-stl option is no longer supported. I talked to João and Lars last Friday and we agreed there's really no point in trying to keep code working without STL. There's hardly

Re: [Development] QDoc can't ignore Q_PROPERTY

2012-03-08 Thread casper.vandonderen
It might be that this was indeed an oversight. Can you create a bug report and assign it to me (I am not promising I have time to fix it now, or you can fix qdoc yourself and add me as reviewer ;-) ) Casper On 3/8/12 3:56 AM, ext Girish Ramakrishnan gir...@forwardbias.in wrote: Hi, On Wed,

Re: [Development] final value classes: some background information and plans

2012-03-08 Thread Alex Strickland
On 2012/03/07 06:19 PM, Thiago Macieira wrote: So, tell me. Why would you write? int *i = new int(42); Because all fundamental questions can be solved by one more level of indirection? Oh, it's the answer :) Thanks very much for the explanation. -- Regards Alex

Re: [Development] [Marketing] Qt 5 alpha approaching

2012-03-08 Thread gareth.stockwell
I recently published a post on Qt Labs Blog about using shader effects to transform video / viewfinder content in QML. http://labs.qt.nokia.com/2012/02/29/pimp-my-video-shader-effects-and-multimedia/ Strictly speaking, this isn't Qt5-specific: there is a version of the demo app which runs on

Re: [Development] -no-stl no longer supported

2012-03-08 Thread Diego Iastrubni
On Thu, Mar 8, 2012 at 11:30 AM, Thiago Macieira thiago.macie...@intel.comwrote: should get their act together. (the only case I know of is Sun Studio and there are not one but two STL implementations available for it that are compliant) Actually, I tested about 2 years ago the Digital Mars

Re: [Development] -no-stl no longer supported

2012-03-08 Thread Alexis Menard
2012/3/8 Diego Iastrubni diegoi...@gmail.com: On Thu, Mar 8, 2012 at 11:30 AM, Thiago Macieira thiago.macie...@intel.com wrote: should get their act together. (the only case I know of is Sun Studio and there are not one but two STL implementations available for it that are compliant)

Re: [Development] How to set QQuickView TranslucentBackground

2012-03-08 Thread Samuel Rødal
On 03/08/2012 02:24 PM, ext hailong geng wrote: Hi Thank you for your reply. What do you mean by setting a non-zero alpha in the QSurfaceFormat of the QWindow? I tried touse the following code but still get black background. QQuickViewcanvas; QSurfaceFormat surfaceFormat;

Re: [Development] -no-stl no longer supported

2012-03-08 Thread Thiago Macieira
On quinta-feira, 8 de março de 2012 11.34.04, Alexis Menard wrote: So, the barrier for Qt5 is a compiler that supports C++0x? Not a bad idea. I didn't said anything about C++0x and I seriously don't think this should be the barrier. I was more talking about compiler buggy with templates for

Re: [Development] Moving dbus tools to qtbase.git

2012-03-08 Thread Stephen Kelly
On Wednesday, March 07, 2012 22:01:48 Stephen Kelly wrote: Hi there, I started looking into moving the dbus tools to qtbase.git. This came up before and the conclusion was to move the dbus tools to where dbus is: http://thread.gmane.org/gmane.comp.lib.qt.devel/764/focus=80 I tried to

Re: [Development] Moving dbus tools to qtbase.git

2012-03-08 Thread Stephen Kelly
On Thursday, March 08, 2012 16:41:09 Stephen Kelly wrote: On Wednesday, March 07, 2012 22:01:48 Stephen Kelly wrote: Hi there, I started looking into moving the dbus tools to qtbase.git. This came up before and the conclusion was to move the dbus tools to where dbus is:

Re: [Development] Moving dbus tools to qtbase.git

2012-03-08 Thread Stephen Kelly
On Thursday, March 08, 2012 08:26:58 Thiago Macieira wrote: On quinta-feira, 8 de março de 2012 16.41.09, Stephen Kelly wrote: It would also be necessary to refactor dbus headers a bit to have access to defines such as #define QCLASSINFO_DBUS_INTERFACE D-Bus Interface without

[Development] Demos, examples, docs etc for Alpha release (was Re: [Marketing] Qt 5 alpha approaching)

2012-03-08 Thread Quim Gil
(CCing Sami Lehtonen Andrew Baldwin just in case they are not following this thread about http://wiki.qt-project.org/Qt_5 alpha release) Hi Gareth, On 03/08/2012 02:26 AM, ext gareth.stockw...@accenture.com wrote: I recently published a post on Qt Labs Blog about using shader effects to

[Development] When to remove old platform plugins?

2012-03-08 Thread Holger Hans Peter Freyther
Hi, the alpha is getting closer and we still have some QPA platform plugins that don't compile and I wonder what we should do with them? Polish and remove for Qt5 Alpha, leave it in and hope someone will pick them up? My list is: - kms - linuxfb - openkode -

[Development] [qt-qml] QML font property

2012-03-08 Thread Daker Pinheiro
Hello, There is any reason why I can't create a qml property with the font type? like: Item { property font myFontProperty } I think it's quite confusing not being possible to do so and having it as QML basic type: http://doc.qt.nokia.com/5.0-snapshot/qml-basictypes.html br, -- Daker

Re: [Development] When to remove old platform plugins?

2012-03-08 Thread Andreas Aardal Hanssen
2012/3/8 Holger Hans Peter Freyther hol...@freyther.de qvfb: QWS is dead.. is there any reason to have this around? QWS isn't removed so please don't remove qvfb. qvfb is used extensively where I work. vnc: Currently being removed That's really really too bad. I use the vnc driver to

Re: [Development] When to remove old platform plugins?

2012-03-08 Thread Holger Hans Peter Freyther
On 03/08/2012 09:46 PM, Andreas Aardal Hanssen wrote: 2012/3/8 Holger Hans Peter Freyther hol...@freyther.de QWS isn't removed so please don't remove qvfb. qvfb is used extensively where I work. If your point is that there are still Q_WS_QWS defines in src/widgets you are right, but all (some

Re: [Development] When to remove old platform plugins?

2012-03-08 Thread Thiago Macieira
On quinta-feira, 8 de março de 2012 21.58.25, Andreas Aardal Hanssen wrote: 2012/3/8 Holger Hans Peter Freyther hol...@freyther.de QWS isn't removed so please don't remove qvfb. qvfb is used extensively where I work. If your point is that there are still Q_WS_QWS defines in

Re: [Development] When to remove old platform plugins?

2012-03-08 Thread Holger Hans Peter Freyther
On 03/08/2012 09:58 PM, Andreas Aardal Hanssen wrote: 2012/3/8 Holger Hans Peter Freyther hol...@freyther.de mailto:hol...@freyther.de I certainly missed something then! ;-) I was certain that some bird told me that for sure, QWS would still be around in Qt 5. Latest in the summit of 2011.

Re: [Development] -no-stl no longer supported

2012-03-08 Thread lars.knoll
On 3/8/12 4:22 PM, ext Thiago Macieira thiago.macie...@intel.com wrote: On quinta-feira, 8 de março de 2012 11.34.04, Alexis Menard wrote: So, the barrier for Qt5 is a compiler that supports C++0x? Not a bad idea. I didn't said anything about C++0x and I seriously don't think this should be

[Development] where can I get the lastest source code?

2012-03-08 Thread tang ke
dear all: now the Qt4 version is not developed? and I only get the lastest version from git://gitorious.org/qt/qtbase.git ?? thanks a lot -- Best Regards Tang Ke (Application develop of software department) Tel:0086-512-52308628 Fax:0086-512-52308688 Phone:18962393077