[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 E-mail:ta...@lemote.co

Re: [Development] QDoc can't ignore Q_PROPERTY

2012-03-08 Thread Lincoln Ramsay
On 03/08/2012 07:38 PM, Vandonderen Casper (Nokia-MP/Oslo) wrote: > 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 > ;-) ) Ok... The "fix" is (as

[Development] Qt Playground - Command Line Parser experiment

2012-03-08 Thread Laszlo Papp
Hi, I would like to experiment with a command line parser in Qt Playground. The topic and the use case were more or less discussed previously on the qt5-feedback mailing list around last October. It is not a separate module, but class(es). The name for this experiment, in playground, would be som

[Development] Question regarding recent commit 'Fix double click handling.'

2012-03-08 Thread Jon Trulson
regarding commit id: b371f3f943703840d0dfbe30505018bcca06e260 I guess this question is for you Laszlo. About a week or so ago, I discovered a problem with mouse handling (arm board, eglfs, using evdevmouse plugin). I found that every other mouse press event (with no intervening movement) would g

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

2012-03-08 Thread lars.knoll
On 3/8/12 4:22 PM, "ext Thiago Macieira" 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 the barrier

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 > > 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. > > This suc

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 > > > > 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/wi

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

2012-03-08 Thread Andreas Aardal Hanssen
2012/3/8 Holger Hans Peter Freyther > > 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 doc snippets are left) *_qws.{cpp,h} were removed, the > gfx

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 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 doc snippets are l

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

2012-03-08 Thread Andreas Aardal Hanssen
2012/3/8 Holger Hans Peter Freyther > 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 debug GUI func

[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 F

[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 - openvg

[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 tr

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" > >

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

2012-03-08 Thread Thiago Macieira
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 Q_OBJECT getting in the way etc. > > This also doesn't seem 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 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

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

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 Alexis Menard
2012/3/8 Diego Iastrubni : > On Thu, Mar 8, 2012 at 2:14 PM, Alexis Menard > >> >> > Actually, I tested about 2 years ago the Digital Mars C++ compiler. This >> > failed nicely and was not able to compile the container classe, and you >> > were >> > aware of this :) >> > >> > I might be bored again

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

2012-03-08 Thread Diego Iastrubni
On Thu, Mar 8, 2012 at 2:14 PM, Alexis Menard > > > > Actually, I tested about 2 years ago the Digital Mars C++ compiler. This > > failed nicely and was not able to compile the container classe, and you > were > > aware of this :) > > > > I might be bored again and test if the compiler now works b

[Development] How to set QQuickView TranslucentBackground

2012-03-08 Thread hailong geng
Hi Thank you for your reply. What do you mean by "setting a non-zero  alpha in the QSurfaceFormat of the QWindow"? I tried to use the following code but still get black background.     QQuickViewcanvas; QSurfaceFormatsurfaceFormat; surfaceFormat.setAlphaBufferSize(1000); canvas.setFormat(surfaceFo

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

2012-03-08 Thread Alexis Menard
2012/3/8 Diego Iastrubni : > On Thu, Mar 8, 2012 at 11:30 AM, Thiago Macieira > 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) >> > > Actually, I tested about 2 years ag

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

2012-03-08 Thread Diego Iastrubni
On Thu, Mar 8, 2012 at 11:30 AM, Thiago Macieira 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) > > Actually, I tested about 2 years ago the Digital Mars C++ compiler. This fa

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 Qt4

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] 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" wrote: >Hi, > >On Wed, Mar 7, 2012 at 5:4

[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 any

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 av