Re: [Interest] QML Video with Phonon

2012-12-10 Thread Robert Voinea
On Monday 10 December 2012 09:59:36 Mehmet İpek wrote: You can look for the file if exists with some other code (maybe with QFileInfo) before setting it as source to qml item. Well... I can't do that. All the video sources are network cameras. Some are reachable, some are not. I can test if

[Interest] Custom QQuick3D text

2012-12-10 Thread Satya Praveen Ganapathi
Hi, Iam using Qt5 beta2 on ubuntu desktop Linux and latest Qt3D sources to render text in 3D space. Iam not sure how can we render text in drawItem(QGLPainter *painter) as there are incorrect codes in this function TextItem3D::drawItem(). Please let me know in this regard. Class

Re: [Interest] reading javascript body from c++

2012-12-10 Thread Thomas McGuire
Hi, On Saturday 08 December 2012 20:18:50 Andy Mayer wrote: Am 08.12.2012 19:25, schrieb Thomas McGuire: On Saturday 08 December 2012 11:34:17 Andy Mayer wrote: I have a question regarding the possibilty of reading the body of a javascript function from c++. I want to create a DSL based on

Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-12-10 Thread Stephan Kanthak
Hi all, I promised to get back on this, once Prabindh and I find out more about the real issues: 1. I got this working cleanly for Qt5 + LinuxFB/EGL + OMAP4 using (the rather old) TI SGX driver release 4.04.00.03 by adding a get_update_mode() callback to the appropriate panel driver in the

Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-12-10 Thread Samuel Rødal
On 12/10/2012 11:31 AM, Stephan Kanthak wrote: Hi all, I promised to get back on this, once Prabindh and I find out more about the real issues: 1. I got this working cleanly for Qt5 + LinuxFB/EGL + OMAP4 using (the rather old) TI SGX driver release 4.04.00.03 by adding a get_update_mode()

[Interest] [Qt3D] Is it usable yet?

2012-12-10 Thread BOUCARD Olivier
Hello guys, First, is this a good place to talk about Qt3D? This weekend I was playing with Qt5 and Qt3D. So I built Qt5 and Qt3D from Git using the official documentation. And the result is that it is partially usable. So my first question is: is Qt3D ready? I have two problems: *

Re: [Interest] reading javascript body from c++

2012-12-10 Thread Andy Mayer
Am 10.12.2012 10:01, schrieb Thomas McGuire: Hi, On Saturday 08 December 2012 20:18:50 Andy Mayer wrote: Am 08.12.2012 19:25, schrieb Thomas McGuire: On Saturday 08 December 2012 11:34:17 Andy Mayer wrote: I have a question regarding the possibilty of reading the body of a javascript

Re: [Interest] [Qt3D] Is it usable yet?

2012-12-10 Thread Sean Harmer
Hi, On Monday 10 December 2012 14:01:15 BOUCARD Olivier wrote: Thanks for the answer. You're welcome. Yes, at the moment it is only to use it. So I keep going on this list. I following this project since a while now. It is strange that is not a prominent module as, IMHO, it is the

Re: [Interest] Experience with Qt 5 RC 1 on Mac OS X 10.8

2012-12-10 Thread Sorvig Morten
On Dec 8, 2012, at 11:55 AM, Till Oliver Knoll till.oliver.kn...@gmail.com wrote: There are however two more points: * What is the status of the native Mac toolbar? I remember that this is a separate ongoing project - any news about that? QtMacUnifiedToolBar is available from

Re: [Interest] [Qt3D] Is it usable yet?

2012-12-10 Thread Sean Harmer
On Monday 10 December 2012 14:22:49 Sean Harmer wrote: The editor problem is probably link to the same issue as QtCreator still look in the import folder. Quite possible indeed. The patch I mentioned is integrating right now so hopefully that will solve it. The patch has been merged.

Re: [Interest] [Qt3D] Is it usable yet?

2012-12-10 Thread BOUCARD Olivier
Thank you for your support. I will try that as soon as I can have some spare time. Olivier. De : Sean Harmer sean.har...@kdab.com À : interest@qt-project.org Cc : BOUCARD Olivier boucard_oliv...@yahoo.fr Envoyé le : Lundi 10 décembre 2012 16h16 Objet : Re:

Re: [Interest] reading javascript body from c++

2012-12-10 Thread Thiago Macieira
On segunda-feira, 10 de dezembro de 2012 13.44.23, Andy Mayer wrote: But for my DSL (declaration of a special petri net) I need the body of the javascript functions. The workaround looks quite interesting... This of it this way: you can't get the source code as written by the user, but you

Re: [Interest] Experience with Qt 5 RC 1 on Mac OS X 10.8

2012-12-10 Thread Till Oliver Knoll
2012/12/10 Sorvig Morten morten.sor...@digia.com: ... QtMacUnifiedToolBar is available from QtMacExtras, see http://qt.gitorious.org/qtplayground/qtmacextras . Using it in Assistant: https://codereview.qt-project.org/#change,38144 . As you can see from the comments on that change there are

Re: [Interest] reading javascript body from c++

2012-12-10 Thread Jan Krause
Am 10.12.2012 16:55, schrieb Thiago Macieira: On segunda-feira, 10 de dezembro de 2012 13.44.23, Andy Mayer wrote: But for my DSL (declaration of a special petri net) I need the body of the javascript functions. The workaround looks quite interesting... This of it this way: you can't get the