Re: [Development] QFileSystemWatcher and Recursive Monitoring

2012-07-26 Thread d3fault
On Thu, Jul 26, 2012 at 9:55 AM, logic.cpp wrote: > So how about something like this (others have suggested something along these > lines): > > In order to work recursively, Recursive isn't the same problem. Recursive is easy. The only problem with doing recursive before was that 256 fd limit on

Re: [Development] Moving QWindowSystemInterface out of QPA

2012-07-26 Thread Paul Olav Tvete
On Tuesday 24 July 2012 17:15:37 Girish Ramakrishnan wrote: > On Mon, Jul 23, 2012 at 4:31 AM, wrote: > > How about a third solution, that only exposes the three methods that are > > being used by QTestLib? We could turn QWSI into a namespace, and forward > > declare the required methods in qtes

Re: [Development] QFileSystemWatcher and Recursive Monitoring

2012-07-26 Thread logic.cpp
So how about something like this (others have suggested something along these lines): In order to work recursively, the file-system watcher class will require the user to implement a sort of snapshotting "backend" which will be interfaced/used for FS change comparisons. And only as a "bonus", t

Re: [Development] Unable compiling Qt5 with -no-opengl option

2012-07-26 Thread Stephane Cerveau
Dear all, It seems that from the 20th of june, the build process changeda lot, so my patch is not appliable to the current HEAD revision. Sorry for the vain joy ;) On 07/26/2012 04:05 PM, Laszlo Papp wrote: > Hi Stephane, > >> I encounter this issue and here is my patch to build with -no-opengl.

Re: [Development] Unable compiling Qt5 with -no-opengl option

2012-07-26 Thread Stephane Cerveau
Ok i'll submit it On 07/26/2012 04:05 PM, Laszlo Papp wrote: > Hi Stephane, > >> I encounter this issue and here is my patch to build with -no-opengl. > Great, you took some effort about the issue. In general, could you > please get patches through Gerrit? > http://qt-project.org/wiki/Gerrit-Introd

Re: [Development] Unable compiling Qt5 with -no-opengl option

2012-07-26 Thread Laszlo Papp
Hi Stephane, > I encounter this issue and here is my patch to build with -no-opengl. Great, you took some effort about the issue. In general, could you please get patches through Gerrit? http://qt-project.org/wiki/Gerrit-Introduction Best Regards, Laszlo Papp

Re: [Development] Unable compiling Qt5 with -no-opengl option

2012-07-26 Thread Stephane Cerveau
Dear all, I encounter this issue and here is my patch to build with -no-opengl. Best regards. Stéphane On 07/26/2012 12:39 PM, Fred Fung wrote: Hi, I downloaded Qt5 beta from http://origin.releases.qt-project.org/qt5.0/beta-snapshots/2012-07-25_07-00-44 Here is my configure script,

[Development] The containers in the "containers" branch

2012-07-26 Thread Thiago Macieira
Last week I uploaded the containers changes to the "containers" branch of qtbase, out of urging by someone (I can't remember who that was now). The idea was that we could pass them through the CI. Nothing has happened yet. Now, I no longer have any interest in the containers. I'll keep them worki

[Development] Unable compiling Qt5 with -no-opengl option

2012-07-26 Thread Fred Fung
Hi, I downloaded Qt5 beta from http://origin.releases.qt-project.org/qt5.0/beta-snapshots/2012-07-25_07-00-44 Here is my configure script, ./configure -prefix /home/ff/qt5dist -nomake examples -nomake tests -opensource -silent -v -release -shared \ -platform linux-g++-32 -xplatform li