Re: [Development] Qt 5 QMessageBox doesn't respond?

2012-10-17 Thread Sorvig Morten
This is starting to sound like a candidate for a revert. However, we are still unable to reproduce it here. Are you able to debug it a bit more? Where do the mouse clicks go? Profile it with instruments and see where it spins. Morten On Oct 16, 2012, at 7:18 PM, Stephen Chu step...@ju-ju.com

Re: [Development] Qt 5 QMessageBox doesn't respond?

2012-10-16 Thread Stephen Chu
I find the problem is caused by this commit: http://qt.gitorious.org/qt/qtbase/commit/595deca5c909d99a8cd157b9fb6c82c64b1db1f5 Backing it out fixes the problem. The bug is closed for not reproducible. But I built and ran Qt 5 on different Macs (10.7 and 10.8) and they also show the same hanging

Re: [Development] Qt 5 QMessageBox doesn't respond?

2012-10-14 Thread Stephen Chu
On 10/11/12 12:06 PM, Stephen Chu wrote: I am wondering if this is the result of switching qtbase to master instead of staying wiht qt5. When I call this on a Mac: QMessageBox::warning(NULL, , warning!); The dialog shows up but clicking at the OK button doesn't dismiss it. And

[Development] Qt 5 QMessageBox doesn't respond?

2012-10-11 Thread Stephen Chu
I am wondering if this is the result of switching qtbase to master instead of staying wiht qt5. When I call this on a Mac: QMessageBox::warning(NULL, , warning!); The dialog shows up but clicking at the OK button doesn't dismiss it. And QMessageBox code is taking 100% of a core

Re: [Development] Qt 5 QMessageBox doesn't respond?

2012-10-11 Thread Marc Mutz
On Thursday October 11 2012, Stephen Chu wrote: I am wondering if this is the result of switching qtbase to master instead of staying wiht qt5. When I call this on a Mac: QMessageBox::warning(NULL, , warning!); The dialog shows up but clicking at the OK button doesn't dismiss it.