Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
5f6ba92a
Commit
5f6ba92a
authored
Jun 23, 2015
by
Daniel Amm
Committed by
Jean-Baptiste Kempf
Jun 23, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NSIS/Qt extension dialog: remove duplicates
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
903b3cbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
9 deletions
+7
-9
extras/package/win32/NSIS/helpers/extensions.nsh
extras/package/win32/NSIS/helpers/extensions.nsh
+0
-1
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+7
-8
No files found.
extras/package/win32/NSIS/helpers/extensions.nsh
View file @
5f6ba92a
...
...
@@ -180,7 +180,6 @@ FunctionEnd
!insertmacro ${_action} Video ".m4v"
!insertmacro ${_action} Video ".mkv"
!insertmacro ${_action} Video ".mov"
!insertmacro ${_action} Video ".mp2"
!insertmacro ${_action} Video ".mp2v"
!insertmacro ${_action} Video ".mp4"
!insertmacro ${_action} Video ".mp4v"
...
...
modules/gui/qt4/components/simple_preferences.cpp
View file @
5f6ba92a
...
...
@@ -1326,14 +1326,13 @@ void SPrefsPanel::assoDialog()
aTv
(
".asf"
);
aTv
(
".avi"
);
aTv
(
".bik"
);
aTv
(
".divx"
);
aTv
(
".drc"
);
aTv
(
".dv"
);
aTv
(
".f4v"
);
aTv
(
".flv"
);
aTv
(
".gvi"
);
aTv
(
".gxf"
);
aTv
(
".m1v"
);
aTv
(
".m2t"
);
aTv
(
".m2v"
);
aTv
(
".m2ts"
);
aTv
(
".m4v"
);
aTv
(
".mkv"
);
aTv
(
".mov"
);
aTv
(
".mp2"
);
aTv
(
".mp2v"
);
aTv
(
".mp4"
);
aTv
(
".mp4v"
);
aTv
(
".mpa"
);
aTv
(
".mpe"
);
aTv
(
".mpeg"
);
aTv
(
".mpeg1"
);
aTv
(
".mpeg2"
);
aTv
(
".mpeg4"
);
aTv
(
".mpg"
);
aTv
(
".mpv2"
);
aTv
(
".mts"
);
aTv
(
".mtv"
);
aTv
(
".mxf"
);
aTv
(
".nsv"
);
aTv
(
".nuv"
);
aTv
(
".ogg"
);
aTv
(
".ogm"
);
aTv
(
".ogx"
);
aTv
(
".ogv"
);
aTv
(
".rec"
);
aTv
(
".rm"
);
aTv
(
".rmvb"
);
aTv
(
".rpl"
);
aTv
(
".thp"
);
aTv
(
".tod"
);
aTv
(
".ts"
);
aTv
(
".tts"
);
aTv
(
".vob"
);
aTv
(
".vro"
);
aTv
(
".webm"
);
aTv
(
".wmv"
);
aTv
(
".xesc"
);
aTv
(
".mkv"
);
aTv
(
".mov"
);
aTv
(
".mp2v"
);
aTv
(
".mp4"
);
aTv
(
".mp4v"
);
aTv
(
".mpa"
);
aTv
(
".mpe"
);
aTv
(
".mpeg"
);
aTv
(
".mpeg1"
);
aTv
(
".mpeg2"
);
aTv
(
".mpeg4"
);
aTv
(
".mpg"
);
aTv
(
".mpv2"
);
aTv
(
".mts"
);
aTv
(
".mtv"
);
aTv
(
".mxf"
);
aTv
(
".nsv"
);
aTv
(
".nuv"
);
aTv
(
".ogg"
);
aTv
(
".ogm"
);
aTv
(
".ogx"
);
aTv
(
".ogv"
);
aTv
(
".rec"
);
aTv
(
".rm"
);
aTv
(
".rmvb"
);
aTv
(
".rpl"
);
aTv
(
".thp"
);
aTv
(
".tod"
);
aTv
(
".ts"
);
aTv
(
".tts"
);
aTv
(
".vob"
);
aTv
(
".vro"
);
aTv
(
".webm"
);
aTv
(
".wmv"
);
aTv
(
".xesc"
);
videoType
->
setCheckState
(
0
,
(
i_temp
>
0
)
?
(
(
i_temp
==
videoType
->
childCount
()
)
?
Qt
::
Checked
:
Qt
::
PartiallyChecked
)
...
...
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