[vlc-commits] macosx: rename to VLCFSPanel
David Fuhrmann
git at videolan.org
Mon Aug 8 18:56:05 CEST 2016
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Mon Aug 8 18:52:33 2016 +0200| [1dd8f84adeacd40689f28338f4c73cee230a2cf0] | committer: David Fuhrmann
macosx: rename to VLCFSPanel
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1dd8f84adeacd40689f28338f4c73cee230a2cf0
---
extras/package/macosx/vlc.xcodeproj/project.pbxproj | 16 ++++++++--------
modules/gui/macosx/ControlsBar.m | 2 +-
modules/gui/macosx/Makefile.am | 2 +-
modules/gui/macosx/{fspanel.h => VLCFSPanel.h} | 2 +-
modules/gui/macosx/{fspanel.m => VLCFSPanel.m} | 4 ++--
modules/gui/macosx/VLCMainWindow.h | 2 +-
6 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/extras/package/macosx/vlc.xcodeproj/project.pbxproj b/extras/package/macosx/vlc.xcodeproj/project.pbxproj
index b2e049c..d1e4aaa 100644
--- a/extras/package/macosx/vlc.xcodeproj/project.pbxproj
+++ b/extras/package/macosx/vlc.xcodeproj/project.pbxproj
@@ -396,8 +396,8 @@
1CCB5F6D1A62A724004C3E90 /* ExtensionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CCED71314C0D4A90057F8D1 /* ExtensionsManager.m */; };
1CCB5F6E1A62A724004C3E90 /* VLCEyeTvController.h in Sources */ = {isa = PBXBuildFile; fileRef = CC6EDD4F0B9CA2140096068A /* VLCEyeTvController.h */; };
1CCB5F6F1A62A724004C3E90 /* VLCEyeTvController.m in Sources */ = {isa = PBXBuildFile; fileRef = CC6EDD500B9CA2140096068A /* VLCEyeTvController.m */; };
- 1CCB5F701A62A724004C3E90 /* fspanel.h in Sources */ = {isa = PBXBuildFile; fileRef = 2AEF857609A5FEC900130822 /* fspanel.h */; };
- 1CCB5F711A62A724004C3E90 /* fspanel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AEF857709A5FEC900130822 /* fspanel.m */; };
+ 1CCB5F701A62A724004C3E90 /* VLCFSPanel.h in Sources */ = {isa = PBXBuildFile; fileRef = 2AEF857609A5FEC900130822 /* VLCFSPanel.h */; };
+ 1CCB5F711A62A724004C3E90 /* VLCFSPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AEF857709A5FEC900130822 /* VLCFSPanel.m */; };
1CCB5F721A62A724004C3E90 /* intf.h in Sources */ = {isa = PBXBuildFile; fileRef = 8ED6C27C03E2EB1C0059A3A7 /* intf.h */; };
1CCB5F731A62A724004C3E90 /* intf.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ED6C27D03E2EB1C0059A3A7 /* intf.m */; };
1CCB5F741A62A724004C3E90 /* macosx.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ED6C27E03E2EB1C0059A3A7 /* macosx.m */; };
@@ -1255,8 +1255,8 @@
1CE5ED1E19DD6AB700FCEFD3 /* lion-window-fullscreen-over at 2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "lion-window-fullscreen-over at 2x.png"; sourceTree = "<group>"; };
1CE5ED1F19DD6AB700FCEFD3 /* lion-window-fullscreen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "lion-window-fullscreen.png"; sourceTree = "<group>"; };
1CE5ED2019DD6AB700FCEFD3 /* lion-window-fullscreen at 2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "lion-window-fullscreen at 2x.png"; sourceTree = "<group>"; };
- 2AEF857609A5FEC900130822 /* fspanel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fspanel.h; path = ../../../modules/gui/macosx/fspanel.h; sourceTree = SOURCE_ROOT; };
- 2AEF857709A5FEC900130822 /* fspanel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = fspanel.m; path = ../../../modules/gui/macosx/fspanel.m; sourceTree = SOURCE_ROOT; };
+ 2AEF857609A5FEC900130822 /* VLCFSPanel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCFSPanel.h; path = ../../../modules/gui/macosx/VLCFSPanel.h; sourceTree = SOURCE_ROOT; };
+ 2AEF857709A5FEC900130822 /* VLCFSPanel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCFSPanel.m; path = ../../../modules/gui/macosx/VLCFSPanel.m; sourceTree = SOURCE_ROOT; };
5CCED71014C0D4A90057F8D1 /* ExtensionsDialogProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ExtensionsDialogProvider.h; path = ../../../modules/gui/macosx/ExtensionsDialogProvider.h; sourceTree = SOURCE_ROOT; };
5CCED71114C0D4A90057F8D1 /* ExtensionsDialogProvider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ExtensionsDialogProvider.m; path = ../../../modules/gui/macosx/ExtensionsDialogProvider.m; sourceTree = SOURCE_ROOT; };
5CCED71214C0D4A90057F8D1 /* ExtensionsManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ExtensionsManager.h; path = ../../../modules/gui/macosx/ExtensionsManager.h; sourceTree = SOURCE_ROOT; };
@@ -1898,8 +1898,8 @@
5CCED71314C0D4A90057F8D1 /* ExtensionsManager.m */,
CC6EDD4F0B9CA2140096068A /* VLCEyeTvController.h */,
CC6EDD500B9CA2140096068A /* VLCEyeTvController.m */,
- 2AEF857609A5FEC900130822 /* fspanel.h */,
- 2AEF857709A5FEC900130822 /* fspanel.m */,
+ 2AEF857609A5FEC900130822 /* VLCFSPanel.h */,
+ 2AEF857709A5FEC900130822 /* VLCFSPanel.m */,
7D871D391B5E684D000B56C0 /* helpers.h */,
7DF812ED1B555A340052293C /* VLCInputManager.h */,
7DF812EE1B555A340052293C /* VLCInputManager.m */,
@@ -3987,8 +3987,8 @@
6BBBB8B41D112BAC001BD9BA /* VLCRendererItem.m in Sources */,
1CCB5F6E1A62A724004C3E90 /* VLCEyeTvController.h in Sources */,
1CCB5F6F1A62A724004C3E90 /* VLCEyeTvController.m in Sources */,
- 1CCB5F701A62A724004C3E90 /* fspanel.h in Sources */,
- 1CCB5F711A62A724004C3E90 /* fspanel.m in Sources */,
+ 1CCB5F701A62A724004C3E90 /* VLCFSPanel.h in Sources */,
+ 1CCB5F711A62A724004C3E90 /* VLCFSPanel.m in Sources */,
1CCB5F721A62A724004C3E90 /* intf.h in Sources */,
6B13E2A81BC67678001AD24A /* VLCScrollingClipView.m in Sources */,
1CD3667B1B7A242E0054E39F /* VLCTimeSelectionPanelController.m in Sources */,
diff --git a/modules/gui/macosx/ControlsBar.m b/modules/gui/macosx/ControlsBar.m
index 28f8a8b..9a42620 100644
--- a/modules/gui/macosx/ControlsBar.m
+++ b/modules/gui/macosx/ControlsBar.m
@@ -26,7 +26,7 @@
#import "intf.h"
#import "VLCCoreInteraction.h"
#import "VLCMainMenu.h"
-#import "fspanel.h"
+#import "VLCFSPanel.h"
#import "VLCPlaylist.h"
#import "CompatibilityFixes.h"
diff --git a/modules/gui/macosx/Makefile.am b/modules/gui/macosx/Makefile.am
index ff8af4f..e2f6aad 100644
--- a/modules/gui/macosx/Makefile.am
+++ b/modules/gui/macosx/Makefile.am
@@ -33,7 +33,7 @@ libmacosx_plugin_la_SOURCES = \
VLCCoreInteraction.h VLCCoreInteraction.m \
ExtensionsDialogProvider.h ExtensionsDialogProvider.m \
ExtensionsManager.h ExtensionsManager.m \
- fspanel.h fspanel.m \
+ VLCFSPanel.h VLCFSPanel.m \
VLCHelpWindowController.h VLCHelpWindowController.m \
intf-prefs.h intf-prefs.m \
intf.h intf.m \
diff --git a/modules/gui/macosx/fspanel.h b/modules/gui/macosx/VLCFSPanel.h
similarity index 98%
rename from modules/gui/macosx/fspanel.h
rename to modules/gui/macosx/VLCFSPanel.h
index 0cff675..316cf21 100644
--- a/modules/gui/macosx/fspanel.h
+++ b/modules/gui/macosx/VLCFSPanel.h
@@ -1,5 +1,5 @@
/*****************************************************************************
- * fspanel.h: MacOS X full screen panel
+ * VLCFSPanel.h: MacOS X full screen panel
*****************************************************************************
* Copyright (C) 2006-2013 VLC authors and VideoLAN
* $Id$
diff --git a/modules/gui/macosx/fspanel.m b/modules/gui/macosx/VLCFSPanel.m
similarity index 99%
rename from modules/gui/macosx/fspanel.m
rename to modules/gui/macosx/VLCFSPanel.m
index 9c4abd2..c9a9255 100644
--- a/modules/gui/macosx/fspanel.m
+++ b/modules/gui/macosx/VLCFSPanel.m
@@ -1,5 +1,5 @@
/*****************************************************************************
- * fspanel.m: MacOS X full screen panel
+ * VLCFSPanel.m: MacOS X full screen panel
*****************************************************************************
* Copyright (C) 2006-2013 VLC authors and VideoLAN
* $Id$
@@ -30,7 +30,7 @@
#import "VLCCoreInteraction.h"
#import "VLCMainWindow.h"
#import "misc.h"
-#import "fspanel.h"
+#import "VLCFSPanel.h"
#import "CompatibilityFixes.h"
@interface VLCFSPanel()
diff --git a/modules/gui/macosx/VLCMainWindow.h b/modules/gui/macosx/VLCMainWindow.h
index 4638972..a2efb0a 100644
--- a/modules/gui/macosx/VLCMainWindow.h
+++ b/modules/gui/macosx/VLCMainWindow.h
@@ -32,7 +32,7 @@
#import "Windows.h"
#import "misc.h"
-#import "fspanel.h"
+#import "VLCFSPanel.h"
#import "MainWindowTitle.h"
@class VLCDetachedVideoWindow;
More information about the vlc-commits
mailing list