Mac OS X Porting - Apple Remote implementation

From Apache OpenOffice Wiki
Revision as of 20:42, 12 June 2008 by Ericb (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Apple Remote Implementation

Initial Code is from Martin Kahr. See Martin website

Todo :

integrate the code in OpenOffice.org for Mac OS X

Concerned modules :

- external :

created : external/AppleRemote

created lib : libAppleRemotemxi.dylib (delivered in the solver)

headers delivered : all .h ( in $SOLVER)/... /inc/AppleRemote folder )

- scp2 : libAppleRemotemxi.dylib has to be packaged

- vcl :

  • the MainController has to be instanciated and adde to SalData structure in the life of the NSApplication
  • libvcl must be linked with libAppleRemotemxi.dylib

make it buildable

bind with vcl events

make it work

create the cws and commit

improve

Personal tools