[vlc-commits] macosx: split controls bar in common and main window files

Felix Paul Kühne git at videolan.org
Wed Aug 10 20:07:55 CEST 2016


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Aug 10 20:07:43 2016 +0200| [eb435f00d76b292e3fedfdec13f8f6e1f1223b0b] | committer: Felix Paul Kühne

macosx: split controls bar in common and main window files

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

 .../package/macosx/vlc.xcodeproj/project.pbxproj   |  22 +-
 modules/gui/macosx/Makefile.am                     |   3 +-
 .../{ControlsBar.h => VLCControlsBarCommon.h}      |  50 +--
 modules/gui/macosx/VLCControlsBarCommon.m          | 453 +++++++++++++++++++++
 modules/gui/macosx/VLCMainMenu.m                   |   2 +-
 modules/gui/macosx/VLCMainWindow.m                 |   2 +-
 modules/gui/macosx/VLCMainWindowControlsBar.h      |  77 ++++
 .../{ControlsBar.m => VLCMainWindowControlsBar.m}  | 426 +------------------
 modules/gui/macosx/VLCPLModel.m                    |   2 +-
 modules/gui/macosx/Windows.m                       |   2 +-
 modules/gui/macosx/misc.m                          |   2 +-
 po/POTFILES.in                                     |   6 +-
 12 files changed, 558 insertions(+), 489 deletions(-)

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


More information about the vlc-commits mailing list