Re: [Development] qt-project login

2013-06-17 Thread Turunen Tuukka
Yes. sysad...@qt-project.org -- Tuukka Rayner Pupo kirjoitti 17.6.2013 23:32: Hi folks, I wonder if there's any webmaster or someone else that tell me why I cant logon qt-project website, I try to create a new account, change my password but nothing wo

Re: [Development] Multimedia video playback broken in Qt 5.x for Windows WMF OpenGL version

2013-06-17 Thread Lopes Yoann
"While discussing this, I also found that using the Angle-version on "cheaper" Windows 7 laptops with Intel GPUs, the video is just black. " Does this happen with the OpenGL build as well? This is not something I was aware of, you can create a bug report. Yoann Lopes Senior Software Engineer - Di

Re: [Development] Qt 5.1 installers ready for testing

2013-06-17 Thread Thiago Macieira
On segunda-feira, 17 de junho de 2013 15.12.21, Raul Metsma wrote: > Thats my point. It is wrong think that vendors have to implement opengl > drivers on windows. Its like more optional feature on windows world. > If we look other platforms Xbox, Windows Phone, Windows RT and etc there is > no Open

[Development] Web Service tutorial with Qt

2013-06-17 Thread Olivier Austina
Hi, I try to do a web service with Qt. I am new in web service. Is there any basic tutorial to start. Any suggestion is welcome. Thank you. Regards Olivier ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listi

Re: [Development] Touch Points Update

2013-06-17 Thread Francisco Ortega
Frederick, Thank you for your email. Sorry for delayed replied. I do agree with all your observations/comments. I hope to get to the code soon, probably sometime in July. Thank you, Francisco Francisco R. Ortega Ph.D. Candidate in Computer Science Florida International University http://www.Fran

Re: [Development] Multimedia video playback broken in Qt 5.x for Windows WMF OpenGL version

2013-06-17 Thread Ola Røer Thorsen
Mitch, thanks for the feedback! I have a Asus G74S laptop with nvidia a 560M GPU. I've created a bug report here: https://bugreports.qt-project.org/browse/QTBUG-31800 Yoann, thanks for the information. I'll try to use Angle instead for now, but this will become an issue once we need to use mor

Re: [Development] Multimedia video playback broken in Qt 5.x for Windows WMF OpenGL version

2013-06-17 Thread Lopes Yoann
Hi, This is a known issue. Angle and OpenGL builds use different decoding pipelines. With Angle, the plugin can do hardware decoding using DXVA, while when using pure OpenGL it is not possible and the pipeline is setup with a custom video sink (software decoding) that is known to be buggy...

Re: [Development] a bit big change in qtquickcontrols recently

2013-06-17 Thread Laszlo Papp
On Mon, Jun 17, 2013 at 10:24 AM, Nils Jeisecke wrote: > There also code signing to keep in mind. Even more useless with a > bunch of unsigned script files. > That could be addressed on the Platform Security layer as well though and not per application framework. Laszlo _