Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bug where a widget would not always get the correct Cursor in Cocoa | Norwegian Rock Cat | 2009-04-14 | 1 | -0/+2 |
| | | | | | | | | | | Cocoa has a different way of dealing with cursors than our heavy handed approach that we used in Carbon. We simply need to re-implement the proper function in NSView and set up the rectangles for the cursor correctly. We also need to expose an QCursor2NSCursor type functions since the current QCursor::handle() is useless for doing this and we shouldn't change that. With this change things seem to work much more like the native stuff for both Carbon and Cocoa. | ||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+160 |