rhythmbox r6231 - in trunk: . data/glade plugins/audioscrobbler plugins/cd-recorder plugins/daap plugins/iradio plugins/jamendo plugins/magnatune plugins/visualizer



Author: jmatthew
Date: Thu Mar 19 12:23:36 2009
New Revision: 6231
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=6231&view=rev

Log:
2009-03-19  Jonathan Matthew  <jonathan d14n org>

	* data/glade/Makefile.am:
	* data/glade/general-prefs.glade:
	* data/glade/library-prefs.glade:
	* data/glade/playback-prefs.glade:
	* data/glade/uri.glade:
	* plugins/audioscrobbler/audioscrobbler-prefs.glade:
	* plugins/cd-recorder/recorder.glade:
	* plugins/daap/daap-prefs.glade:
	* plugins/iradio/station-properties.glade:
	* plugins/jamendo/jamendo-prefs.glade:
	* plugins/magnatune/magnatune-prefs.glade:
	* plugins/visualizer/visualizer-controls.glade:
	Replace GnomeHRef with GtkLinkButton, remove libgnome dependencies, and
	remove the unusued uri.glade.


Removed:
   trunk/data/glade/uri.glade
Modified:
   trunk/ChangeLog
   trunk/data/glade/Makefile.am
   trunk/data/glade/general-prefs.glade
   trunk/data/glade/library-prefs.glade
   trunk/data/glade/playback-prefs.glade
   trunk/plugins/audioscrobbler/audioscrobbler-prefs.glade
   trunk/plugins/cd-recorder/recorder.glade
   trunk/plugins/daap/daap-prefs.glade
   trunk/plugins/iradio/station-properties.glade
   trunk/plugins/jamendo/jamendo-prefs.glade
   trunk/plugins/magnatune/magnatune-prefs.glade
   trunk/plugins/visualizer/visualizer-controls.glade

Modified: trunk/data/glade/Makefile.am
==============================================================================
--- trunk/data/glade/Makefile.am	(original)
+++ trunk/data/glade/Makefile.am	Thu Mar 19 12:23:36 2009
@@ -8,7 +8,6 @@
 		podcast-feed-properties.glade	\
 		podcast-properties.glade	\
 		create-playlist.glade		\
-		uri.glade			\
 		plugins.glade			\
 		playlist-save.glade		\
 		playback-prefs.glade		\

Modified: trunk/data/glade/general-prefs.glade
==============================================================================
--- trunk/data/glade/general-prefs.glade	(original)
+++ trunk/data/glade/general-prefs.glade	Thu Mar 19 12:23:36 2009
@@ -2,7 +2,6 @@
 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd";>
 
 <glade-interface>
-<requires lib="gnome"/>
 
 <widget class="GtkWindow" id="preferences">
   <property name="visible">True</property>

Modified: trunk/data/glade/library-prefs.glade
==============================================================================
--- trunk/data/glade/library-prefs.glade	(original)
+++ trunk/data/glade/library-prefs.glade	Thu Mar 19 12:23:36 2009
@@ -2,7 +2,6 @@
 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd";>
 
 <glade-interface>
-<requires lib="gnome"/>
 
 <widget class="GtkWindow" id="window1">
   <property name="visible">True</property>

Modified: trunk/data/glade/playback-prefs.glade
==============================================================================
--- trunk/data/glade/playback-prefs.glade	(original)
+++ trunk/data/glade/playback-prefs.glade	Thu Mar 19 12:23:36 2009
@@ -2,7 +2,6 @@
 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd";>
 
 <glade-interface>
-<requires lib="gnome"/>
 
 <widget class="GtkWindow" id="window1">
   <property name="visible">True</property>

Modified: trunk/plugins/audioscrobbler/audioscrobbler-prefs.glade
==============================================================================
--- trunk/plugins/audioscrobbler/audioscrobbler-prefs.glade	(original)
+++ trunk/plugins/audioscrobbler/audioscrobbler-prefs.glade	Thu Mar 19 12:23:36 2009
@@ -2,7 +2,6 @@
 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd";>
 
 <glade-interface>
-<requires lib="gnome"/>
 
 <widget class="GtkWindow" id="preferences">
   <property name="visible">True</property>
@@ -248,11 +247,11 @@
 		      </child>
 
 		      <child>
-			<widget class="GnomeHRef" id="last_fm_link">
+			<widget class="GtkLinkButton" id="last_fm_link">
 			  <property name="visible">True</property>
 			  <property name="can_focus">True</property>
-			  <property name="url">http://last.fm</property>
-			  <property name="text" translatable="yes">Sign up for an account</property>
+			  <property name="uri">http://last.fm</property>
+			  <property name="label" translatable="yes">Sign up for an account</property>
 			  <property name="focus_on_click">True</property>
 			</widget>
 			<packing>
@@ -588,11 +587,11 @@
 	      <property name="spacing">0</property>
 
 	      <child>
-		<widget class="GnomeHRef" id="rb_group_link">
+		<widget class="GtkLinkButton" id="rb_group_link">
 		  <property name="visible">True</property>
 		  <property name="can_focus">True</property>
-		  <property name="url">http://last.fm/group/Rhythmbox</property>
-		  <property name="text" translatable="yes">Join the Rhythmbox group</property>
+		  <property name="uri">http://last.fm/group/Rhythmbox</property>
+		  <property name="label" translatable="yes">Join the Rhythmbox group</property>
 		  <property name="focus_on_click">True</property>
 		</widget>
 		<packing>

