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

2012-12-10 Thread Ramakanthreddy_Kesireddy
Hi, I would like to see Text in 3D space as I had been trying hard for the last week to render text in 3D space using custom QQuickItem3D but somehow couldnot manage to render text. Your help in this is greatly appreciated. Best Regards, Ramakanth From

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

2012-12-10 Thread Stephan Kanthak
Hi Samuel, On 12/10/2012 11:40 AM, Samuel Rødal wrote: > On 12/10/2012 11:31 AM, Stephan Kanthak wrote: >> ... >> continue to check the Android SDK path again. > Which Android SDK part would that be? You might be interested in > http://qt-project.org/wiki/Korhal > Sorry about not being too specifi

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

2012-12-10 Thread Lincoln Ramsay
Since QML has a JavaScript engine underneath it, have you tried using JavaScript to get the text of the function and store it in a string variable for C++ to grab? ie. http://stackoverflow.com/questions/3379875/can-javascript-get-a-function-as-text I don't know if this actually works or not bu

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

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 : > ... > 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 different opinion

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 c

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 >À : interest@qt-project.org >Cc : BOUCARD Olivier >Envoyé le : Lundi 10 décembre 2012 16h16 >Objet : Re: Re: [Interest] [Qt3D] Is it usable yet?

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] Qt VS Addin

2012-12-10 Thread Duane
On 12/08/2012 09:10 AM, Philippe wrote: > http://origin.releases.qt-project.org/digia_vsaddin/ > Thanks but does this beta support VS 2012? > > On Sat, 08 Dec 2012 08:03:03 -0500 > Duane wrote: > >> Will there be a VS addin for VS 2012 and Qt4? I've asked this before >> but with no response

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 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 QtMacExtras, see http://qt.git

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 gre

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

2012-12-10 Thread BOUCARD Olivier
Thanks for the answer. 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 greatest addition to QML I have seen. While it could be a good idea to think about third pa

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 function

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

2012-12-10 Thread Sean Harmer
Hi, On Monday 10 December 2012 10:59:23 BOUCARD Olivier wrote: > Hello guys, > > First, is this a good place to talk about Qt3D? For use of it yes this is fine. For development of it development@ would be better. > This weekend I was playing with Qt5 and Qt3D. Glad to see there is interest in

[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: * Th

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_

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 k

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

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

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

2012-12-10 Thread Bo Thorsen
Den 08-12-2012 11:34, Andy Mayer skrev: Dear all, 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 QML and I have to read the body of a javascript function. e.g. QML: Item { function action() { c

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

Re: [Interest] QML Video with Phonon

2012-12-10 Thread Mehmet İpek
You can look for the file if exists with some other code (maybe with QFileInfo) before setting it as source to qml item. On Fri, Dec 7, 2012 at 4:09 PM, Robert Voinea wrote: > Hi list > > > > I have tried to create a QML Item for video playback using phonon. For > that I am creating a video wid