[Development] Help with QTBUG-40346 (QDrag cursors on Mac) fix or work around

2014-11-13 Thread Ben Medina
Hello all, I'm attempting to fix or work around this bug: https://bugreports.qt-project.org/browse/QTBUG-40346 I can see how the cursor swapping is done on Windows, but it's platform-specific. On the Mac, we call NSView's dragImage:at:offset:event:pasteboard:source:slideBack:, and I haven't found

[Development] Detecting full-screen mode on the Mac

2014-06-23 Thread Ben Medina
Hello all, I'm attempting a fix for this bug: https://bugreports.qt-project.org/browse/QTBUG-39403 Our app currently uses 5.2.1, so that's the context. As you can see from my post, using the qt_mac_app_fullscreen Boolean seems to no longer work. So I attempted to look at the QWindow's visibility p