Re: [Development] Status of QTimeZone

2013-03-27 Thread John Layt
On 26 March 2013 18:15, Thiago Macieira wrote: > On terça-feira, 26 de março de 2013 14.07.56, Sergio Ahumada wrote: >> As far as I understand, the CI is all in Finland, so GMT +2. > > In other words, the tests are effectively disabled. Yeap, and on all platforms too. I assume changing the CI ma

Re: [Development] Fwd: [GSoC Mentors Announce] Re: Now Accepting Applications for Mentoring Organizations for GSoC 2013

2013-03-27 Thread Alexander Rössler
Hello, It would be great if someone could apply as mentor. I'm actually interested as student working on Qt-specific thema. Even if I do not get the place, an extra volunteer during the summer days would not be bad for the Qt- Project. Best Regards Alexander Rössler On Wednesday 27 March 2013

Re: [Development] Bumping Qt 5 version in 'dev' branch to 5.2.0

2013-03-27 Thread Ahumada Sergio
> I am not sure what actions you expect from us. Should we update the > .qmake.conf in the dev branch of our > submodules or we should not touch that yet? Could you please clarify? > > Laszlo Hi, I don't expect anything from anybody. This is a pure informational email that was sort of request

Re: [Development] Bumping Qt 5 version in 'dev' branch to 5.2.0

2013-03-27 Thread Laszlo Papp
On Wed, Mar 27, 2013 at 5:52 PM, Ahumada Sergio wrote: > Hi, > > The first change is https://codereview.qt-project.org/52505 > Empty change log files will come after this change is merged. > I am not sure what actions you expect from us. Should we update the .qmake.conf in the dev branch of our s

[Development] Fwd: [GSoC Mentors Announce] Re: Now Accepting Applications for Mentoring Organizations for GSoC 2013

2013-03-27 Thread Thiago Macieira
If there's any interest, a prospective admin must move NOW. I will not volunteer as admin. -- Forwarded message -- Subject: [GSoC Mentors Announce] Re: Now Accepting Applications for Mentoring Organizations for GSoC 2013 Date: quarta-feira, 27 de março de 2013, 11.33.37 From: C

Re: [Development] [GSTREAMER/QML] How to pass custom options from qml to gst

2013-03-27 Thread Ing. Rayner Pupo Gomez
You can create your own video surface using gstreamer, add whatever you want (support for gstreamer parameters) to it. It should be not the best practice but it should work any way. There is some examples from Qt5 docs that demostrate how to create custom video surfaces. http://www.uci.cu __

Re: [Development] R: [GSTREAMER/QML] How to pass custom options from qml to gst

2013-03-27 Thread Johan Thelin
I believe that Rob Clark did something like this for the OMAP a while ago using shaders. Could be interesting to look into. Cheers, Johan Thelin Recommended on-line reading: http://www.thelins.se | http://www.qtcentre.org Recommended off-line reading: The Foundations of Qt Development (ISBN: 1-5

Re: [Development] R: [GSTREAMER/QML] How to pass custom options from qml to gst

2013-03-27 Thread Tomasz Olszak
Hi, As far as i know Qt uses in QtMultimedia fakesink and xvideosink for gstreamer pipeline. If you want to use custom videosink you should create your own Qml plugin. There are some examples on the web: http://imxcv.blogspot.com/2012/03/video-to-texture-streaming-part-2-imx6.html This above crea

Re: [Development] R: [GSTREAMER/QML] How to pass custom options from qml to gst

2013-03-27 Thread Thiago Macieira
On quarta-feira, 27 de março de 2013 16.42.08, Matteo Brichese wrote: > In the gstreamer list they don't know anything about qt/qml, I know how to > play video with gstreamer, but I don't know how to play video in qml using > gstreamer. Do you know how to do it with the GStreamer API? Besides, I

[Development] Bumping Qt 5 version in 'dev' branch to 5.2.0

2013-03-27 Thread Ahumada Sergio
Hi, The first change is https://codereview.qt-project.org/52505 Empty change log files will come after this change is merged. Cheers, -- Sergio Ahumada Release Engineer - Digia, Qt ___ Development mailing list Development@qt-project.org http://lists.qt-

Re: [Development] Compiling with GCC 4.8

2013-03-27 Thread Olivier Goffart
On Wednesday 27 March 2013 11:20:21 David Narvaez wrote: > On Wed, Mar 27, 2013 at 9:51 AM, Thiago Macieira > > wrote: > > 1) I don't want fixes to issues that don't make it to the release of that > > compiler. If you can find in the standard saying the new behaviour is > > correct, > > then fine

[Development] R: [GSTREAMER/QML] How to pass custom options from qml to gst

2013-03-27 Thread Matteo Brichese
On Wed, Mar 27, 2013 at 8:27 AM, Matteo Brichese wrote: >> Hi everyone, I don't know if this is the right place to ask this question, >> but I cannot find better ML than this, so, if you know a better ML to ask, >> please tell me and sorry. >> >> I've a gstreamer 0.10.36 installation on my boa

Re: [Development] [GSTREAMER/QML] How to pass custom options from qml to gst

2013-03-27 Thread David Narvaez
On Wed, Mar 27, 2013 at 8:27 AM, Matteo Brichese wrote: > Hi everyone, I don't know if this is the right place to ask this question, > but I cannot find better ML than this, so, if you know a better ML to ask, > please tell me and sorry. > > I've a gstreamer 0.10.36 installation on my board and

Re: [Development] Compiling with GCC 4.8

2013-03-27 Thread David Narvaez
On Wed, Mar 27, 2013 at 9:51 AM, Thiago Macieira wrote: > 1) I don't want fixes to issues that don't make it to the release of that > compiler. If you can find in the standard saying the new behaviour is > correct, > then fine. But otherwise, it might be a compiler bug that gets fixed > before the

Re: [Development] Compiling with GCC 4.8

2013-03-27 Thread Thiago Macieira
On quarta-feira, 27 de março de 2013 14.17.58, Stephen Kelly wrote: > Have you changed your mind on that? > > Why does the release of 4.8.0 change anything? I think of two reasons: 1) I don't want fixes to issues that don't make it to the release of that compiler. If you can find in the standard

[Development] [GSTREAMER/QML] How to pass custom options from qml to gst

2013-03-27 Thread Matteo Brichese
Hi everyone, I don't know if this is the right place to ask this question, but I cannot find better ML than this, so, if you know a better ML to ask, please tell me and sorry. I've a gstreamer 0.10.36 installation on my board and it's hw accelerated, now I'm trying to make some test with QtMult

Re: [Development] Compiling with GCC 4.8

2013-03-27 Thread Stephen Kelly
On Monday, March 25, 2013 16:24:01 Thiago Macieira wrote: > On segunda-feira, 25 de março de 2013 22.46.36, Stephen Kelly wrote: > > On Monday, February 25, 2013 17:12:02 Stephen Kelly wrote: > > > On Monday, February 25, 2013 08:07:48 Thiago Macieira wrote: > > > > It was a matter of timing. Since

[Development] Qt 5.0.2 RC -- Release Testing

2013-03-27 Thread Salovaara Akseli
Hi, Qt 5.0.2 RC release testing has been started. We would like to kindly ask the Qt Community for help by testing the new packages. 1. Installer packages are available here: http://releases.qt-project.org/qt5/5.0.2-rc1/ 2. Known issues are available here: http://qt-project.org/wiki/Qt50