[vlc-commits] macosx: Rename the Playlist related class files to match the class name

Marvin Scholz git at videolan.org
Mon Oct 12 16:46:03 CEST 2015


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Fri Oct  9 18:02:58 2015 +0200| [e9db84d77435a70039f6e77b0b684c17b18779c8] | committer: Felix Paul Kühne

macosx: Rename the Playlist related class files to match the class name

This renames the playlist related class files to match the class name,
which makes it easier to find the which belongs to a certain class and
follows common Cocoa/Obj C file naming conventions.

Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

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

 .../package/macosx/vlc.xcodeproj/project.pbxproj   |   40 ++++++++++----------
 modules/gui/macosx/ControlsBar.m                   |    2 +-
 modules/gui/macosx/ConvertAndSave.m                |    2 +-
 modules/gui/macosx/CoreInteraction.m               |    2 +-
 modules/gui/macosx/InputManager.m                  |    4 +-
 modules/gui/macosx/MainMenu.m                      |    4 +-
 modules/gui/macosx/MainWindow.m                    |    2 +-
 modules/gui/macosx/Makefile.am                     |    6 +--
 modules/gui/macosx/PLModel.m                       |    4 +-
 modules/gui/macosx/{playlist.h => VLCPlaylist.h}   |    4 +-
 modules/gui/macosx/{playlist.m => VLCPlaylist.m}   |    6 +--
 .../macosx/{playlistinfo.h => VLCPlaylistInfo.h}   |    2 +-
 .../macosx/{playlistinfo.m => VLCPlaylistInfo.m}   |    7 ++--
 .../macosx/{playlistview.h => VLCPlaylistView.h}   |    2 +-
 .../macosx/{playlistview.m => VLCPlaylistView.m}   |    6 +--
 modules/gui/macosx/VLCVoutWindowController.m       |    4 +-
 modules/gui/macosx/applescript.m                   |    2 +-
 modules/gui/macosx/intf.m                          |    4 +-
 modules/gui/macosx/open.m                          |    2 +-
 po/POTFILES.in                                     |   12 +++---
 20 files changed, 58 insertions(+), 59 deletions(-)

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


More information about the vlc-commits mailing list