Re: [Interest] Announcement of Copy - A Qt based cross platform sync app

2013-02-22 Thread Mandeep Sandhu
On Sat, Feb 23, 2013 at 8:54 AM, Jason Dictos wrote: > Hey everyone, > > As someone who has learned a lot on this mailing list, I > wanted to let you all know of a project I have been heavily involved in > creating this past year. It is called Copy (www.copy.com), and the UI is

[Interest] Announcement of Copy - A Qt based cross platform sync app

2013-02-22 Thread Jason Dictos
Hey everyone, As someone who has learned a lot on this mailing list, I wanted to let you all know of a project I have been heavily involved in creating this past year. It is called Copy (www.copy.com), and the UI is written entirely in Qt, using a single code base on Mac, Linux

Re: [Interest] Globally Converting QTapAndHoldGesture to Mouse Double Click

2013-02-22 Thread Joshua Grauman
That is a good thought, but I don't think that is the problem. I have a double click event handler on one of my widgets, and it's not even getting called. I would think that sending a double click event would cause the double click event handler to be called, so that's why I think that somehow

Re: [Interest] Qt5 cross compilation issues on Tegra3

2013-02-22 Thread Ramakanthreddy_Kesireddy
Hi, Actually as neon support is enabled for Tegra3 targetfs, -mfloat-abi=soft is disabling the neon. Please suggest the changes we need to make in qmake.conf as attached. Br, Ramakanth From: interest-bounces+ramakanthreddy_kesireddy=mahindrasatyam@qt

[Interest] ECMA "strict mode" in QtScript?

2013-02-22 Thread Christian Schneider
Hi everybody. When using QtScript in an application, is there a way to enable strict mode for script code, as the statement "use strict" should do [1]? A simple experiment with Qt 4.8 indicates that the "use strict" statement does not have any effect. There are no hints on the strict mode in the

[Interest] RouteMap using Qtlocation module in Qt5.0

2013-02-22 Thread Ramakanthreddy_Kesireddy
Hi, I have extracted the latest sources from Qt location repository and trying to implement the RouteQuery,RouteModel using below code. We donot see any route map updated. import QtQuick 2.0 import QtLocation 5.0 Item { width: 1240; height: 480 focus:true Map { id:newma