Enlightenment CVS committal Author : lok Project : e17 Module : apps/emphasis
Dir : e17/apps/emphasis/data Modified Files: config.glade emphasis.glade Log Message: Another aji's patch : Shuffle added. A change in the config doesn't require to relaunch emphasis anymore. Keybinding added on 'c' to clear the playlist. Keybinding added on 's' to shuffle the playlist. textblock bug solved. =================================================================== RCS file: /cvs/e/e17/apps/emphasis/data/config.glade,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- config.glade 30 Dec 2006 13:46:38 -0000 1.2 +++ config.glade 14 Jan 2007 19:27:43 -0000 1.3 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> -<!-- Generated with glade3 +<!--Generated with glade3 3.0.2 on Sat Jan 13 18:46:03 2007 by [EMAIL PROTECTED] Version: 3.0.1 Date: Wed Dec 20 00:52:02 2006 User: aji @@ -21,7 +21,7 @@ <child> <widget class="GtkFrame" id="frame1"> <property name="visible">True</property> - <property name="label_xalign">0.000000</property> + <property name="label_xalign">0</property> <property name="shadow_type">GTK_SHADOW_NONE</property> <child> <widget class="GtkTable" id="table1"> @@ -29,78 +29,78 @@ <property name="n_rows">3</property> <property name="n_columns">2</property> <child> - <widget class="GtkSpinButton" id="port"> + <widget class="GtkEntry" id="hostname"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="adjustment">0 0 65535 1 1 1</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> + <property name="y_options"></property> </packing> </child> <child> - <widget class="GtkLabel" id="label3"> + <widget class="GtkEntry" id="password"> <property name="visible">True</property> - <property name="xalign">0.000000</property> - <property name="label" translatable="yes">Hostname : </property> + <property name="can_focus">True</property> + <property name="visibility">False</property> </widget> <packing> - <property name="x_options">GTK_FILL</property> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> <property name="y_options"></property> </packing> </child> <child> - <widget class="GtkLabel" id="label4"> + <widget class="GtkLabel" id="label5"> <property name="visible">True</property> - <property name="xalign">0.000000</property> - <property name="label" translatable="yes">Port : </property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Password :</property> </widget> <packing> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> - <widget class="GtkLabel" id="label5"> + <widget class="GtkLabel" id="label4"> <property name="visible">True</property> - <property name="xalign">0.000000</property> - <property name="label" translatable="yes">Password :</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Port : </property> </widget> <packing> - <property name="top_attach">2</property> - <property name="bottom_attach">3</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> - <widget class="GtkEntry" id="password"> + <widget class="GtkLabel" id="label3"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="visibility">False</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Hostname : </property> </widget> <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="top_attach">2</property> - <property name="bottom_attach">3</property> + <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> - <widget class="GtkEntry" id="hostname"> + <widget class="GtkSpinButton" id="port"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="adjustment">0 0 65535 1 1 1</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> - <property name="y_options"></property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> </packing> </child> </widget> @@ -124,10 +124,10 @@ <child> <widget class="GtkFrame" id="frame2"> <property name="visible">True</property> - <property name="label_xalign">0.000000</property> + <property name="label_xalign">0</property> <property name="shadow_type">GTK_SHADOW_NONE</property> <child> - <widget class="GtkCheckButton" id="aspect1"> + <widget class="GtkCheckButton" id="aspect"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="label" translatable="yes">Keep cover aspect</property> @@ -155,7 +155,7 @@ <child> <widget class="GtkFrame" id="frame3"> <property name="visible">True</property> - <property name="label_xalign">0.000000</property> + <property name="label_xalign">0</property> <property name="shadow_type">GTK_SHADOW_NONE</property> <child> <widget class="GtkVBox" id="vbox2"> =================================================================== RCS file: /cvs/e/e17/apps/emphasis/data/emphasis.glade,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- emphasis.glade 30 Dec 2006 13:46:38 -0000 1.6 +++ emphasis.glade 14 Jan 2007 19:27:43 -0000 1.7 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> -<!-- Generated with glade3 +<!--Generated with glade3 3.0.2 on Sat Jan 13 20:23:52 2007 by [EMAIL PROTECTED] Version: 3.0.1 Date: Tue Dec 12 00:12:02 2006 User: aji @@ -25,6 +25,7 @@ <property name="width_request">180</property> <property name="height_request">180</property> <property name="visible">True</property> + <property name="stock">gtk-missing-image</property> </widget> <packing> <property name="expand">False</property> @@ -37,7 +38,7 @@ <child> <widget class="GtkProgressBar" id="small_progress"> <property name="visible">True</property> - <property name="pulse_step">0.1</property> + <property name="pulse_step">0.10000000149011612</property> <signal name="mouse_down" handler="cb_seek_time"/> </widget> </child> @@ -151,6 +152,7 @@ <child> <widget class="GtkImage" id="small_sound_low"> <property name="visible">True</property> + <property name="stock">gtk-missing-image</property> <signal name="mouse_down" handler="cb_vol_image_clicked"/> </widget> <packing> @@ -172,6 +174,7 @@ <child> <widget class="GtkImage" id="small_sound_high"> <property name="visible">True</property> + <property name="stock">gtk-missing-image</property> <signal name="mouse_down" handler="cb_vol_image_clicked"/> </widget> <packing> @@ -490,6 +493,7 @@ <child> <widget class="GtkImage" id="image1"> <property name="visible">True</property> + <property name="stock">gtk-missing-image</property> <property name="icon_size">1</property> <property name="icon_name">ETK_STOCK_SYSTEM_SEARCH</property> </widget> @@ -610,6 +614,9 @@ <property name="can_focus">True</property> <signal name="row_clicked" handler="cb_media_pls_list_row_clicked"/> </widget> + <packing> + <property name="resize">False</property> + </packing> </child> <child> <widget class="GtkTreeView" id="media_pls_content"> @@ -643,6 +650,7 @@ <child> <widget class="GtkEntry" id="media_pls_entry_save"> <property name="can_focus">True</property> + <property name="text" translatable="yes">lalala</property> <signal name="key_down" handler="cb_media_pls_save_key_down"/> </widget> <packing> @@ -839,6 +847,7 @@ <child> <widget class="GtkImage" id="full_sound_low"> <property name="visible">True</property> + <property name="stock">gtk-missing-image</property> <signal name="mouse_down" handler="cb_vol_image_clicked"/> </widget> <packing> @@ -861,6 +870,7 @@ <child> <widget class="GtkImage" id="full_sound_high"> <property name="visible">True</property> + <property name="stock">gtk-missing-image</property> <signal name="mouse_down" handler="cb_vol_image_clicked"/> </widget> <packing> @@ -943,7 +953,7 @@ <child> <widget class="GtkLabel" id="full_info"> <property name="visible">True</property> - <property name="xalign">0.000000</property> + <property name="xalign">0</property> <property name="label" translatable="yes">current song info</property> </widget> <packing> @@ -985,7 +995,7 @@ <child> <widget class="GtkProgressBar" id="full_progress"> <property name="visible">True</property> - <property name="pulse_step">0.1</property> + <property name="pulse_step">0.10000000149011612</property> <signal name="mouse_down" handler="cb_seek_time"/> </widget> </child> @@ -1003,6 +1013,7 @@ <property name="width_request">100</property> <property name="height_request">100</property> <property name="visible">True</property> + <property name="stock">gtk-missing-image</property> </widget> <packing> <property name="expand">False</property> ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs