Issue 77848 - OpenOffice specific cursors missing
Summary: OpenOffice specific cursors missing
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: MacOSX (show other issues)
Version: 680m211
Hardware: Mac Mac OS X, all
: P3 Trivial (vote)
Target Milestone: OOo 2.4
Assignee: thorsten.martens
QA Contact: issues@porting
URL:
Keywords: aqua
: 77847 (view as issue list)
Depends on:
Blocks:
 
Reported: 2007-05-27 10:51 UTC by ismaelooo
Modified: 2009-04-28 12:12 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ismaelooo 2007-05-27 10:51:23 UTC
Some OOo specific cursors are missing in aqua (76 cursors missing). 
Indeed, the current implementation uses Carbon. With this API we can only use
system cursors (ones used by Mac OS X). So we should use Cocoa to be able to
load cursors provided by OpenOffice.
Comment 1 ismaelooo 2007-05-27 10:52:52 UTC
added keyword
Comment 2 ismaelooo 2007-05-27 11:03:01 UTC
Damien is working on it, so assigning the issue to it
Comment 3 ismaelooo 2007-05-27 11:04:25 UTC
Damien is working on it, so assigning the issue to HIM (instead of it). Sorry
Damien ;-)
Comment 4 eric.bachard 2007-05-27 11:12:37 UTC
*** Issue 77847 has been marked as a duplicate of this issue. ***
Comment 5 eric.bachard 2007-05-27 11:15:14 UTC
Set issue as new
Comment 6 eric.bachard 2007-08-22 10:14:07 UTC
ericb->damiend

Since Cocoa migration started, did you investigate with Cocoa cursors ? it should work now
Comment 7 philipp.lohmann 2007-10-17 18:47:34 UTC
starting work on that in CWS aquavcl04
Comment 8 philipp.lohmann 2007-10-18 15:52:08 UTC
checked in all our cursors (converted from the windows .cur files we have).
Should someone make nicer cursors we can of course update them.

fixed in CWS aquavcl04
Comment 9 eric.bachard 2007-10-27 08:58:44 UTC
Closing
Comment 10 philipp.lohmann 2007-12-11 10:20:45 UTC
please verify in CWS aquavcl04
Comment 11 eric.bachard 2007-12-13 14:17:24 UTC
Seen a lot of Cocoa cursors, but not all, only 10 identified :

- normal cursor
- beam cursor for text hilighting
- all cursors for resizing ( 2  corners, +  5 for resizing )
- the hand ( for moving toolbars )
- cursor for resizing the separation in a sheet 
- the hourglass when a sheet is opening ( and the user has to wait )

I found only 70 cursors in instsetoo_native/macosx/application/cursors
( ls -l *.png | wc -l  returns 70 in this directory )

Nevertheless, I consider the verified fixed : we have Cocoa cursors

Comment 12 thorsten.martens 2008-01-09 12:57:35 UTC
Checked and verified in cws aquavcl04 -> OK !
Comment 13 thorsten.martens 2009-04-28 12:12:04 UTC
closed