Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
afc7f652
Commit
afc7f652
authored
Apr 21, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: replace next/prev with next+fwd/prev+bckwd
And classic next/prev are still available in customize.
parent
02041d48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
modules/gui/qt4/components/controller.hpp
modules/gui/qt4/components/controller.hpp
+8
-8
No files found.
modules/gui/qt4/components/controller.hpp
View file @
afc7f652
...
...
@@ -64,8 +64,8 @@ typedef enum buttonType_e
PLAY_BUTTON
,
STOP_BUTTON
,
OPEN_BUTTON
,
PREV
IOUS
_BUTTON
,
NEXT_BUTTON
,
PREV
_SLOW
_BUTTON
,
NEXT_
FAST_
BUTTON
,
SLOWER_BUTTON
,
FASTER_BUTTON
,
FULLSCREEN_BUTTON
,
...
...
@@ -83,8 +83,8 @@ typedef enum buttonType_e
RANDOM_BUTTON
,
LOOP_BUTTON
,
INFO_BUTTON
,
PREV
_SLOW
_BUTTON
,
NEXT_
FAST_
BUTTON
,
PREV
IOUS
_BUTTON
,
NEXT_BUTTON
,
BUTTON_MAX
,
SPLITTER
=
0x20
,
...
...
@@ -104,22 +104,22 @@ typedef enum buttonType_e
static
const
char
*
const
nameL
[
BUTTON_MAX
]
=
{
N_
(
"Play"
),
N_
(
"Stop"
),
N_
(
"Open"
),
N_
(
"Previous
"
),
N_
(
"Next
"
),
N_
(
"Slower"
),
N_
(
"Faster"
),
N_
(
"Fullscreen"
),
N_
(
"Previous
/Backward"
),
N_
(
"Next/Forward
"
),
N_
(
"Slower"
),
N_
(
"Faster"
),
N_
(
"Fullscreen"
),
N_
(
"De-Fullscreen"
),
N_
(
"Extended panel"
),
N_
(
"Playlist"
),
N_
(
"Snapshot"
),
N_
(
"Record"
),
N_
(
"A->B Loop"
),
N_
(
"Frame By Frame"
),
N_
(
"Trickplay Reverse"
),
N_
(
"Step backward"
),
N_
(
"Step forward"
),
N_
(
"Quit"
),
N_
(
"Random"
),
N_
(
"Loop/Repeat mode"
),
N_
(
"Information"
),
N_
(
"Previous"
),
N_
(
"Next"
)
};
static
const
char
*
const
tooltipL
[
BUTTON_MAX
]
=
{
I_PLAY_TOOLTIP
,
N_
(
"Stop playback"
),
N_
(
"Open a medium"
),
N_
(
"Previous media in the playlist"
),
N_
(
"Next media in the playlist"
),
N_
(
"Slower"
),
N_
(
"Faster"
),
N_
(
"Previous media in the playlist
, skip backward when keep-pressed
"
),
N_
(
"Next media in the playlist
, skip forward when keep-pressed
"
),
N_
(
"Slower"
),
N_
(
"Faster"
),
N_
(
"Toggle the video in fullscreen"
),
N_
(
"Toggle the video out fullscreen"
),
N_
(
"Show extended settings"
),
N_
(
"Show playlist"
),
N_
(
"Take a snapshot"
),
N_
(
"Record"
),
N_
(
"Loop from point A to point B continuously."
),
N_
(
"Frame by frame"
),
N_
(
"Reverse"
),
N_
(
"Step backward"
),
N_
(
"Step forward"
),
N_
(
"Quit"
),
N_
(
"Random"
),
N_
(
"Change the loop and repeat modes"
),
N_
(
"Information"
),
N_
(
"Previous media
or slower"
),
N_
(
"Next media or faster
"
)};
N_
(
"Previous media
in the playlist"
),
N_
(
"Next media in the playlist
"
)};
static
const
QString
iconL
[
BUTTON_MAX
]
=
{
":/toolbar/play_b"
,
":/toolbar/stop_b"
,
":/toolbar/eject"
,
":/toolbar/previous_b"
,
":/toolbar/next_b"
,
":/toolbar/slower"
,
":/toolbar/faster"
,
":/toolbar/fullscreen"
,
...
...
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