-
Derk-Jan Hartman authored
* 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 ;)
9c841645