Browse Source

macosx: Rename VLCSlider to VLCPlaybackProgressSlider

Since it is only used for this purpose, rename more accurately

Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
pull/163/head
Claudio Cambra 2 years ago
committed by Felix Paul Kühne
parent
commit
040d33379f
  1. 24
      extras/package/macosx/VLC.xcodeproj/project.pbxproj
  2. 8
      modules/gui/macosx/Makefile.am
  3. 4
      modules/gui/macosx/UI/VLCDetachedAudioWindow.xib
  4. 4
      modules/gui/macosx/UI/VLCLibraryWindow.xib
  5. 4
      modules/gui/macosx/UI/VLCMainVideoView.xib
  6. 4
      modules/gui/macosx/views/VLCPlaybackProgressSlider.h
  7. 28
      modules/gui/macosx/views/VLCPlaybackProgressSlider.m
  8. 4
      modules/gui/macosx/views/VLCPlaybackProgressSliderCell.h
  9. 10
      modules/gui/macosx/views/VLCPlaybackProgressSliderCell.m
  10. 4
      modules/gui/macosx/windows/controlsbar/VLCControlsBarCommon.h
  11. 2
      modules/gui/macosx/windows/controlsbar/VLCControlsBarCommon.m
  12. 8
      po/POTFILES.in

24
extras/package/macosx/VLC.xcodeproj/project.pbxproj

