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
cbc27099
Commit
cbc27099
authored
Sep 15, 2009
by
Francois Cartegnie
Committed by
Jean-Baptiste Kempf
Sep 21, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: Simple prefs Input/codec ui fixes
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
677a311c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
188 additions
and
89 deletions
+188
-89
modules/demux/avi/avi.c
modules/demux/avi/avi.c
+3
-2
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+1
-0
modules/gui/qt4/ui/sprefs_input.ui
modules/gui/qt4/ui/sprefs_input.ui
+184
-87
No files found.
modules/demux/avi/avi.c
View file @
cbc27099
...
...
@@ -57,8 +57,9 @@ static void Close( vlc_object_t * );
static
const
int
pi_index
[]
=
{
0
,
1
,
2
};
static
const
char
*
const
ppsz_indexes
[]
=
{
N_
(
"Ask"
),
N_
(
"Always fix"
),
N_
(
"Never fix"
)
};
static
const
char
*
const
ppsz_indexes
[]
=
{
N_
(
"Ask for action"
),
N_
(
"Always fix"
),
N_
(
"Never fix"
)
};
vlc_module_begin
()
set_shortname
(
"AVI"
)
...
...
modules/gui/qt4/components/simple_preferences.cpp
View file @
cbc27099
...
...
@@ -417,6 +417,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONFIG_GENERIC
(
"prefer-system-codecs"
,
Bool
,
NULL
,
systemCodecBox
);
#else
ui
.
systemCodecBox
->
hide
();
ui
.
systemCodecLabel
->
hide
();
#endif
optionWidgets
.
append
(
ui
.
DVDDevice
);
optionWidgets
.
append
(
ui
.
cachingCombo
);
...
...
modules/gui/qt4/ui/sprefs_input.ui
View file @
cbc27099
This diff is collapsed.
Click to expand it.
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