[Interest] Qt5 Beta 2 multimedia thumbnail issue

2012-11-26 Thread Ramakanthreddy_Kesireddy
Hi, Am using Qt5 beta 2 Ubutu 12.04 desktop. The thumbnail info is not getting retrieved from Qt Multimedia metadata namespace though other metadata information is getting retrieved. Could you please let me know if this is a known issue in Qt5 Beta 2 multimedia? Thanks and Regards,

Re: [Interest] [OT] Is it possible to detect hard drive type (fixed/removable) on Windows using Qt?

2012-11-26 Thread Samuel Gaist
If you want to be cross-platform, you might be interested in KDE's Solid library (they are in the process of modularizing it). It's Qt based and does not need the whole KDE framework . Hope it helps, Samuel On 26 nov. 2012, at 13:53, Francisco Ares wrote: Hello. Sorry for this off-topic.

[Interest] Re: Replacing QIcon with QImage in a existing model, how can i do that?

2012-11-26 Thread Jan Kundrát
On Saturday, 24 November 2012 22:43:54 CEST, Mark wrote: Now i was expecting this to work: setData(modelIndex, _my_qimage_thumbnail_, Thumbnail); Sadly that doesn't work. setData will just return false. So what am i doing wrong here? Is the index build up wrongly? Or do i need to do some

[Interest] 60FPS and FBO

2012-11-26 Thread Thomas Senyk
Hi, the context of this is mail is: - scenegraph - FBO based effects (plain shader-effects, qtgraphicaleffects, qt3d) - embedded hardware / opengl es 2.0 I've noticed that on a lot of embedded systems the FPS drops rather drastically (e.g. from 60 to 30 with one effect, from 30 to 10-15

Re: [Interest] QGraphicsView regressions on Mac in Qt 5(beta 2)

2012-11-26 Thread John Weeks
On 21-Nov-2012, at 8:08 AM, Björn Piltz wrote: 6. Stacking order of OpenGL widgets aren't respected in MDI mode. This isn't new. From the QGLWidget documentation in 4.8 (and maybe earlier): On Mac OS X, when Qt is built with Cocoa support, a QGLWidget can't have any sibling widgets placed

[Interest] qmlscene not generated by Qt5 Beta2 cross-compile

2012-11-26 Thread VStevenP
I notice that qmlscene is not present in the output bin directory generated by the Qt5 Beta2 cross-compile configure/make/make install process. I can see that there is a qt-everywhere-opensource-src-5.0.0-beta2/qtdeclarative/tools/qmlscene directory in my source tree, but the qmlscene program

Re: [Interest] 60FPS and FBO

2012-11-26 Thread Florian Boucault
Hi Thomas, I have noticed similar issues on Linux based systems. I use the following environment variables that fixes the issue for me: QML_FORCE_THREADED_RENDERER=1 Florian On 26/11/12 16:50, Thomas Senyk wrote: Hi, the context of this is mail is: - scenegraph - FBO based effects

[Interest] Dynamically generating a states and transitions array in javascript?

2012-11-26 Thread Mark
Hi, I have a states array in QML that looks like this: states: [ State { name: icon PropertyChanges { target: viewContainer; source: views/IconView.qml } }, State { name: list PropertyChanges { target: viewContainer;

[Interest] Qt -4.8.3 self compiled is corrupted when complete

2012-11-26 Thread Mike Jackson
I am trying to compile Qt 4.8.3 with a fully patched Visual Studio 2010 Service Pack 1 as a 64 bit compile. When the compile finishes and I try to launch assistant or designer they just crash out. No error dialog or anything. They just refuse to launch. I used the following command from a Visual

[Interest] Qt5 Beta 2 issue

2012-11-26 Thread Ramakanthreddy_Kesireddy
Hi, Am using Qt5 beta 2 Ubutu 12.04 desktop. The thumbnail info is not getting retrieved from Qt Multimedia metadata namespace though other metadata information is getting retrieved. Could you please let me know if this is a known issue in Qt5 Beta 2 multimedia? Thanks and Regards,

Re: [Interest] Qt -4.8.3 self compiled is corrupted when complete

2012-11-26 Thread Koehne Kai
-Original Message- From: interest-bounces+kai.koehne=digia@qt-project.org [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On Behalf Of Mike Jackson Sent: Tuesday, November 27, 2012 3:54 AM To: interest@qt-project.org Subject: [Interest] Qt -4.8.3 self compiled is