[Development] Release blocker: printing on OSX 10.9

2014-04-06 Thread John Layt
Hi, Bug report https://bugreports.qt-project.org/browse/QTBUG-38023 is a release blocker as it causes an immediate crash in any Mac app using printing when run as an app bundle on OSX 10.9 Mavericks. It does not crash if the binary is run directly from the command line in 10.9, nor does it crash

[Development] Qt 5.2, activeFocusItem, QMenu and QMenuItem (bug)

2014-04-06 Thread Hamidreza Davoodi
Hello there, I'm encountering a problem with activeFocusItem in QQuickItem. According to this example [1], when you click on something and menu appears, it should be enabled. It actually did work in Qt 5.1 but not in Qt 5.2. I debugged it and found out when menu raises the activeFocusItem loses

Re: [Development] Qt 5.2, activeFocusItem, QMenu and QMenuItem (bug)

2014-04-06 Thread Alan Ezust
See this bug: https://bugreports.qt-project.org/browse/QTBUG-36332 On Sun, Apr 6, 2014 at 8:33 AM, Hamidreza Davoodi hrdav...@gmail.comwrote: Hello there, I'm encountering a problem with activeFocusItem in QQuickItem. According to this example [1], when you click on something and menu

Re: [Development] Qt 5.2, activeFocusItem, QMenu and QMenuItem (bug)

2014-04-06 Thread Hamidreza Davoodi
thank you. :) kinda fixed my issue around it with a few tricks. I'm hoping for a more stable Qt in 5.3. On Sun, Apr 6, 2014 at 7:19 PM, Alan Ezust alan.ez...@gmail.com wrote: See this bug: https://bugreports.qt-project.org/browse/QTBUG-36332 On Sun, Apr 6, 2014 at 8:33 AM, Hamidreza

[Development] qttools failed to compile during qt5.git stable integration

2014-04-06 Thread Heikkinen Jani
Hi all, Gt5.git stable integration https://codereview.qt-project.org/#change,82797 : qttools failed to compile :( qtdiag.cpp: In function 'void dumpGlInfo(QTextStream)': qtdiag.cpp:142:14: error: 'GLES1' is not a member of 'QOpenGLContext' make[3]: *** [.obj/qtdiag.o] Error 1 make[2]: ***

Re: [Development] qt5 dbus on mac

2014-04-06 Thread Rutledge Shawn
On 4 Apr 2014, at 7:19 PM, Nancy Feng (defeng) wrote: I tried to build qt5 with dubs on Mac OS X. I installed dbus from Macport, but when building qt5, it still complains not able find dbus. If I let it go by -continue option, build fails with unsatisfied dubs headers. Any instructions