@ -142,8 +142,8 @@
53F0E930299B17DF00491D49 /* VLCInputNodePathControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 53F0E92F299B17DF00491D49 /* VLCInputNodePathControl.m */; };
53F399802AC6D6B400B86241 /* VLCLibraryHomeViewVideoCarouselContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 53F3997F2AC6D6B400B86241 /* VLCLibraryHomeViewVideoCarouselContainerView.m */; };
6B0292E61F43256300A50082 /* VLCBottomBarView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B0292E51F43256300A50082 /* VLCBottomBarView.m */; };
6B0AB0F01F1AC8B3003A1B4E /* VLCSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B0AB0ED1F1AC8B3003A1B4E /* VLCSlider.m */; };
6B0AB0F11F1AC8B3003A1B4E /* VLCSliderCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B0AB0EF1F1AC8B3003A1B4E /* VLCSliderCell.m */; };
6B0AB0F01F1AC8B3003A1B4E /* VLCPlaybackProgressSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B0AB0ED1F1AC8B3003A1B4E /* VLCPlaybackProgressSlider.m */; };
6B0AB0F11F1AC8B3003A1B4E /* VLCPlaybackProgressSliderCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B0AB0EF1F1AC8B3003A1B4E /* VLCPlaybackProgressSliderCell.m */; };
6B196852265E974400870512 /* window_macosx.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B19684F265E928A00870512 /* window_macosx.m */; };
6B2EFC601F2819F700F3C0EA /* VLCVolumeSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B2EFC5F1F2819F700F3C0EA /* VLCVolumeSlider.m */; };
6B2EFC631F281A0900F3C0EA /* VLCVolumeSliderCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B2EFC621F281A0900F3C0EA /* VLCVolumeSliderCell.m */; };
@ -432,10 +432,10 @@
633121CB1B51122700E636DA /* VLCResumeDialogController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCResumeDialogController.m; sourceTree = "<group>"; };
6B0292E41F43256300A50082 /* VLCBottomBarView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCBottomBarView.h; sourceTree = "<group>"; };
6B0292E51F43256300A50082 /* VLCBottomBarView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCBottomBarView.m; sourceTree = "<group>"; };
6B0AB0EC1F1AC8B3003A1B4E /* VLCSlider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCSlider.h; sourceTree = "<group>"; };
6B0AB0ED1F1AC8B3003A1B4E /* VLCSlider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCSlider.m; sourceTree = "<group>"; };
6B0AB0EE1F1AC8B3003A1B4E /* VLCSliderCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCSliderCell.h; sourceTree = "<group>"; };
6B0AB0EF1F1AC8B3003A1B4E /* VLCSliderCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCSliderCell.m; sourceTree = "<group>"; };
6B0AB0EC1F1AC8B3003A1B4E /* VLCPlaybackProgressSlider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCPlaybackProgressSlider.h; sourceTree = "<group>"; };
6B0AB0ED1F1AC8B3003A1B4E /* VLCPlaybackProgressSlider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCPlaybackProgressSlider.m; sourceTree = "<group>"; };
6B0AB0EE1F1AC8B3003A1B4E /* VLCPlaybackProgressSliderCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCPlaybackProgressSliderCell.h; sourceTree = "<group>"; };
6B0AB0EF1F1AC8B3003A1B4E /* VLCPlaybackProgressSliderCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCPlaybackProgressSliderCell.m; sourceTree = "<group>"; };
6B13E2A61BC67678001AD24A /* VLCScrollingClipView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCScrollingClipView.h; sourceTree = "<group>"; };
6B13E2A71BC67678001AD24A /* VLCScrollingClipView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCScrollingClipView.m; sourceTree = "<group>"; };
6B19684F265E928A00870512 /* window_macosx.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = window_macosx.m; path = ../../../modules/video_output/window_macosx.m; sourceTree = "<group>"; };
@ -1079,16 +1079,16 @@
535053ED2B610C3400D7EAF2 /* VLCLoadingOverlayView.m */,
53CBE3092C159A4D006BF2E3 /* VLCNoResultsLabel.h */,
53CBE30A2C159A4D006BF2E3 /* VLCNoResultsLabel.m */,
6B0AB0EC1F1AC8B3003A1B4E /* VLCPlaybackProgressSlider.h */,
6B0AB0ED1F1AC8B3003A1B4E /* VLCPlaybackProgressSlider.m */,
6B0AB0EE1F1AC8B3003A1B4E /* VLCPlaybackProgressSliderCell.h */,
6B0AB0EF1F1AC8B3003A1B4E /* VLCPlaybackProgressSliderCell.m */,
7D1BF28822A153E20027C50F /* VLCRoundedCornerTextField.h */,
7D1BF28922A153E20027C50F /* VLCRoundedCornerTextField.m */,
6B13E2A61BC67678001AD24A /* VLCScrollingClipView.h */,
6B13E2A71BC67678001AD24A /* VLCScrollingClipView.m */,
537976B92A4319330036827E /* VLCSettingTextField.h */,
537976B82A4319330036827E /* VLCSettingTextField.m */,
6B0AB0EC1F1AC8B3003A1B4E /* VLCSlider.h */,
6B0AB0ED1F1AC8B3003A1B4E /* VLCSlider.m */,
6B0AB0EE1F1AC8B3003A1B4E /* VLCSliderCell.h */,
6B0AB0EF1F1AC8B3003A1B4E /* VLCSliderCell.m */,
53628401291147C500640C15 /* VLCSubScrollView.h */,
53628400291147C500640C15 /* VLCSubScrollView.m */,
6BF093F71EE0182B0049D8B0 /* VLCTimeField.h */,
@ -2119,7 +2119,7 @@
5307A6F82969904D001E0C6A /* VLCLibraryMediaSourceViewController.m in Sources */,
6B81662C1EBFC38100C26F1B /* VLCUIWidgets.m in Sources */,
53ED472329C74D1F00795DB1 /* VLCLibraryAudioTableViewDelegate.m in Sources */,
6B0AB0F11F1AC8B3003A1B4E /* VLCSliderCell.m in Sources */,
6B0AB0F11F1AC8B3003A1B4E /* VLCPlaybackProgressSliderCell.m in Sources */,
6B8166291EBFC34300C26F1B /* VLCDefaultValueSlider.m in Sources */,
6B81662A1EBFC34300C26F1B /* VLCDefaultValueSliderCell.m in Sources */,
6B3BE42C1E6217CB008D098A /* VLCImageButton.m in Sources */,
@ -2158,7 +2158,7 @@
7D445D8E2203375100263D34 /* VLCPlaylistMenuController.m in Sources */,
53903D3A29576ED500D0B308 /* VLCLibraryAudioGroupDataSource.m in Sources */,
1C31139A1E508C6900D4DD76 /* VLCBookmarksWindowController.m in Sources */,
6B0AB0F01F1AC8B3003A1B4E /* VLCSlider.m in Sources */,
6B0AB0F01F1AC8B3003A1B4E /* VLCPlaybackProgressSlider.m in Sources */,
7D28E6362275B4820098D30E /* NSColor+VLCAdditions.m in Sources */,
6BF5C5041EFE66EF008A9C12 /* VLCHUDTableView.m in Sources */,
535F1BBA2B47ACCE00C78D98 /* VLCLibraryHomeViewVideoContainerViewDataSource.m in Sources */,

8
modules/gui/macosx/Makefile.am

