[vlc-commits] macosx: Remove sharedInstance from About window and rework
David Fuhrmann
git at videolan.org
Sat May 16 13:06:28 CEST 2015
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat May 16 12:24:31 2015 +0200| [491bef0b30ff9771eb0298033a4cede5e1994f31] | committer: David Fuhrmann
macosx: Remove sharedInstance from About window and rework
Removes sharedInstance from About window controller, and rework
as a NSWindowController subclass. This is the new owner of the xib
and thus instantiated outside the nib bundle.
Splits Help window in own xib and add own NSWindowController as
well.
refs #5556
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=491bef0b30ff9771eb0298033a4cede5e1994f31
---
Makefile.am | 1 +
.../macosx/Resources/English.lproj/About.xib | 630 ++++----------------
.../macosx/Resources/English.lproj/Help.xib | 408 +++++++++++++
.../package/macosx/vlc.xcodeproj/project.pbxproj | 13 +
modules/gui/macosx/MainMenu.h | 8 +-
modules/gui/macosx/MainMenu.m | 17 +-
modules/gui/macosx/about.h | 21 +-
modules/gui/macosx/about.m | 254 ++++----
8 files changed, 694 insertions(+), 658 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=491bef0b30ff9771eb0298033a4cede5e1994f31
More information about the vlc-commits
mailing list