[vlc-commits] macosx: Transform AddonsManager to NSWindowController subclass

David Fuhrmann git at videolan.org
Sat May 16 21:57:54 CEST 2015


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat May 16 21:33:38 2015 +0200| [d7657086b6950c386f4835ab3c0f3ab6e6a502c5] | committer: David Fuhrmann

macosx: Transform AddonsManager to NSWindowController subclass

Removes singleton, fixes initialization and deletion. Renames to
AddonsWindowController.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d7657086b6950c386f4835ab3c0f3ab6e6a502c5
---

 .../Resources/English.lproj/AddonManager.xib       |  214 ++++++++++----------
 .../package/macosx/vlc.xcodeproj/project.pbxproj   |   16 +-
 .../{AddonManager.h => AddonsWindowController.h}   |    5 +-
 .../{AddonManager.m => AddonsWindowController.m}   |   43 ++--
 modules/gui/macosx/MainMenu.h                      |    4 +-
 modules/gui/macosx/MainMenu.m                      |   13 +-
 modules/gui/macosx/Modules.am                      |    4 +-
 7 files changed, 146 insertions(+), 153 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=d7657086b6950c386f4835ab3c0f3ab6e6a502c5


More information about the vlc-commits mailing list