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
68171b34
Commit
68171b34
authored
Nov 09, 2006
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't show visualizations selector (unused).
A bit of cleanup in simple prefs
parent
5e253797
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
192 additions
and
242 deletions
+192
-242
modules/gui/qt4/Modules.am
modules/gui/qt4/Modules.am
+0
-2
modules/gui/qt4/menus.cpp
modules/gui/qt4/menus.cpp
+2
-0
modules/gui/qt4/ui/sprefs_audio.ui
modules/gui/qt4/ui/sprefs_audio.ui
+184
-142
modules/gui/qt4/ui/sprefs_interface.ui
modules/gui/qt4/ui/sprefs_interface.ui
+3
-27
modules/gui/qt4/ui/sprefs_trivial.ui
modules/gui/qt4/ui/sprefs_trivial.ui
+0
-63
modules/gui/qt4/ui/sprefs_video.ui
modules/gui/qt4/ui/sprefs_video.ui
+3
-8
No files found.
modules/gui/qt4/Modules.am
View file @
68171b34
...
@@ -20,7 +20,6 @@ TOUI = \
...
@@ -20,7 +20,6 @@ TOUI = \
ui/sprefs_interface
\
ui/sprefs_interface
\
ui/sprefs_playlist
\
ui/sprefs_playlist
\
ui/sprefs_subtitles
\
ui/sprefs_subtitles
\
ui/sprefs_trivial
\
ui/sprefs_video
\
ui/sprefs_video
\
ui/streampanel
ui/streampanel
...
@@ -160,7 +159,6 @@ EXTRA_DIST += \
...
@@ -160,7 +159,6 @@ EXTRA_DIST += \
ui/sprefs_interface.ui
\
ui/sprefs_interface.ui
\
ui/sprefs_playlist.ui
\
ui/sprefs_playlist.ui
\
ui/sprefs_subtitles.ui
\
ui/sprefs_subtitles.ui
\
ui/sprefs_trivial.ui
\
ui/sprefs_video.ui
\
ui/sprefs_video.ui
\
ui/streampanel.ui
\
ui/streampanel.ui
\
pixmaps/advanced.xpm
\
pixmaps/advanced.xpm
\
...
...
modules/gui/qt4/menus.cpp
View file @
68171b34
...
@@ -186,10 +186,12 @@ QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf, MainInterface *mi,
...
@@ -186,10 +186,12 @@ QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf, MainInterface *mi,
mi
,
SLOT
(
advanced
()
)
);
mi
,
SLOT
(
advanced
()
)
);
adv
->
setCheckable
(
true
);
adv
->
setCheckable
(
true
);
if
(
adv_controls_enabled
)
adv
->
setChecked
(
true
);
if
(
adv_controls_enabled
)
adv
->
setChecked
(
true
);
#if 0
adv = menu->addAction( qtr("Visualizations selector" ),
adv = menu->addAction( qtr("Visualizations selector" ),
mi, SLOT( visual() ) );
mi, SLOT( visual() ) );
adv->setCheckable( true );
adv->setCheckable( true );
if( visual_selector_enabled ) adv->setChecked( true );
if( visual_selector_enabled ) adv->setChecked( true );
#endif
}
}
menu
->
addSeparator
();
menu
->
addSeparator
();
DP_SADD
(
qtr
(
"Preferences"
),
""
,
""
,
prefsDialog
()
);
DP_SADD
(
qtr
(
"Preferences"
),
""
,
""
,
prefsDialog
()
);
...
...
modules/gui/qt4/ui/sprefs_audio.ui
View file @
68171b34
This diff is collapsed.
Click to expand it.
modules/gui/qt4/ui/sprefs_interface.ui
View file @
68171b34
<ui version="4.0" >
<ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>SPrefsInterface</class>
<class>SPrefsInterface</class>
<widget class="QWidget" name="SPrefsInterface" >
<widget class="QWidget" name="SPrefsInterface" >
<property name="geometry" >
<property name="geometry" >
...
@@ -37,7 +34,7 @@
...
@@ -37,7 +34,7 @@
<item row="3" column="0" colspan="2" >
<item row="3" column="0" colspan="2" >
<widget class="QLabel" name="label_3" >
<widget class="QLabel" name="label_3" >
<property name="text" >
<property name="text" >
<string>This is VLC's skinable interface. You can download skins on http://www.videolan.org/ to customize your player.</string>
<string>This is VLC's skin
n
able interface. You can download skins on http://www.videolan.org/ to customize your player.</string>
</property>
</property>
<property name="wordWrap" >
<property name="wordWrap" >
<bool>true</bool>
<bool>true</bool>
...
@@ -47,33 +44,13 @@
...
@@ -47,33 +44,13 @@
<item row="1" column="0" colspan="2" >
<item row="1" column="0" colspan="2" >
<widget class="QLabel" name="label_2" >
<widget class="QLabel" name="label_2" >
<property name="text" >
<property name="text" >
<string>
This is the new VLC default interface. Its dialogs give access to most VLC features.
</string>
<string>
VLC's default interface, with native look and feel
</string>
</property>
</property>
<property name="wordWrap" >
<property name="wordWrap" >
<bool>true</bool>
<bool>true</bool>
</property>
</property>
</widget>
</widget>
</item>
</item>
<item row="5" column="0" colspan="2" >
<widget class="QLabel" name="label_4" >
<property name="text" >
<string>This is the legacy VLC default interface. It will be removed once the Qt4 interface is completed and tested.</string>
</property>
<property name="textFormat" >
<enum>Qt::AutoText</enum>
</property>
<property name="wordWrap" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="0" >
<widget class="QRadioButton" name="wxwidgets" >
<property name="text" >
<string>wxWidgets</string>
</property>
</widget>
</item>
<item row="2" column="0" >
<item row="2" column="0" >
<widget class="QRadioButton" name="skins" >
<widget class="QRadioButton" name="skins" >
<property name="text" >
<property name="text" >
...
@@ -84,7 +61,7 @@
...
@@ -84,7 +61,7 @@
<item row="0" column="0" >
<item row="0" column="0" >
<widget class="QRadioButton" name="qt4" >
<widget class="QRadioButton" name="qt4" >
<property name="text" >
<property name="text" >
<string>
Qt4
</string>
<string>
Default
</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
...
@@ -103,7 +80,6 @@
...
@@ -103,7 +80,6 @@
</item>
</item>
</layout>
</layout>
</widget>
</widget>
<pixmapfunction></pixmapfunction>
<resources/>
<resources/>
<connections/>
<connections/>
</ui>
</ui>
modules/gui/qt4/ui/sprefs_trivial.ui
deleted
100644 → 0
View file @
5e253797
<ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>SPrefsTrivial</class>
<widget class="QWidget" name="SPrefsTrivial" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>681</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle" >
<string>Form</string>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="4" column="1" >
<widget class="QSpinBox" name="crSpin" />
</item>
<item row="0" column="0" >
<widget class="QComboBox" name="memcpyCombo" />
</item>
<item row="5" column="0" colspan="2" >
<widget class="QDateTimeEdit" name="dateTimeEdit" />
</item>
<item row="4" column="0" >
<widget class="QLabel" name="crLabel" >
<property name="text" >
<string>That's the question</string>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QLabel" name="memcpyLabel" >
<property name="text" >
<string>Should labels be set in Designer or by program ?.</string>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QLCDNumber" name="lcdNumber" >
<property name="numDigits" >
<number>3</number>
</property>
<property name="value" stdset="0" >
<double>42</double>
</property>
</widget>
</item>
</layout>
</widget>
<pixmapfunction></pixmapfunction>
<resources/>
<connections/>
</ui>
modules/gui/qt4/ui/sprefs_video.ui
View file @
68171b34
<ui version="4.0" >
<ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>SPrefsVideo</class>
<class>SPrefsVideo</class>
<widget class="QWidget" name="SPrefsVideo" >
<widget class="QWidget" name="SPrefsVideo" >
<property name="geometry" >
<property name="geometry" >
...
@@ -64,8 +61,7 @@
...
@@ -64,8 +61,7 @@
<item row="2" column="0" >
<item row="2" column="0" >
<widget class="QLabel" name="label_3" >
<widget class="QLabel" name="label_3" >
<property name="text" >
<property name="text" >
<string>Format
<string>Format</string>
</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
...
@@ -100,7 +96,7 @@
...
@@ -100,7 +96,7 @@
<item row="2" column="0" >
<item row="2" column="0" >
<widget class="QLabel" name="label_4" >
<widget class="QLabel" name="label_4" >
<property name="text" >
<property name="text" >
<string>Output
module
</string>
<string>Output</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
...
@@ -128,7 +124,7 @@
...
@@ -128,7 +124,7 @@
<item row="0" column="2" >
<item row="0" column="2" >
<widget class="QCheckBox" name="overlay" >
<widget class="QCheckBox" name="overlay" >
<property name="text" >
<property name="text" >
<string>
Overlay
video output</string>
<string>
Accelerated
video output</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
...
@@ -144,7 +140,6 @@
...
@@ -144,7 +140,6 @@
</item>
</item>
</layout>
</layout>
</widget>
</widget>
<pixmapfunction></pixmapfunction>
<resources/>
<resources/>
<connections/>
<connections/>
</ui>
</ui>
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