changeset 131:0d5d0126cce6

Added "seek"-subsong control option Added tooltips for sub-song control options
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 16 Jan 2004 02:52:00 +0000
parents 84bff1a4bb1c
children 4162a5370b9e
files xmms-sid.glade
diffstat 1 files changed, 21 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xmms-sid.glade	Wed Jan 14 22:03:02 2004 +0000
+++ b/xmms-sid.glade	Fri Jan 16 02:52:00 2004 +0000
@@ -1646,6 +1646,7 @@
 	    <widget>
 	      <class>GtkRadioButton</class>
 	      <name>cfg_subsong_none</name>
+	      <tooltip>No sub-song control.</tooltip>
 	      <can_focus>True</can_focus>
 	      <label>Disabled</label>
 	      <active>False</active>
@@ -1660,9 +1661,26 @@
 
 	    <widget>
 	      <class>GtkRadioButton</class>
-	      <name>cfg_subsong_popup</name>
+	      <name>cfg_subsong_seek</name>
+	      <tooltip>Seeking backwards/forwards selects previous/next sub-song, similar to selector used in XMMS-SidPlay.</tooltip>
 	      <can_focus>True</can_focus>
-	      <label>Pop-up via seekbar</label>
+	      <label>Seek back/forward changes sub-song</label>
+	      <active>False</active>
+	      <draw_indicator>True</draw_indicator>
+	      <group>subsong</group>
+	      <child>
+		<padding>0</padding>
+		<expand>False</expand>
+		<fill>False</fill>
+	      </child>
+	    </widget>
+
+	    <widget>
+	      <class>GtkRadioButton</class>
+	      <name>cfg_subsong_popup</name>
+	      <tooltip>By pressing the seekbar a sub-song control window pops up, in style of UADE (Unix Amiga Delitracker Emulator)</tooltip>
+	      <can_focus>True</can_focus>
+	      <label>Pop-up via seekbar (UADE-style)</label>
 	      <active>False</active>
 	      <draw_indicator>True</draw_indicator>
 	      <group>subsong</group>
@@ -1676,6 +1694,7 @@
 	    <widget>
 	      <class>GtkRadioButton</class>
 	      <name>cfg_subsong_patch</name>
+	      <tooltip>Seekbar works as a subtune selector (Best option if you have patched your XMMS with the song-position patch.)</tooltip>
 	      <can_focus>True</can_focus>
 	      <label>Song-position patch</label>
 	      <active>False</active>