]> git.sesse.net Git - vlc/commit
* modules/gui/macosx/applescript.?
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 6 Mar 2003 11:43:07 +0000 (11:43 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 6 Mar 2003 11:43:07 +0000 (11:43 +0000)
commit9c84164554d55e8cb8c269b3d8e56e88a22803f1
tree19968ea62887f31b2dac8fee45e0e4f48aa258c2
parent0474a40f38dd916f530a18e5b50e73e6ce3ff11c
* modules/gui/macosx/applescript.?
* extras/MacOSX/Resources/vlc.scriptSuite
* extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
  - moved existing applescript commands to these files
  - added several control commands. supported are: play/pause, stop,
    previous, next, fullscreen, mute, volumeUp and volumeDown.
    These correspond to the existing menuitems. This still requires work
    in the future to make it more correct AppleScript, but it works for now.

* modules/gui/macosx/controls.?
  - split up the controls.m into a .m and a .h

* modules/gui/macosx/intf.?
  - added a getControls method to gain access to the controller object from
    the AppleScript commands.

* modules/gui/macosx/open.?
  - removed the applescript support existing here and moved it to applescript.?

* modules/gui/macosx/playlist.m
  - made the tooltips for the add and remove buttons localizable.

* modules/gui/macosx/vout.m
  - added a comment on the meaning of otherMouse events.

* ALL:
  - updated copyright information to include the current year ;)
15 files changed:
extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
extras/MacOSX/Resources/vlc.scriptSuite
extras/MacOSX/vlc.pbproj/project.pbxproj
modules/gui/macosx/Modules.am
modules/gui/macosx/applescript.h [new file with mode: 0644]
modules/gui/macosx/applescript.m [new file with mode: 0644]
modules/gui/macosx/controls.h [new file with mode: 0644]
modules/gui/macosx/controls.m
modules/gui/macosx/intf.h
modules/gui/macosx/intf.m
modules/gui/macosx/open.h
modules/gui/macosx/open.m
modules/gui/macosx/playlist.m
modules/gui/macosx/vout.h
modules/gui/macosx/vout.m