Changeset 595
- Timestamp:
- 03/12/07 20:00:20 (2 years ago)
- Files:
-
- trunk/configure.ac (modified) (1 diff)
- trunk/src/album_cover_control.py (modified) (1 diff)
- trunk/src/data/glade/about_dialog.glade (modified) (1 diff)
- trunk/src/data/glade/main_window.glade (modified) (2 diffs)
- trunk/src/data/glade/playlist.glade (modified) (11 diffs)
- trunk/src/devices.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure.ac
r576 r595 206 206 207 207 echo " 208 208 *************************************** 209 209 Mesk Configuration: 210 mp3: $HAVE_MP3_SUPPORT 211 ogg vorbis: $HAVE_OGGVORBIS_SUPPORT 212 CD audio: $HAVE_CDROM_SUPPORT 213 DBus: $HAVE_DBUS_SUPPORT 210 Install path: $prefix 211 mp3: $HAVE_MP3_SUPPORT 212 ogg vorbis: $HAVE_OGGVORBIS_SUPPORT 213 CD audio: $HAVE_CDROM_SUPPORT 214 DBus: $HAVE_DBUS_SUPPORT 215 *************************************** 214 216 " trunk/src/album_cover_control.py
r558 r595 141 141 from mesk.plugin.interfaces import MetaDataSearch 142 142 def search_callback(results, arg): 143 # This callback happens on the Gtk thread 143 144 data = results[MetaDataSearch.CAP_ALBUM_ART] 144 145 if data: trunk/src/data/glade/about_dialog.glade
r473 r595 8 8 <property name="destroy_with_parent">True</property> 9 9 <property name="name" translatable="yes">Mesk</property> 10 <property name="copyright">Copyright © 2006 Travis Shirk</property>10 <property name="copyright">Copyright © 2006-2007 Travis Shirk</property> 11 11 <property name="wrap_license">False</property> 12 12 <property name="website">http://mesk.nicfit.net/</property> 13 <property name="website_label" translatable="yes"> Web Site</property>13 <property name="website_label" translatable="yes">Mesk Web Site</property> 14 14 <property name="authors">Travis Shirk <travis@pobox.com></property> 15 15 <property name="artists">Icons used from Gtk, Gnome, Tango, etc. 16 16 Graffiti by Mesk</property> 17 <property name="translator_credits"> es: Babelfish</property>17 <property name="translator_credits"></property> 18 18 <signal name="close" handler="_on_about_dialog_close"/> 19 19 trunk/src/data/glade/main_window.glade
r575 r595 1040 1040 1041 1041 <child> 1042 <widget class="Gtk Entry" id="search_entry">1042 <widget class="GtkHBox" id="hbox19"> 1043 1043 <property name="visible">True</property> 1044 <property name="can_focus">True</property> 1045 <property name="editable">True</property> 1046 <property name="visibility">True</property> 1047 <property name="max_length">0</property> 1048 <property name="text" translatable="yes"></property> 1049 <property name="has_frame">True</property> 1050 <property name="invisible_char">*</property> 1051 <property name="activates_default">False</property> 1052 <signal name="changed" handler="_on_search_entry_changed"/> 1053 <signal name="activate" handler="_on_search_entry_activate"/> 1044 <property name="homogeneous">False</property> 1045 <property name="spacing">0</property> 1046 1047 <child> 1048 <widget class="GtkEntry" id="search_entry"> 1049 <property name="visible">True</property> 1050 <property name="can_focus">True</property> 1051 <property name="editable">True</property> 1052 <property name="visibility">True</property> 1053 <property name="max_length">0</property> 1054 <property name="text" translatable="yes"></property> 1055 <property name="has_frame">True</property> 1056 <property name="invisible_char">*</property> 1057 <property name="activates_default">False</property> 1058 <signal name="changed" handler="_on_search_entry_changed"/> 1059 <signal name="activate" handler="_on_search_entry_activate"/> 1060 </widget> 1061 <packing> 1062 <property name="padding">0</property> 1063 <property name="expand">True</property> 1064 <property name="fill">True</property> 1065 </packing> 1066 </child> 1067 1068 <child> 1069 <widget class="GtkButton" id="search_clear_button"> 1070 <property name="visible">True</property> 1071 <property name="can_focus">True</property> 1072 <property name="relief">GTK_RELIEF_NONE</property> 1073 <property name="focus_on_click">False</property> 1074 <signal name="clicked" handler="_on_search_clear_button_clicked" last_modification_time="Sat, 10 Mar 2007 23:51:08 GMT"/> 1075 1076 <child> 1077 <widget class="GtkImage" id="image455"> 1078 <property name="visible">True</property> 1079 <property name="stock">gtk-clear</property> 1080 <property name="icon_size">4</property> 1081 <property name="xalign">0.5</property> 1082 <property name="yalign">0.5</property> 1083 <property name="xpad">0</property> 1084 <property name="ypad">0</property> 1085 </widget> 1086 </child> 1087 </widget> 1088 <packing> 1089 <property name="padding">0</property> 1090 <property name="expand">False</property> 1091 <property name="fill">False</property> 1092 </packing> 1093 </child> 1054 1094 </widget> 1055 1095 </child> … … 1059 1099 <property name="expand">True</property> 1060 1100 <property name="fill">True</property> 1061 </packing>1062 </child>1063 1064 <child>1065 <widget class="GtkButton" id="search_clear_button">1066 <property name="visible">True</property>1067 <property name="tooltip">Clear search</property>1068 <property name="can_focus">True</property>1069 <property name="relief">GTK_RELIEF_NONE</property>1070 <property name="focus_on_click">True</property>1071 <signal name="clicked" handler="_on_search_clear_button_clicked"/>1072 <accelerator key="u" modifiers="GDK_CONTROL_MASK" signal="clicked"/>1073 1074 <child>1075 <widget class="GtkImage" id="image21">1076 <property name="visible">True</property>1077 <property name="stock">gtk-clear</property>1078 <property name="icon_size">4</property>1079 <property name="xalign">0.5</property>1080 <property name="yalign">0.5</property>1081 <property name="xpad">0</property>1082 <property name="ypad">0</property>1083 </widget>1084 </child>1085 </widget>1086 <packing>1087 <property name="padding">0</property>1088 <property name="expand">False</property>1089 <property name="fill">False</property>1090 1101 </packing> 1091 1102 </child> trunk/src/data/glade/playlist.glade
r570 r595 360 360 361 361 <child internal-child="image"> 362 <widget class="GtkImage" id="image3 55">362 <widget class="GtkImage" id="image364"> 363 363 <property name="visible">True</property> 364 364 <property name="stock">gtk-cut</property> … … 382 382 383 383 <child internal-child="image"> 384 <widget class="GtkImage" id="image3 56">384 <widget class="GtkImage" id="image365"> 385 385 <property name="visible">True</property> 386 386 <property name="stock">gtk-copy</property> … … 404 404 405 405 <child internal-child="image"> 406 <widget class="GtkImage" id="image3 57">406 <widget class="GtkImage" id="image366"> 407 407 <property name="visible">True</property> 408 408 <property name="stock">gtk-paste</property> … … 426 426 427 427 <child internal-child="image"> 428 <widget class="GtkImage" id="image3 58">428 <widget class="GtkImage" id="image367"> 429 429 <property name="visible">True</property> 430 430 <property name="stock">gtk-remove</property> … … 446 446 447 447 <child internal-child="image"> 448 <widget class="GtkImage" id="image3 59">448 <widget class="GtkImage" id="image368"> 449 449 <property name="visible">True</property> 450 450 <property name="stock">gtk-go-down</property> … … 469 469 470 470 <child internal-child="image"> 471 <widget class="GtkImage" id="image36 0">471 <widget class="GtkImage" id="image369"> 472 472 <property name="visible">True</property> 473 473 <property name="stock">gtk-go-down</property> … … 490 490 491 491 <child internal-child="image"> 492 <widget class="GtkImage" id="image3 61">492 <widget class="GtkImage" id="image370"> 493 493 <property name="visible">True</property> 494 494 <property name="stock">gtk-clear</property> … … 521 521 522 522 <child internal-child="image"> 523 <widget class="GtkImage" id="image3 62">523 <widget class="GtkImage" id="image371"> 524 524 <property name="visible">True</property> 525 525 <property name="stock">gtk-add</property> … … 542 542 543 543 <child internal-child="image"> 544 <widget class="GtkImage" id="image3 63">544 <widget class="GtkImage" id="image372"> 545 545 <property name="visible">True</property> 546 546 <property name="stock">gtk-floppy</property> … … 558 558 <widget class="GtkImageMenuItem" id="properties_menuitem"> 559 559 <property name="visible">True</property> 560 <property name="label" translatable="yes">Properties </property>560 <property name="label" translatable="yes">Properties...</property> 561 561 <property name="use_underline">True</property> 562 562 <signal name="activate" handler="_on_properties_menuitem_activate" last_modification_time="Sun, 26 Nov 2006 01:11:56 GMT"/> … … 564 564 565 565 <child internal-child="image"> 566 <widget class="GtkImage" id="image3 64">566 <widget class="GtkImage" id="image373"> 567 567 <property name="visible">True</property> 568 568 <property name="stock">gtk-properties</property> trunk/src/devices.py
r571 r595 79 79 80 80 dev_file = os.path.basename(device.GetProperty('block.device')) 81 return '%s (%s)' % (capability, dev_file)81 return '%s (%s)' % (capability, dev_file) 82 82 83 83 def get_device_monitor(self):
