Re: [Development] QFileSystemWatcher and Recursive Monitoring

2012-07-27 Thread d3fault
On Thu, Jul 26, 2012 at 9:55 AM, logic.cpp logic@gmail.com 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

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

2012-07-27 Thread Fred Fung
Thanks for your replypatch. but the issue still exists.Interrelated bug in https://bugreports.qt-project.org/browse/QTBUG-25821 https://bugreports.qt-project.org/browse/QTBUG-25425 best regards,fred fung ___ Development mailing list

Re: [Development] QFileSystemWatcher and Recursive Monitoring

2012-07-27 Thread logic.cpp
BH I think this is very much like what I was trying to describe. It's really annoying that Mac=Snow Leopard is forcing us into such corners, but if it works and it pleases all Qt evangelists :) then maybe this'll do. ___ Development mailing list

Re: [Development] QFileSystemWatcher and Recursive Monitoring

2012-07-27 Thread d3fault
On Jul 27, 2012 6:02 AM, logic.cpp logic@gmail.com wrote: BH I think this is very much like what I was trying to describe. I think so too, it was immediately after reading your post that the design jumped out at me. The confusing part was your stating that the interface should be

[Development] Cherry pick fix from Qt5 to Qt 4.8.x

2012-07-27 Thread Thiago A . Corrêa
Hi, I've sent a patch to Qt5 that's already integrated, and I would like to cherry pick it for qt 4.8. I haven't found the process documented anywhere, could someone point me in the right direction? I must say I'm not very good with Git, so the more details the better. Appreciate the

Re: [Development] Cherry pick fix from Qt5 to Qt 4.8.x

2012-07-27 Thread Thiago Macieira
On sexta-feira, 27 de julho de 2012 13.35.00, Thiago A. Corrêa wrote: Hi, I've sent a patch to Qt5 that's already integrated, and I would like to cherry pick it for qt 4.8. I haven't found the process documented anywhere, could someone point me in the right direction? I must say I'm

Re: [Development] Cherry pick fix from Qt5 to Qt 4.8.x

2012-07-27 Thread Sergio Ahumada Navea
On 07/27/2012 06:35 PM, Thiago A. Corrêa wrote: Hi, I've sent a patch to Qt5 that's already integrated, and I would like to cherry pick it for qt 4.8. I haven't found the process documented anywhere, could someone point me in the right direction? I must say I'm not very good with

Re: [Development] Cherry pick fix from Qt5 to Qt 4.8.x

2012-07-27 Thread shane.kearns
There are two ways to do it, using a cherry pick or using a patch file. The main difficulty is where files have moved around (e.g. tests/auto structure has changes or files moved from src/gui to src/widgets) In either case, edit the commit message to include the SHA1 of the change you