Re: [Development] StereoViewport for Qt3D

2013-11-17 Thread Svenn-Arne Dragly
On Wed 06 Nov 2013 12:54:07 PM CET, Rutledge Shawn wrote: > > On 28 Oct 2013, at 10:35 PM, Svenn-Arne Dragly wrote: >> >> Secondly, I was missing a stereo option for the default QML Viewport >> element, and decided to have a look at the implementation in QGLView to >> see if I could port that to th

Re: [Development] QInotifyFileSystemWatcherEngine might have incomplete data?

2013-11-17 Thread Mark Gaiser
On Sun, Nov 17, 2013 at 9:20 PM, Mark Gaiser wrote: > On Sun, Nov 17, 2013 at 8:03 PM, Olivier Goffart wrote: >> On Sunday 17 November 2013 19:07:48 Mark Gaiser wrote: >> >>> 4. GDB (or whatever you used) should hit the bearkpoint. Now inspace >>> the "event" members (name specifically). It's emp

Re: [Development] QInotifyFileSystemWatcherEngine might have incomplete data?

2013-11-17 Thread Mark Gaiser
On Sun, Nov 17, 2013 at 8:03 PM, Olivier Goffart wrote: > On Sunday 17 November 2013 19:07:48 Mark Gaiser wrote: > >> 4. GDB (or whatever you used) should hit the bearkpoint. Now inspace >> the "event" members (name specifically). It's empty while it shouldn't >> be. > > Hi, > I'd add a qDebug()

Re: [Development] QInotifyFileSystemWatcherEngine might have incomplete data?

2013-11-17 Thread Olivier Goffart
On Sunday 17 November 2013 19:07:48 Mark Gaiser wrote: > 4. GDB (or whatever you used) should hit the bearkpoint. Now inspace > the "event" members (name specifically). It's empty while it shouldn't > be. Hi, I'd add a qDebug() to be sure. Maybe it's just GDB giving wronf information. Perhaps t

[Development] QInotifyFileSystemWatcherEngine might have incomplete data?

2013-11-17 Thread Mark Gaiser
Hi, I'm trying to make my first little steps in making a Qt patch to implement a: signal created(const QString& path) because that would allow you to know which files get created in a folder that is being watched. KDirWatch has that feature, QFileSystemWatcher doesn't. However, when trying to i