Re: [Development] Qt online installer "source code": where is it?

2013-07-24 Thread Thiago Macieira
On quarta-feira, 24 de julho de 2013 17:12:50, achart...@fastmail.fm wrote: > Hi, > > I am not sure if this is the right mailing list to ask but I thought I'd > ask anyway. > > >From my understanding, the Qt online installer is implemented using the > > Qt Installer Framework. I am currently wor

Re: [Development] Implementation of qFuzzyCompare and zero values

2013-07-24 Thread Thiago Macieira
On quarta-feira, 24 de julho de 2013 20:32:26, Juan Navarro wrote: > Hello all, > > I’m using qFuzzyCompare(a, b) in order to handle all floating point > comparisons, but it has severe limitations when a or b may be zero. > > Somewhere in the docs it is recommended to add +1 to the values, but this

[Development] Implementation of qFuzzyCompare and zero values

2013-07-24 Thread Juan Navarro
Hello all, I’m using qFuzzyCompare(a, b) in order to handle all floating point comparisons, but it has severe limitations when a or b may be zero. Somewhere in the docs it is recommended to add +1 to the values, but this is not a really useful suggestion because some of the values might be -1.0,

Re: [Development] QtQuick External Drag Drop Partial Patch -- Help Requested

2013-07-24 Thread Chris Meyer
On Wed, Jul 24, 2013 at 1:36 AM, Rutledge Shawn wrote: > > On 23 Jul 2013, at 9:16 PM, Chris Meyer wrote: > > > I've been working on adding support for external drag and drop to > QtQuick. I've created a patch which addresses the basic needs and have used > the resulting capabilities in my non-tri