@ -348,16 +348,16 @@ libmacosx_plugin_la_SOURCES = \
gui/macosx/views/VLCLoadingOverlayView.m \
gui/macosx/views/VLCNoResultsLabel.h \
gui/macosx/views/VLCNoResultsLabel.m \
gui/macosx/views/VLCPlaybackProgressSlider.h \
gui/macosx/views/VLCPlaybackProgressSlider.m \
gui/macosx/views/VLCPlaybackProgressSliderCell.h \
gui/macosx/views/VLCPlaybackProgressSliderCell.m \
gui/macosx/views/VLCRoundedCornerTextField.h \
gui/macosx/views/VLCRoundedCornerTextField.m \
gui/macosx/views/VLCScrollingClipView.h \
gui/macosx/views/VLCScrollingClipView.m \
gui/macosx/views/VLCSettingTextField.h \
gui/macosx/views/VLCSettingTextField.m \
gui/macosx/views/VLCSlider.h \
gui/macosx/views/VLCSlider.m \
gui/macosx/views/VLCSliderCell.h \
gui/macosx/views/VLCSliderCell.m \
gui/macosx/views/VLCSubScrollView.h \
gui/macosx/views/VLCSubScrollView.m \
gui/macosx/views/VLCTimeField.h \

4
modules/gui/macosx/UI/VLCDetachedAudioWindow.xib

@ -94,12 +94,12 @@
<constraint firstAttribute="bottom" secondItem="10" secondAttribute="bottom" id="yGM-Jx-9fD"/>
</constraints>
</customView>
<slider hidden="YES" horizontalHuggingPriority="200" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="20" customClass="VLCSlider">
<slider hidden="YES" horizontalHuggingPriority="200" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="20" customClass="VLCPlaybackProgressSlider">
<rect key="frame" x="8" y="50" width="176" height="18"/>
<constraints>
<constraint firstAttribute="height" constant="14" id="MYp-CS-yPe"/>
</constraints>
<sliderCell key="cell" controlSize="small" continuous="YES" state="on" alignment="left" maxValue="1" doubleValue="0.32600000000000001" tickMarkPosition="above" sliderType="linear" id="23" customClass="VLCSliderCell">
<sliderCell key="cell" controlSize="small" continuous="YES" state="on" alignment="left" maxValue="1" doubleValue="0.32600000000000001" tickMarkPosition="above" sliderType="linear" id="23" customClass="VLCPlaybackProgressSliderCell">
<font key="font" size="12" name="Helvetica"/>
</sliderCell>
<connections>

4
modules/gui/macosx/UI/VLCLibraryWindow.xib

@ -190,9 +190,9 @@
<constraint firstItem="5o7-Z0-dqS" firstAttribute="leading" secondItem="SM6-nx-NKD" secondAttribute="leading" id="vGw-cB-VLb"/>
</constraints>
</customView>
<slider hidden="YES" horizontalHuggingPriority="200" verticalHuggingPriority="750" verticalCompressionResistancePriority="751" mirrorLayoutDirectionWhenInternationalizing="never" translatesAutoresizingMaskIntoConstraints="NO" id="9Hg-t2-K5z" customClass="VLCSlider">
<slider hidden="YES" horizontalHuggingPriority="200" verticalHuggingPriority="750" verticalCompressionResistancePriority="751" mirrorLayoutDirectionWhenInternationalizing="never" translatesAutoresizingMaskIntoConstraints="NO" id="9Hg-t2-K5z" customClass="VLCPlaybackProgressSlider">
<rect key="frame" x="86" y="-2" width="480" height="20"/>
<sliderCell key="cell" controlSize="mini" continuous="YES" state="on" alignment="left" maxValue="1" doubleValue="0.32600000000000001" tickMarkPosition="above" sliderType="linear" id="YMg-uo-8nX" customClass="VLCSliderCell"/>
<sliderCell key="cell" controlSize="mini" continuous="YES" state="on" alignment="left" maxValue="1" doubleValue="0.32600000000000001" tickMarkPosition="above" sliderType="linear" id="YMg-uo-8nX" customClass="VLCPlaybackProgressSliderCell"/>
<connections>
<action selector="timeSliderAction:" target="Uzf-Tf-H8x" id="eDh-39-Ej1"/>
</connections>

4
modules/gui/macosx/UI/VLCMainVideoView.xib

