[vlc-devel] commit: UI buddies and tab stop for audio prefs. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Apr 16 10:04:12 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 15 23:28:23 2008 -0700| [f98ea9538b7ac1c8e2518f24c60d7ddd4d8431d7]
UI buddies and tab stop for audio prefs.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f98ea9538b7ac1c8e2518f24c60d7ddd4d8431d7
---
modules/gui/qt4/ui/sprefs_audio.ui | 38 +++++++++++++++++++++++++++++++++++-
1 files changed, 37 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/ui/sprefs_audio.ui b/modules/gui/qt4/ui/sprefs_audio.ui
index 87ebea5..fcf8345 100644
--- a/modules/gui/qt4/ui/sprefs_audio.ui
+++ b/modules/gui/qt4/ui/sprefs_audio.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>550</width>
- <height>725</height>
+ <height>732</height>
</rect>
</property>
<property name="windowTitle" >
@@ -112,6 +112,9 @@
<property name="text" >
<string>_("Force detection of Dolby Surround")</string>
</property>
+ <property name="buddy" >
+ <cstring>detectionDolby</cstring>
+ </property>
</widget>
</item>
<item row="2" column="1" colspan="3" >
@@ -138,6 +141,9 @@
<property name="text" >
<string>_("Preferred audio language")</string>
</property>
+ <property name="buddy" >
+ <cstring>preferredAudioLanguage</cstring>
+ </property>
</widget>
</item>
<item row="3" column="1" colspan="3" >
@@ -163,6 +169,9 @@
<property name="text" >
<string>_("Type")</string>
</property>
+ <property name="buddy" >
+ <cstring>outputModule</cstring>
+ </property>
</widget>
</item>
<item row="0" column="1" >
@@ -189,6 +198,9 @@
<property name="text" >
<string>_("Device")</string>
</property>
+ <property name="buddy" >
+ <cstring>alsaDevice</cstring>
+ </property>
</widget>
</item>
<item>
@@ -224,6 +236,9 @@
<property name="text" >
<string>_("Device")</string>
</property>
+ <property name="buddy" >
+ <cstring>DirectXDevice</cstring>
+ </property>
</widget>
</item>
<item>
@@ -253,6 +268,9 @@
<property name="text" >
<string>_("Device")</string>
</property>
+ <property name="buddy" >
+ <cstring>OSSDevice</cstring>
+ </property>
</widget>
</item>
<item>
@@ -282,6 +300,9 @@
<property name="text" >
<string>_("File")</string>
</property>
+ <property name="buddy" >
+ <cstring>fileName</cstring>
+ </property>
</widget>
</item>
<item>
@@ -328,6 +349,9 @@
<property name="text" >
<string>_("Visualization")</string>
</property>
+ <property name="buddy" >
+ <cstring>visualisation</cstring>
+ </property>
</widget>
</item>
<item row="1" column="1" >
@@ -361,6 +385,9 @@
<property name="text" >
<string>_("Username")</string>
</property>
+ <property name="buddy" >
+ <cstring>lastfm_user_edit</cstring>
+ </property>
</widget>
</item>
<item row="2" column="0" >
@@ -368,6 +395,9 @@
<property name="text" >
<string>_("Password")</string>
</property>
+ <property name="buddy" >
+ <cstring>lastfm_pass_edit</cstring>
+ </property>
</widget>
</item>
<item row="2" column="1" colspan="2" >
@@ -385,7 +415,9 @@
<tabstops>
<tabstop>enableAudio</tabstop>
<tabstop>defaultVolume</tabstop>
+ <tabstop>volumeValue</tabstop>
<tabstop>spdifBox</tabstop>
+ <tabstop>saveVolBox</tabstop>
<tabstop>detectionDolby</tabstop>
<tabstop>preferredAudioLanguage</tabstop>
<tabstop>outputModule</tabstop>
@@ -393,11 +425,15 @@
<tabstop>DirectXDevice</tabstop>
<tabstop>OSSDevice</tabstop>
<tabstop>OSSBrowse</tabstop>
+ <tabstop>fileName</tabstop>
<tabstop>fileBrowseButton</tabstop>
<tabstop>headphoneEffect</tabstop>
<tabstop>volNormBox</tabstop>
<tabstop>volNormSpin</tabstop>
<tabstop>visualisation</tabstop>
+ <tabstop>lastfm</tabstop>
+ <tabstop>lastfm_user_edit</tabstop>
+ <tabstop>lastfm_pass_edit</tabstop>
</tabstops>
<resources/>
<connections>
More information about the vlc-devel
mailing list