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
25913057
Commit
25913057
authored
Jul 26, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unneeded option now. Screw Qt < 4.3
Close #1757
parent
210811cd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
modules/gui/qt4/components/open_panels.cpp
modules/gui/qt4/components/open_panels.cpp
+0
-2
modules/gui/qt4/qt4.cpp
modules/gui/qt4/qt4.cpp
+0
-5
No files found.
modules/gui/qt4/components/open_panels.cpp
View file @
25913057
...
@@ -80,8 +80,6 @@ FileOpenPanel::FileOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
...
@@ -80,8 +80,6 @@ FileOpenPanel::FileOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
dialogBox
->
restoreState
(
dialogBox
->
restoreState
(
settings
.
value
(
"file-dialog-state"
).
toByteArray
()
);
settings
.
value
(
"file-dialog-state"
).
toByteArray
()
);
#endif
#endif
dialogBox
->
setViewMode
(
config_GetInt
(
p_intf
,
"qt-open-detail"
)
?
QFileDialog
::
Detail
:
QFileDialog
::
List
);
/* We don't want to see a grip in the middle of the window, do we? */
/* We don't want to see a grip in the middle of the window, do we? */
dialogBox
->
setSizeGripEnabled
(
false
);
dialogBox
->
setSizeGripEnabled
(
false
);
...
...
modules/gui/qt4/qt4.cpp
View file @
25913057
...
@@ -124,8 +124,6 @@ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * );
...
@@ -124,8 +124,6 @@ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * );
"Default is '255;255;255;20;226;20;255;176;15;235;30;20'\n" \
"Default is '255;255;255;20;226;20;255;176;15;235;30;20'\n" \
"An alternative can be '30;30;50;40;40;100;50;50;160;150;150;255' ")
"An alternative can be '30;30;50;40;40;100;50;50;160;150;150;255' ")
#define VIEWDETAIL_TEXT N_( "Show the opening dialog view in detail mode" )
#define QT_MODE_TEXT N_( "Selection of the starting mode and look " )
#define QT_MODE_TEXT N_( "Selection of the starting mode and look " )
#define QT_MODE_LONGTEXT N_( "Start VLC with:\n" \
#define QT_MODE_LONGTEXT N_( "Start VLC with:\n" \
" - normal mode\n" \
" - normal mode\n" \
...
@@ -200,9 +198,6 @@ vlc_module_begin();
...
@@ -200,9 +198,6 @@ vlc_module_begin();
"255;255;255;20;226;20;255;176;15;235;30;20"
,
"255;255;255;20;226;20;255;176;15;235;30;20"
,
NULL
,
SLIDERCOL_TEXT
,
SLIDERCOL_LONGTEXT
,
false
);
NULL
,
SLIDERCOL_TEXT
,
SLIDERCOL_LONGTEXT
,
false
);
add_bool
(
"qt-open-detail"
,
false
,
NULL
,
VIEWDETAIL_TEXT
,
VIEWDETAIL_TEXT
,
false
);
add_bool
(
"qt-privacy-ask"
,
true
,
NULL
,
PRIVACY_TEXT
,
PRIVACY_TEXT
,
add_bool
(
"qt-privacy-ask"
,
true
,
NULL
,
PRIVACY_TEXT
,
PRIVACY_TEXT
,
false
);
false
);
change_internal
();
change_internal
();
...
...
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