Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
84e7af11
Commit
84e7af11
authored
Jul 23, 2011
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: fixed time slider
parent
4dcdc8c4
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
85 additions
and
90 deletions
+85
-90
extras/package/macosx/Resources/English.lproj/MainMenu.nib/designable.nib
...acosx/Resources/English.lproj/MainMenu.nib/designable.nib
+83
-87
extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
...osx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+0
-0
modules/gui/macosx/MainWindow.m
modules/gui/macosx/MainWindow.m
+2
-3
No files found.
extras/package/macosx/Resources/English.lproj/MainMenu.nib/designable.nib
View file @
84e7af11
This diff is collapsed.
Click to expand it.
extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
View file @
84e7af11
No preview for this file type
modules/gui/macosx/MainWindow.m
View file @
84e7af11
...
...
@@ -149,7 +149,6 @@ static VLCMainWindow *_o_sharedInstance = nil;
o_shuffle_pressed_img
=
[[
NSImage
imageNamed
:
@"shuffle-pressed"
]
retain
];
o_shuffle_on_img
=
[[
NSImage
imageNamed
:
@"shuffle-blue"
]
retain
];
o_shuffle_on_pressed_img
=
[[
NSImage
imageNamed
:
@"shuffle-blue-pressed"
]
retain
];
[
o_time_fld
setTextColor
:
[
NSColor
colorWithCalibratedRed
:
64
.
0
green
:
64
.
0
blue
:
64
.
0
alpha
:
100
.
0
]];
[
o_time_sld_left_view
setImage
:
[
NSImage
imageNamed
:
@"progression-track-wrapper-left"
]];
[
o_time_sld_middle_view
setImage
:
[
NSImage
imageNamed
:
@"progression-track-wrapper-middle"
]];
[
o_time_sld_right_view
setImage
:
[
NSImage
imageNamed
:
@"progression-track-wrapper-right"
]];
...
...
@@ -486,8 +485,8 @@ static VLCMainWindow *_o_sharedInstance = nil;
[
o_time_sld
setFloatValue
:
0
.
0
];
[
o_time_sld
setEnabled
:
b_seekable
];
[
o_time_fld
setStringValue
:
@"00:00"
];
[[[[
VLCMain
sharedInstance
]
controls
]
fspanel
]
setStreamPos
:
0
andTime
:
@"00:00"
];
[
o_time_fld
setStringValue
:
@"0
:0
0:00"
];
[[[[
VLCMain
sharedInstance
]
controls
]
fspanel
]
setStreamPos
:
0
andTime
:
@"0
:0
0:00"
];
[[[[
VLCMain
sharedInstance
]
controls
]
fspanel
]
setSeekable
:
b_seekable
];
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment