[vlc-commits] macosx: split StringUtility from VLCMain and move it to a separate class where it belongs

Felix Paul Kühne git at videolan.org
Fri Aug 24 13:12:33 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Aug 24 13:12:10 2012 +0200| [7b21794c9130a953d071acfaf9f0cb3469220733] | committer: Felix Paul Kühne

macosx: split StringUtility from VLCMain and move it to a separate class where it belongs

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

 .../package/macosx/vlc.xcodeproj/project.pbxproj   |    4 +
 modules/gui/macosx/MainMenu.m                      |   66 ++---
 modules/gui/macosx/MainWindow.m                    |    4 +-
 modules/gui/macosx/Modules.am                      |    2 +
 modules/gui/macosx/StringUtility.h                 |   46 +++
 modules/gui/macosx/StringUtility.m                 |  299 ++++++++++++++++++++
 modules/gui/macosx/intf.h                          |   15 +-
 modules/gui/macosx/intf.m                          |  252 +----------------
 modules/gui/macosx/prefs_widgets.m                 |   31 +-
 9 files changed, 406 insertions(+), 313 deletions(-)

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


More information about the vlc-commits mailing list