Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
8b0e6890
Commit
8b0e6890
authored
Sep 09, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4 - Remove preferences button from interface. Remove unuseful debug.
parent
669689e0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
13 deletions
+0
-13
modules/gui/qt4/components/interface_widgets.cpp
modules/gui/qt4/components/interface_widgets.cpp
+0
-11
modules/gui/qt4/components/interface_widgets.hpp
modules/gui/qt4/components/interface_widgets.hpp
+0
-1
modules/gui/qt4/main_interface.cpp
modules/gui/qt4/main_interface.cpp
+0
-1
No files found.
modules/gui/qt4/components/interface_widgets.cpp
View file @
8b0e6890
...
...
@@ -457,13 +457,6 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i, bool b_advControls ) :
setupSmallButton
(
extSettingsButton
);
controlLayout
->
addWidget
(
extSettingsButton
,
3
,
12
);
/** Preferences **/
QPushButton
*
prefsButton
=
new
QPushButton
(
"P"
);
BUTTON_SET_ACT
(
prefsButton
,
"P"
,
qtr
(
"Preferences / Settings"
),
prefs
()
);
setupSmallButton
(
prefsButton
);
controlLayout
->
addWidget
(
prefsButton
,
3
,
13
);
controlLayout
->
setColumnStretch
(
14
,
5
);
/* Volume */
...
...
@@ -616,10 +609,6 @@ void ControlsWidget::extSettings()
{
THEDP
->
extendedDialog
();
}
void
ControlsWidget
::
prefs
()
{
THEDP
->
prefsDialog
();
}
void
ControlsWidget
::
slower
()
{
...
...
modules/gui/qt4/components/interface_widgets.hpp
View file @
8b0e6890
...
...
@@ -170,7 +170,6 @@ private slots:
void
updateVolume
(
int
);
void
fullscreen
();
void
extSettings
();
void
prefs
();
void
faster
();
void
slower
();
void
toggleAdvanced
();
...
...
modules/gui/qt4/main_interface.cpp
View file @
8b0e6890
...
...
@@ -675,7 +675,6 @@ void MainInterface::setDisplayPosition( float pos, int time, int length )
void
MainInterface
::
toggleTimeDisplay
()
{
msg_Dbg
(
p_intf
,
"coincoin"
);
b_remainingTime
=
(
b_remainingTime
?
false
:
true
);
}
...
...
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