[vlc-commits] macosx: moved all (main) menu related code to a separate class

Felix Paul Kühne git at videolan.org
Sat Jun 25 23:08:29 CEST 2011


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Jun 25 23:08:05 2011 +0200| [c9a6d88b07d93367da73fce73be0e0fc34f434a3] | committer: Felix Paul Kühne

macosx: moved all (main) menu related code to a separate class

This is a first step to re-organize the interface, more to come

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

 .../English.lproj/MainMenu.nib/designable.nib      |27945 ++++++++++----------
 .../English.lproj/MainMenu.nib/keyedobjects.nib    |  Bin 132838 -> 115197 bytes
 .../package/macosx/vlc.xcodeproj/project.pbxproj   |    4 +
 modules/gui/macosx/MainMenu.h                      |  260 +
 modules/gui/macosx/MainMenu.m                      | 1154 +
 modules/gui/macosx/Modules.am                      |    2 +
 modules/gui/macosx/controls.h                      |   36 -
 modules/gui/macosx/controls.m                      |  459 +-
 modules/gui/macosx/intf.h                          |  202 +-
 modules/gui/macosx/intf.m                          |  784 +-
 10 files changed, 14795 insertions(+), 16051 deletions(-)

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


More information about the vlc-commits mailing list