Modified: trunk/plugins/cd-recorder/recorder.glade
==============================================================================
--- trunk/plugins/cd-recorder/recorder.glade	(original)
+++ trunk/plugins/cd-recorder/recorder.glade	Thu Mar 19 12:23:36 2009
@@ -2,7 +2,6 @@
 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd";>
 
 <glade-interface>
-<requires lib="gnome"/>
 
 <widget class="GtkWindow" id="window1">
   <property name="visible">True</property>

Modified: trunk/plugins/daap/daap-prefs.glade
==============================================================================
--- trunk/plugins/daap/daap-prefs.glade	(original)
+++ trunk/plugins/daap/daap-prefs.glade	Thu Mar 19 12:23:36 2009
@@ -2,7 +2,6 @@
 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd";>
 
 <glade-interface>
-<requires lib="gnome"/>
 
 <widget class="GtkWindow" id="window1">
   <property name="visible">True</property>

Modified: trunk/plugins/iradio/station-properties.glade
==============================================================================
--- trunk/plugins/iradio/station-properties.glade	(original)
+++ trunk/plugins/iradio/station-properties.glade	Thu Mar 19 12:23:36 2009
@@ -2,7 +2,6 @@
 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd";>
 
 <glade-interface>
-<requires lib="gnome"/>
 
 <widget class="GtkDialog" id="stationpropertiesDialog">
   <property name="border_width">5</property>

Modified: trunk/plugins/jamendo/jamendo-prefs.glade
==============================================================================
--- trunk/plugins/jamendo/jamendo-prefs.glade	(original)
+++ trunk/plugins/jamendo/jamendo-prefs.glade	Thu Mar 19 12:23:36 2009
@@ -2,7 +2,6 @@
 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd";>
 
 <glade-interface>
-<requires lib="gnome"/>
 
 <widget class="GtkDialog" id="preferences_dialog">
   <property name="visible">True</property>
@@ -187,11 +186,11 @@
 	      </child>
 
 	      <child>
-		<widget class="GnomeHRef" id="href1">
+		<widget class="GtkLinkButton" id="href1">
 		  <property name="visible">True</property>
 		  <property name="can_focus">True</property>
-		  <property name="url">http://www.jamendo.com/</property>
-		  <property name="text" translatable="yes">http://www.jamendo.com/</property>
+		  <property name="uri">http://www.jamendo.com/</property>
+		  <property name="label" translatable="yes">http://www.jamendo.com/</property>
 		  <property name="focus_on_click">True</property>
 		</widget>
 		<packing>

Modified: trunk/plugins/magnatune/magnatune-prefs.glade
==============================================================================
--- trunk/plugins/magnatune/magnatune-prefs.glade	(original)
+++ trunk/plugins/magnatune/magnatune-prefs.glade	Thu Mar 19 12:23:36 2009
@@ -2,7 +2,6 @@
 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd";>
 
 <glade-interface>
-<requires lib="gnome"/>
 
 <widget class="GtkDialog" id="preferences_dialog">
   <property name="visible">True</property>
@@ -669,11 +668,11 @@
 		  </child>
 
 		  <child>
-		    <widget class="GnomeHRef" id="href1">
+		    <widget class="GtkLinkButton" id="href1">
 		      <property name="visible">True</property>
 		      <property name="can_focus">True</property>
-		      <property name="url">http://www.magnatune.com/</property>
-		      <property name="text" translatable="yes">http://www.magnatune.com/</property>
+		      <property name="uri">http://www.magnatune.com/</property>
+		      <property name="label" translatable="yes">http://www.magnatune.com/</property>
 		      <property name="focus_on_click">True</property>
 		    </widget>
 		    <packing>
@@ -723,11 +722,11 @@
 		  </child>
 
 		  <child>
-		    <widget class="GnomeHRef" id="magnatune_link">
+		    <widget class="GtkLinkButton" id="magnatune_link">
 		      <property name="visible">True</property>
 		      <property name="can_focus">True</property>
-		      <property name="url">http://www.magnatune.com/info/</property>
-		      <property name="text" translatable="yes">http://www.magnatune.com/info/</property>
+		      <property name="uri">http://www.magnatune.com/info/</property>
+		      <property name="label" translatable="yes">http://www.magnatune.com/info/</property>
 		      <property name="focus_on_click">True</property>
 		    </widget>
 		    <packing>
@@ -777,11 +776,11 @@
 		  </child>
 
 		  <child>
-		    <widget class="GnomeHRef" id="redownload_link">
+		    <widget class="GtkLinkButton" id="redownload_link">
 		      <property name="visible">True</property>
 		      <property name="can_focus">True</property>
-		      <property name="url">http://www.magnatune.com/info/redownload</property>
-		      <property name="text" translatable="yes">http://www.magnatune.com/info/redownload</property>
+		      <property name="uri">http://www.magnatune.com/info/redownload</property>
+		      <property name="label" translatable="yes">http://www.magnatune.com/info/redownload</property>
 		      <property name="focus_on_click">True</property>
 		    </widget>
 		    <packing>

Modified: trunk/plugins/visualizer/visualizer-controls.glade
==============================================================================
--- trunk/plugins/visualizer/visualizer-controls.glade	(original)
+++ trunk/plugins/visualizer/visualizer-controls.glade	Thu Mar 19 12:23:36 2009
@@ -2,7 +2,6 @@
 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd";>
 
 <glade-interface>
-<requires lib="gnome"/>
 
 <widget class="GtkWindow" id="window1">
   <property name="visible">True</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]