[vlc-commits] macosx: added the prev/next buttons back (disabled by default) (close #6822 )
Felix Paul Kühne
git at videolan.org
Thu May 17 20:01:23 CEST 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu May 17 20:00:48 2012 +0200| [3131d924e13f2a760aecd2b3925a6db876259e1b] | committer: Felix Paul Kühne
macosx: added the prev/next buttons back (disabled by default) (close #6822)
you can enable them in the 'Playback' menu (since we got no 'View' menu so far) or in the advanced preferences
note that preliminary artwork is used at this point
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3131d924e13f2a760aecd2b3925a6db876259e1b
---
Makefile.am | 4 +
.../macosx/Resources/English.lproj/MainMenu.xib | 94 ++++++++++--
.../Resources/mainwindow/back-pressed-single.png | Bin 0 -> 1951 bytes
.../macosx/Resources/mainwindow/back-single.png | Bin 0 -> 1839 bytes
.../mainwindow/forward-pressed-single.png | Bin 0 -> 1956 bytes
.../macosx/Resources/mainwindow/forward-single.png | Bin 0 -> 1857 bytes
.../package/macosx/vlc.xcodeproj/project.pbxproj | 16 ++
modules/gui/macosx/MainMenu.h | 4 +-
modules/gui/macosx/MainMenu.m | 14 +-
modules/gui/macosx/MainWindow.h | 5 +
modules/gui/macosx/MainWindow.m | 153 ++++++++++++++++++++
modules/gui/macosx/macosx.m | 10 +-
12 files changed, 279 insertions(+), 21 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=3131d924e13f2a760aecd2b3925a6db876259e1b
More information about the vlc-commits
mailing list