]> git.sesse.net Git - vlc/commit
macosx: added the prev/next buttons back (disabled by default) (close #6822)
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 17 May 2012 18:00:48 +0000 (20:00 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 17 May 2012 18:01:21 +0000 (20:01 +0200)
commit3131d924e13f2a760aecd2b3925a6db876259e1b
treebba51fac299b9bc4c9af051d27226a0d1caa842c
parent3b9f212d5c954d9f3def1de2181288d30d1dc2d0
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
12 files changed:
Makefile.am
extras/package/macosx/Resources/English.lproj/MainMenu.xib
extras/package/macosx/Resources/mainwindow/back-pressed-single.png [new file with mode: 0644]
extras/package/macosx/Resources/mainwindow/back-single.png [new file with mode: 0644]
extras/package/macosx/Resources/mainwindow/forward-pressed-single.png [new file with mode: 0644]
extras/package/macosx/Resources/mainwindow/forward-single.png [new file with mode: 0644]
extras/package/macosx/vlc.xcodeproj/project.pbxproj
modules/gui/macosx/MainMenu.h
modules/gui/macosx/MainMenu.m
modules/gui/macosx/MainWindow.h
modules/gui/macosx/MainWindow.m
modules/gui/macosx/macosx.m