[vlc-commits] macosx: add basic addon manager
    Felix Paul Kühne 
    git at videolan.org
       
    Wed Feb 12 20:18:18 CET 2014
    
    
  
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Feb 12 20:17:15 2014 +0100| [d3b37a82476d2a8081befd3ab74d97e84a12c2b7] | committer: Felix Paul Kühne
macosx: add basic addon manager
no fancy UI, but it works
Needs further UX improvements
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d3b37a82476d2a8081befd3ab74d97e84a12c2b7
---
 Makefile.am                                        |    1 +
 .../Resources/English.lproj/AddonManager.xib       |  978 ++++++++++++
 .../macosx/Resources/English.lproj/MainMenu.xib    | 1602 +++++++++++++++++++-
 .../package/macosx/vlc.xcodeproj/project.pbxproj   |   16 +
 modules/gui/macosx/AddonManager.h                  |   39 +
 modules/gui/macosx/AddonManager.m                  |  286 ++++
 modules/gui/macosx/MainMenu.h                      |    5 +
 modules/gui/macosx/MainMenu.m                      |   13 +
 modules/gui/macosx/Modules.am                      |    2 +
 9 files changed, 2933 insertions(+), 9 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=d3b37a82476d2a8081befd3ab74d97e84a12c2b7
    
    
More information about the vlc-commits
mailing list