]> git.sesse.net Git - vlc/commit
* ALL: ported the WX-bookmarks-window to Cocoa (closes #22)
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 7 Aug 2005 17:54:45 +0000 (17:54 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 7 Aug 2005 17:54:45 +0000 (17:54 +0000)
commit509ed543963645d4e73b1d4290ccd612477f8cca
tree6f7d9b9b1324e1c53a0ed6db6b599fed98a6362c
parent836900c56f354fa4cd8f6e9ea8d49f041f36dfeb
* ALL: ported the WX-bookmarks-window to Cocoa (closes #22)
    - complete functionality except "Extract" (I'm going to fix that next week)
* MainMenu.nib: re-orded the window-menu a bit
* wizard.*: added a method to launch it from the bookmarks
16 files changed:
Makefile.am
extras/MacOSX/Resources/English.lproj/Bookmarks.nib/classes.nib [new file with mode: 0644]
extras/MacOSX/Resources/English.lproj/Bookmarks.nib/info.nib [new file with mode: 0644]
extras/MacOSX/Resources/English.lproj/Bookmarks.nib/keyedobjects.nib [new file with mode: 0644]
extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
extras/MacOSX/vlc.pbproj/project.pbxproj
modules/gui/macosx/Modules.am
modules/gui/macosx/bookmarks.h [new file with mode: 0644]
modules/gui/macosx/bookmarks.m [new file with mode: 0644]
modules/gui/macosx/intf.h
modules/gui/macosx/intf.m
modules/gui/macosx/playlist.m
modules/gui/macosx/wizard.h
modules/gui/macosx/wizard.m