[vlc-commits] macosx: prepare sidebar
Felix Paul Kühne
git at videolan.org
Mon Jul 25 23:17:25 CEST 2011
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jul 25 23:16:22 2011 +0200| [17769a39e393e78c114cc0ce773ede9d63ba9903] | committer: Felix Paul Kühne
macosx: prepare sidebar
removed remnants of the Dudiak interface, added PXSourceList by Alex Rozanski (BSD-new licensed) which will be used for the new implementation, added a to-be-replaced png for the window's topbar
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=17769a39e393e78c114cc0ce773ede9d63ba9903
---
.../English.lproj/MainMenu.nib/designable.nib | 1263 +++++++++++++-------
.../English.lproj/MainMenu.nib/keyedobjects.nib | Bin 113151 -> 116927 bytes
.../Resources/mainwindow/topbar_background.png | Bin 0 -> 1002 bytes
.../package/macosx/vlc.xcodeproj/project.pbxproj | 56 +-
modules/gui/macosx/MainWindow.h | 2 +
modules/gui/macosx/MainWindow.m | 19 +-
modules/gui/macosx/Modules.am | 8 +-
modules/gui/macosx/PXSourceList.h | 40 +
modules/gui/macosx/PXSourceList.m | 902 ++++++++++++++
modules/gui/macosx/PXSourceListDataSource.h | 41 +
modules/gui/macosx/PXSourceListDelegate.h | 63 +
modules/gui/macosx/embeddedwindow.h | 1 -
modules/gui/macosx/embeddedwindow.m | 14 -
modules/gui/macosx/playlist.h | 2 -
modules/gui/macosx/playlist.m | 35 -
modules/gui/macosx/sidebarview.h | 45 -
modules/gui/macosx/sidebarview.m | 201 ----
modules/gui/macosx/sidestatusview.h | 33 -
modules/gui/macosx/sidestatusview.m | 107 --
19 files changed, 1926 insertions(+), 906 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=17769a39e393e78c114cc0ce773ede9d63ba9903
More information about the vlc-commits
mailing list