[vlc-commits] macosx: Split HelpWindowController and AboutWindowController into separate files
David Fuhrmann
git at videolan.org
Mon Aug 8 18:47:36 CEST 2016
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Mon Aug 8 15:39:45 2016 +0200| [c53156c5afa9cf44e4375950d7115daf037bf2d0] | committer: David Fuhrmann
macosx: Split HelpWindowController and AboutWindowController into separate files
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c53156c5afa9cf44e4375950d7115daf037bf2d0
---
.../package/macosx/vlc.xcodeproj/project.pbxproj | 20 +++---
.../macosx/{about.h => AboutWindowController.h} | 21 +------
.../macosx/{about.m => AboutWindowController.m} | 55 +++-------------
modules/gui/macosx/HelpWindowController.h | 38 +++++++++++
modules/gui/macosx/HelpWindowController.m | 73 ++++++++++++++++++++++
modules/gui/macosx/MainMenu.m | 3 +-
modules/gui/macosx/Makefile.am | 3 +-
7 files changed, 136 insertions(+), 77 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=c53156c5afa9cf44e4375950d7115daf037bf2d0
More information about the vlc-commits
mailing list