Re: [Interest] QtQuickControls in Qt5.2 alpha

2013-10-03 Thread Rutledge Shawn
On 4 Oct 2013, at 6:44 AM, Ramakanthreddy Kesireddy wrote: > Please let me know if QtQuickControls work only for desktop operating systems > in Qt5.2 alpha > I intend to use QtQuickControls for desktop linux and embedded linux > platforms. They will work on embedded platforms too, but the defau

Re: [Interest] QtQuickControls in Qt5.2 alpha

2013-10-03 Thread Ramakanthreddy Kesireddy
Please let me know if QtQuickControls work only for desktop operating systems in Qt5.2 alpha I intend to use QtQuickControls for desktop linux and embedded linux platforms. Br, Ramakanth From: Ramakanthreddy Kesireddy Sent: 30 September 2013 17:44 To: 'interest@qt-project.org' Subject: QtQuick

Re: [Interest] Calling QSettings::value() with an empty key name triggers an assert

2013-10-03 Thread Thiago Macieira
On quinta-feira, 3 de outubro de 2013 10:13:09, Etienne Sandré-Chardonnal wrote: > Asserting is not very coherent for many reasons, including: > - Staying silent in release mode is then a problem. > - As Q_ASSERTs only work in debug mode they are not a proper solution > here. Q_ASSERTS are there

Re: [Interest] Qt on PS4 and SteamOS

2013-10-03 Thread Thiago Macieira
On quinta-feira, 3 de outubro de 2013 13:27:07, Phil Hannent wrote: > BSD. Windows NT used to have a BSD network stack if my memory serves. It never did. Windows has always had a BSD-like network stack called WinSock, with subtly incompatible behaviour, which has never got fixed. It did have a

Re: [Interest] qTHaveModule Qt5.1.1 not working

2013-10-03 Thread Thiago Macieira
On quinta-feira, 3 de outubro de 2013 13:26:38, Ramakanthreddy Kesireddy wrote: > Hi Thiago, > > The modules are not present in qtbase/mkspecs/modules..Only README file > is present. > > Do we need to copy manually in the same? You should not have to copy anything. The files are placed there du

[Interest] [ANNOUNCE] GammaRay 1.3.2 Released

2013-10-03 Thread Allen Winter
Announcement = GammaRay 1.3.2 is here! This is a mainly a bugfix release. Highlights are: * Support more Qt5-specific data types * Fix crash on some QtQuick2 applicaitons * Support VTK6 * Fix compilation with Mac OSX 10.6 * Fix GDB injector on Mac OSX * Fix launching of bundles on

Re: [Interest] Does Qt have a cross platform + mobile "QSystemTrayIcon"?

2013-10-03 Thread Mark
On Thu, Oct 3, 2013 at 4:16 PM, Rutledge Shawn wrote: > > On 2 Oct 2013, at 4:40 PM, Joseph Crowell wrote: > > > On 02/10/2013 10:33 PM, Mark wrote: > >> On Wed, Oct 2, 2013 at 7:52 AM, Rutledge Shawn < > shawn.rutle...@digia.com> wrote: > >> > >> > >> Ensuring that it works on the mobile platform

Re: [Interest] Does Qt have a cross platform + mobile "QSystemTrayIcon"?

2013-10-03 Thread Rutledge Shawn
On 2 Oct 2013, at 4:40 PM, Joseph Crowell wrote: > On 02/10/2013 10:33 PM, Mark wrote: >> On Wed, Oct 2, 2013 at 7:52 AM, Rutledge Shawn >> wrote: >> >> >> Ensuring that it works on the mobile platforms too sounds like a good idea, >> to the extent that it's possible. But the lifecycle issu

Re: [Interest] qTHaveModule Qt5.1.1 not working

2013-10-03 Thread Ramakanthreddy Kesireddy
Hi Thiago, The modules are not present in qtbase/mkspecs/modules..Only README file is present. Do we need to copy manually in the same? Thanks and Regards, Ramakanth -Original Message- From: interest-bounces+ramakanthreddy.kesireddy=techmahindra@qt-project.org [mailto:interest-bou

Re: [Interest] Qt on PS4 and SteamOS

2013-10-03 Thread Mandeep Sandhu
On Thu, Oct 3, 2013 at 5:57 PM, Phil Hannent wrote: > On 3 October 2013 05:07, Mandeep Sandhu > wrote: > > > > On Wed, Oct 2, 2013 at 2:43 PM, Mojmír Svoboda > > wrote: > >> > >> * Mandeep Sandhu [2013-09-30 16:08:44 > >> +0530]: > >> > >> > As for PS4 I don't know what OS it runs. You might h

Re: [Interest] Qt on PS4 and SteamOS

2013-10-03 Thread Phil Hannent
On 3 October 2013 05:07, Mandeep Sandhu wrote: > > On Wed, Oct 2, 2013 at 2:43 PM, Mojmír Svoboda > wrote: >> >> * Mandeep Sandhu [2013-09-30 16:08:44 >> +0530]: >> >> > As for PS4 I don't know what OS it runs. You might have to add a QPA >> > plugin >> > for it for running Qt on its graphics st

[Interest] QGraphicsView widgets have transparent background

2013-10-03 Thread Calogero Mauceri
Hi all, I'm creating a widget having as parent a QGraphicsView. When the widget is shown it is drawn with a transparent background, as you can see in the following link http://tinypic.com/r/2ildg7r/5 Here is the code I use to create the widget // initialize the view scene = new

Re: [Interest] OGL, gluPickMatrix similar function in Qt?

2013-10-03 Thread Thomas Meyer
Hi, (answering myself) no, but it is easy to implement the original: ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.0.tar.gz in ...\glu-9.0.0\src\libutil\project.c last function: ... void GLAPIENTRY gluPickMatrix(GLdouble x, GLdouble y, GLdouble deltax, GLdouble deltay, GLint viewport[4]

Re: [Interest] Calling QSettings::value() with an empty key name triggers an assert

2013-10-03 Thread Etienne Sandré-Chardonnal
Well, I did not want to say "silently" when I said "quietly". I should have written : "It should fail but in a friendly manner, maybe with a qWarning" Asserting is not very coherent for many reasons, including: - Staying silent in release mode is then a problem. - As Q_ASSERTs only work in debug