Re: [Interest] Shader Program Linker error

2013-04-13 Thread Ramakanthreddy_Kesireddy
Hi, The OpenGL version string: 4.2.0 NVIDIA 302.26 on target. Does the below shader program error related to bug QTBUG-18529https://bugreports.qt-project.org/browse/QTBUG-18529? Thanks and Regards, Ramakanth From:

Re: [Interest] Shader Program Linker error

2013-04-13 Thread Ramakanthreddy_Kesireddy
Hi, am pasting the complete error here when I try to run sample video using Mediaplayer. Same error is being observed for the qtdeclarative scenegraph example. libEGL warning: use software fallback Qt at-spi: error getting the accessibility dbus address: The name org.a11y.Bus was not

Re: [Interest] Deployment by Qt Installer Framework

2013-04-13 Thread Tomasz Siekierda
On 13 April 2013 00:37, Muhammad Bashir Al-Noimi mbno...@gmail.com wrote: By the way, Is there any wizard or any rapid tool for quick and clean Qt deploying? There is macdeployqt for Mac OS X. Ivan is working on a similar tool for Windows and Linux, but I don't know current status.

[Interest] How to use DiffEditorPlugin::diff() API in my own Qt creator plugin?

2013-04-13 Thread gemfield
There have a DiffEditorPlugin::diff() API new added in Qt Creator 2.7, though I can use it from Qt Creator Menu, I want to use it directly from my own Qt Creator plugin.So, the question is: How to invoke DiffEditorPlugin::diff() API (with Qt Creator style)in my own Qt Creator plugin? Thanks.

Re: [Interest] Excel-like grid of numbers in QML

2013-04-13 Thread Charley Bay
Sergey asketh: Must Spreadsheet QML element be written using Qt C++? This is a very interesting exercise, IMHO, and I'm very interested in the results. (Please share as you learn stuff.) In the past, I've written and used many spread-sheet-widgets. The issues seem to come down to: (1) How

Re: [Interest] Deployment by Qt Installer Framework

2013-04-13 Thread Soroush R
On Sat, Apr 13, 2013 at 3:07 AM, Muhammad Bashir Al-Noimi mbno...@gmail.com wrote: Actually I use ldd for deploying Linux applications but recently one of my friends argued me about hell of Qt deploying specially in case some one needed to create rapid applications (by comparing with VB6 of

Re: [Interest] How to checkout and build 5.0.2 release?

2013-04-13 Thread Diego Iastrubni
With the risk of sounding too stupid.. I will ask.. How is exactly the code structured today? ON the Qt4.x times there was one single git repository and it was quite easy to understand how the visioning worked. Now a days - I am really confused. How is the repository saved? I must admit that