@ -134,12 +134,12 @@
<real value="3.4028234663852886e+38"/>
</customSpacing>
</stackView>
<slider verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qNZ-Fh-W8i" customClass="VLCSlider">
<slider verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qNZ-Fh-W8i" customClass="VLCPlaybackProgressSlider">
<rect key="frame" x="18" y="37" width="684" height="19"/>
<constraints>
<constraint firstAttribute="height" constant="15" id="xm6-li-LpC"/>
</constraints>
<sliderCell key="cell" controlSize="small" continuous="YES" state="on" alignment="left" maxValue="1" tickMarkPosition="above" sliderType="linear" id="dZM-dm-qvL" customClass="VLCSliderCell"/>
<sliderCell key="cell" controlSize="small" continuous="YES" state="on" alignment="left" maxValue="1" tickMarkPosition="above" sliderType="linear" id="dZM-dm-qvL" customClass="VLCPlaybackProgressSliderCell"/>
<connections>
<action selector="timeSliderAction:" target="3" id="W32-wA-rN9"/>
</connections>

4
modules/gui/macosx/views/VLCSlider.h → modules/gui/macosx/views/VLCPlaybackProgressSlider.h

@ -1,5 +1,5 @@
/*****************************************************************************
* VLCSlider.h
* VLCPlaybackProgressSlider.h
*****************************************************************************
* Copyright (C) 2017 VLC authors and VideoLAN
*
@ -22,7 +22,7 @@
#import <Cocoa/Cocoa.h>
@interface VLCSlider : NSSlider
@interface VLCPlaybackProgressSlider : NSSlider
@property (readwrite, nonatomic) BOOL indefinite;
@property (readwrite, nonatomic) BOOL knobHidden;

28
modules/gui/macosx/views/VLCSlider.m → modules/gui/macosx/views/VLCPlaybackProgressSlider.m

@ -1,5 +1,5 @@
/*****************************************************************************
* VLCSlider.m
* VLCPlaybackProgressSlider.m
*****************************************************************************
* Copyright (C) 2017 VLC authors and VideoLAN
*
@ -20,16 +20,16 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#import "VLCSlider.h"
#import "VLCPlaybackProgressSlider.h"
#import "extensions/NSView+VLCAdditions.h"
#import "views/VLCSliderCell.h"
#import "views/VLCPlaybackProgressSliderCell.h"
@implementation VLCSlider
@implementation VLCPlaybackProgressSlider
+ (Class)cellClass
{
return VLCSliderCell.class;
return VLCPlaybackProgressSliderCell.class;
}
- (instancetype)initWithCoder:(NSCoder *)coder
@ -37,13 +37,13 @@
self = [super initWithCoder:coder];
if (self) {
NSAssert([self.cell isKindOfClass:[VLCSlider cellClass]],
@"VLCSlider cell is not VLCSliderCell");
NSAssert([self.cell isKindOfClass:[VLCPlaybackProgressSlider cellClass]],
@"VLCPlaybackProgressSlider cell is not a VLCPlaybackProgressSliderCell");
self.scrollable = YES;
if (@available(macOS 10.14, *)) {
[self viewDidChangeEffectiveAppearance];
} else {
[(VLCSliderCell*)self.cell setSliderStyleLight];
[(VLCPlaybackProgressSliderCell*)self.cell setSliderStyleLight];
}
}
@ -88,22 +88,22 @@
- (BOOL)indefinite
{
return [(VLCSliderCell*)self.cell indefinite];
return [(VLCPlaybackProgressSliderCell*)self.cell indefinite];
}
- (void)setIndefinite:(BOOL)indefinite
{
[(VLCSliderCell*)self.cell setIndefinite:indefinite];
[(VLCPlaybackProgressSliderCell*)self.cell setIndefinite:indefinite];
}
- (BOOL)knobHidden
{
return [(VLCSliderCell*)self.cell knobHidden];
return [(VLCPlaybackProgressSliderCell*)self.cell knobHidden];
}
- (void)setKnobHidden:(BOOL)knobHidden
{
[(VLCSliderCell*)self.cell setKnobHidden:knobHidden];
[(VLCPlaybackProgressSliderCell*)self.cell setKnobHidden:knobHidden];
}
- (BOOL)isFlipped
@ -114,9 +114,9 @@
- (void)viewDidChangeEffectiveAppearance
{
if (self.shouldShowDarkAppearance) {
[(VLCSliderCell*)self.cell setSliderStyleDark];
[(VLCPlaybackProgressSliderCell*)self.cell setSliderStyleDark];
} else {
[(VLCSliderCell*)self.cell setSliderStyleLight];
[(VLCPlaybackProgressSliderCell*)self.cell setSliderStyleLight];
}
}

4
modules/gui/macosx/views/VLCSliderCell.h → modules/gui/macosx/views/VLCPlaybackProgressSliderCell.h

@ -1,5 +1,5 @@
/*****************************************************************************
* VLCSliderCell.h
* VLCPlaybackProgressSliderCell.h
*****************************************************************************
* Copyright (C) 2017 VLC authors and VideoLAN
*
@ -22,7 +22,7 @@
#import <Cocoa/Cocoa.h>
@interface VLCSliderCell : NSSliderCell
@interface VLCPlaybackProgressSliderCell : NSSliderCell
// Colors
@property NSColor *gradientColor;

10
modules/gui/macosx/views/VLCSliderCell.m → modules/gui/macosx/views/VLCPlaybackProgressSliderCell.m

@ -1,5 +1,5 @@
/*****************************************************************************
* VLCSliderCell.m
* VLCPlaybackProgressSliderCell.m
*****************************************************************************
* Copyright (C) 2017 VLC authors and VideoLAN
*
@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#import "VLCSliderCell.h"
#import "VLCPlaybackProgressSliderCell.h"
#import <CoreVideo/CoreVideo.h>
@ -33,7 +33,7 @@
#import "playlist/VLCPlayerController.h"
#import "playlist/VLCPlaylistController.h"
@interface VLCSliderCell ()
@interface VLCPlaybackProgressSliderCell ()
{
NSInteger _animationPosition;
double _lastTime;
@ -56,13 +56,13 @@ static CVReturn DisplayLinkCallback(CVDisplayLinkRef displayLink,
{
const CVTimeStamp inNowCopy = *inNow;
dispatch_async(dispatch_get_main_queue(), ^{
VLCSliderCell * const sliderCell = (__bridge VLCSliderCell*)displayLinkContext;
VLCPlaybackProgressSliderCell * const sliderCell = (__bridge VLCPlaybackProgressSliderCell*)displayLinkContext;
[sliderCell displayLink:displayLink tickWithTime:&inNowCopy];
});
return kCVReturnSuccess;
}
@implementation VLCSliderCell
@implementation VLCPlaybackProgressSliderCell
- (instancetype)initWithCoder:(NSCoder *)coder
{

4
modules/gui/macosx/windows/controlsbar/VLCControlsBarCommon.h

@ -24,7 +24,7 @@
#import <Cocoa/Cocoa.h>
@class VLCDragDropView;
@class VLCSlider;
@class VLCPlaybackProgressSlider;
@class VLCVolumeSlider;
@class VLCTimeField;
@class VLCImageView;
@ -46,7 +46,7 @@
@property (readwrite, strong) IBOutlet NSButton *backwardButton;
@property (readwrite, strong) IBOutlet NSButton *forwardButton;
@property (readwrite, strong) IBOutlet VLCSlider *timeSlider;
@property (readwrite, strong) IBOutlet VLCPlaybackProgressSlider *timeSlider;
@property (readwrite, strong) IBOutlet VLCVolumeSlider *volumeSlider;
@property (readwrite, strong) IBOutlet NSButton *muteVolumeButton;

2
modules/gui/macosx/windows/controlsbar/VLCControlsBarCommon.m

@ -34,8 +34,8 @@
#import "views/VLCBottomBarView.h"
#import "views/VLCDragDropView.h"
#import "views/VLCImageView.h"
#import "views/VLCPlaybackProgressSlider.h"
#import "views/VLCTimeField.h"
#import "views/VLCSlider.h"
#import "views/VLCVolumeSlider.h"
#import "views/VLCWrappableTextField.h"

8
po/POTFILES.in

@ -597,14 +597,14 @@ modules/gui/macosx/views/VLCImageView.h
modules/gui/macosx/views/VLCImageView.m
modules/gui/macosx/views/VLCLinearProgressIndicator.h
modules/gui/macosx/views/VLCLinearProgressIndicator.m
modules/gui/macosx/views/VLCPlaybackProgressSlider.h
modules/gui/macosx/views/VLCPlaybackProgressSlider.m
modules/gui/macosx/views/VLCPlaybackProgressSliderCell.h
modules/gui/macosx/views/VLCPlaybackProgressSliderCell.m
modules/gui/macosx/views/VLCRoundedCornerTextField.h
modules/gui/macosx/views/VLCRoundedCornerTextField.m
modules/gui/macosx/views/VLCScrollingClipView.h
modules/gui/macosx/views/VLCScrollingClipView.m
modules/gui/macosx/views/VLCSlider.h
modules/gui/macosx/views/VLCSlider.m
modules/gui/macosx/views/VLCSliderCell.h
modules/gui/macosx/views/VLCSliderCell.m
modules/gui/macosx/views/VLCTimeField.h
modules/gui/macosx/views/VLCTimeField.m
modules/gui/macosx/views/VLCTrackingView.h

Loading…
Cancel
Save