Enlightenment CVS committal Author : lok Project : e17 Module : apps/emphasis
Dir : e17/apps/emphasis/data Modified Files: emphasis.glade Log Message: *Aji's new sub-mode "tiny", works with small mode: - Tiny and Small mode: . A right-click on cover or textview switch to tiny/small mode. - Tiny mode: . A left-click on cover or textview show/hide concurrent window. . Close window hide it, close both to quit. . A middle-click on cover or textview show/hide medialib window. . Special Cover Zone: , A left-click at bottom-left corner play prev song. , A left-click at bottom-middle zone play/pause song. , A left-click at bootom-right corner play next zone. *Some autotfoo corrections *No more scary warnings *Various fixes =================================================================== RCS file: /cvs/e/e17/apps/emphasis/data/emphasis.glade,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- emphasis.glade 17 Jan 2007 01:38:04 -0000 1.9 +++ emphasis.glade 9 Mar 2007 18:23:17 -0000 1.10 @@ -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 Fri Jan 26 11:29:35 2007 by [EMAIL PROTECTED] Version: 3.0.1 Date: Tue Dec 12 00:12:02 2006 User: aji @@ -19,275 +19,276 @@ <child> <widget class="GtkVBox" id="small_root"> <property name="visible">True</property> - <property name="spacing">1</property> <child> - <widget class="GtkImage" id="small_cover"> - <property name="width_request">180</property> - <property name="height_request">180</property> + <widget class="GtkVBox" id="small_root_cover"> <property name="visible">True</property> + <child> + <widget class="GtkImage" id="small_cover"> + <property name="width_request">180</property> + <property name="height_request">180</property> + <property name="visible">True</property> + <property name="stock">gtk-missing-image</property> + <signal name="mouse_down" handler="cb_small_pack"/> + </widget> + </child> </widget> <packing> <property name="expand">False</property> - <property name="fill">False</property> </packing> </child> <child> - <widget class="GtkHBox" id="hbox1"> + <widget class="GtkVBox" id="small_root_ctrl"> <property name="visible">True</property> + <property name="spacing">1</property> <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> + <packing> + <property name="expand">False</property> + <property name="position">1</property> + </packing> </child> <child> - <widget class="GtkLabel" id="small_time"> + <widget class="GtkTextView" id="small_info"> <property name="visible">True</property> - <property name="label" translatable="yes">00:00/00:00</property> + <property name="can_focus">True</property> + <property name="editable">False</property> + <property name="cursor_visible">False</property> + <property name="accepts_tab">False</property> + <signal name="mouse_down" handler="cb_small_pack"/> + <property name="text" translatable="yes">current song info</property> </widget> <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">1</property> + <property name="position">2</property> </packing> </child> - </widget> - <packing> - <property name="expand">False</property> - <property name="position">1</property> - </packing> - </child> - <child> - <widget class="GtkTextView" id="small_info"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="editable">False</property> - <property name="cursor_visible">False</property> - <property name="accepts_tab">False</property> - <property name="text" translatable="yes">current song info</property> - </widget> - <packing> - <property name="position">2</property> - </packing> - </child> - <child> - <widget class="GtkHBox" id="hbox2"> - <property name="visible">True</property> <child> - <widget class="GtkButton" id="small_stop"> + <widget class="GtkHBox" id="hbox2"> <property name="visible">True</property> - <property name="can_focus">True</property> - <signal name="clicked" handler="cb_button_stop_clicked"/> <child> - <widget class="GtkImage" id="image2"> + <widget class="GtkButton" id="small_stop"> <property name="visible">True</property> - <property name="stock">gtk-media-stop</property> - <property name="icon_size">1</property> + <property name="can_focus">True</property> + <signal name="clicked" handler="cb_button_stop_clicked"/> + <child> + <widget class="GtkImage" id="image2"> + <property name="visible">True</property> + <property name="stock">gtk-media-stop</property> + <property name="icon_size">1</property> + </widget> + </child> </widget> </child> - </widget> - </child> - <child> - <widget class="GtkButton" id="small_prev"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <signal name="clicked" handler="cb_button_prev_clicked"/> <child> - <widget class="GtkImage" id="image9"> + <widget class="GtkButton" id="small_prev"> <property name="visible">True</property> - <property name="stock">gtk-media-previous</property> - <property name="icon_size">1</property> + <property name="can_focus">True</property> + <signal name="clicked" handler="cb_button_prev_clicked"/> + <child> + <widget class="GtkImage" id="image9"> + <property name="visible">True</property> + <property name="stock">gtk-media-previous</property> + <property name="icon_size">1</property> + </widget> + </child> </widget> + <packing> + <property name="position">1</property> + </packing> </child> - </widget> - <packing> - <property name="position">1</property> - </packing> - </child> - <child> - <widget class="GtkButton" id="small_play"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <signal name="clicked" handler="cb_button_play_clicked"/> <child> - <widget class="GtkImage" id="image4"> + <widget class="GtkButton" id="small_play"> <property name="visible">True</property> - <property name="stock">gtk-media-play</property> - <property name="icon_size">1</property> + <property name="can_focus">True</property> + <signal name="clicked" handler="cb_button_play_clicked"/> + <child> + <widget class="GtkImage" id="image4"> + <property name="visible">True</property> + <property name="stock">gtk-media-play</property> + <property name="icon_size">1</property> + </widget> + </child> </widget> + <packing> + <property name="position">2</property> + </packing> </child> - </widget> - <packing> - <property name="position">2</property> - </packing> - </child> - <child> - <widget class="GtkButton" id="small_next"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <signal name="clicked" handler="cb_button_next_clicked"/> <child> - <widget class="GtkImage" id="image5"> + <widget class="GtkButton" id="small_next"> <property name="visible">True</property> - <property name="stock">gtk-media-next</property> - <property name="icon_size">1</property> + <property name="can_focus">True</property> + <signal name="clicked" handler="cb_button_next_clicked"/> + <child> + <widget class="GtkImage" id="image5"> + <property name="visible">True</property> + <property name="stock">gtk-media-next</property> + <property name="icon_size">1</property> + </widget> + </child> </widget> + <packing> + <property name="position">3</property> + </packing> </child> </widget> <packing> + <property name="expand">False</property> <property name="position">3</property> </packing> </child> - </widget> - <packing> - <property name="expand">False</property> - <property name="position">3</property> - </packing> - </child> - <child> - <widget class="GtkHBox" id="hbox3"> - <property name="visible">True</property> <child> - <widget class="GtkImage" id="small_sound_low"> + <widget class="GtkHBox" id="hbox3"> <property name="visible">True</property> - <signal name="mouse_down" handler="cb_vol_image_clicked"/> + <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> + <property name="expand">False</property> + </packing> + </child> + <child> + <widget class="GtkHScale" id="small_sound_slider"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="adjustment">1 1 100 1 1 0</property> + <property name="draw_value">False</property> + <signal name="value_changed" handler="cb_vol_slider_value_changed"/> + </widget> + <packing> + <property name="position">1</property> + </packing> + </child> + <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> + <property name="expand">False</property> + <property name="position">2</property> + </packing> + </child> </widget> <packing> <property name="expand">False</property> + <property name="position">4</property> </packing> </child> <child> - <widget class="GtkHScale" id="small_sound_slider"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="adjustment">1 1 100 1 1 0</property> - <property name="draw_value">False</property> - <signal name="value_changed" handler="cb_vol_slider_value_changed"/> - </widget> - <packing> - <property name="position">1</property> - </packing> - </child> - <child> - <widget class="GtkImage" id="small_sound_high"> + <widget class="GtkHSeparator" id="hseparator1"> <property name="visible">True</property> - <signal name="mouse_down" handler="cb_vol_image_clicked"/> </widget> <packing> <property name="expand">False</property> - <property name="position">2</property> + <property name="position">5</property> </packing> </child> - </widget> - <packing> - <property name="expand">False</property> - <property name="position">4</property> - </packing> - </child> - <child> - <widget class="GtkHSeparator" id="hseparator1"> - <property name="visible">True</property> - </widget> - <packing> - <property name="expand">False</property> - <property name="position">5</property> - </packing> - </child> - <child> - <widget class="GtkHBox" id="hbox4"> - <property name="visible">True</property> - <property name="homogeneous">True</property> <child> - <widget class="GtkCheckButton" id="small_random"> + <widget class="GtkHBox" id="hbox4"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="draw_indicator">True</property> - <signal name="clicked" handler="cb_toggle_random"/> + <property name="homogeneous">True</property> <child> - <widget class="GtkImage" id="image12"> + <widget class="GtkCheckButton" id="small_random"> <property name="visible">True</property> - <property name="stock">gtk-about</property> - <property name="icon_size">1</property> + <property name="can_focus">True</property> + <property name="draw_indicator">True</property> + <signal name="clicked" handler="cb_toggle_random"/> + <child> + <widget class="GtkImage" id="image12"> + <property name="visible">True</property> + <property name="stock">gtk-about</property> + <property name="icon_size">1</property> + </widget> + </child> </widget> + <packing> + <property name="fill">False</property> + </packing> </child> - </widget> - <packing> - <property name="fill">False</property> - </packing> - </child> - <child> - <widget class="GtkHBox" id="hbox14"> - <property name="visible">True</property> <child> - <widget class="GtkCheckButton" id="small_repeat"> + <widget class="GtkHBox" id="hbox14"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="draw_indicator">True</property> - <signal name="clicked" handler="cb_toggle_repeat"/> <child> - <widget class="GtkImage" id="image13"> + <widget class="GtkCheckButton" id="small_repeat"> <property name="visible">True</property> - <property name="stock">gtk-refresh</property> - <property name="icon_size">1</property> + <property name="can_focus">True</property> + <property name="draw_indicator">True</property> + <signal name="clicked" handler="cb_toggle_repeat"/> + <child> + <widget class="GtkImage" id="image13"> + <property name="visible">True</property> + <property name="stock">gtk-refresh</property> + <property name="icon_size">1</property> + </widget> + </child> </widget> + <packing> + <property name="fill">False</property> + </packing> </child> </widget> <packing> <property name="fill">False</property> + <property name="position">1</property> </packing> </child> - </widget> - <packing> - <property name="fill">False</property> - <property name="position">1</property> - </packing> - </child> - <child> - <widget class="GtkCheckButton" id="small_full"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="draw_indicator">True</property> - <property name="tooltip">toggle to full mode</property> - <signal name="clicked" handler="cb_toggle_full"/> <child> - <widget class="GtkImage" id="image23"> + <widget class="GtkCheckButton" id="small_full"> <property name="visible">True</property> - <property name="stock">gtk-go-up</property> - <property name="icon_size">1</property> + <property name="can_focus">True</property> + <property name="draw_indicator">True</property> + <property name="tooltip">toggle to full mode</property> + <signal name="clicked" handler="cb_toggle_full"/> + <child> + <widget class="GtkImage" id="image23"> + <property name="visible">True</property> + <property name="stock">gtk-go-up</property> + <property name="icon_size">1</property> + </widget> + </child> </widget> + <packing> + <property name="fill">False</property> + <property name="position">2</property> + </packing> </child> - </widget> - <packing> - <property name="fill">False</property> - <property name="position">2</property> - </packing> - </child> - <child> - <widget class="GtkCheckButton" id="small_media"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="draw_indicator">True</property> - <property name="tooltip">show/hide playlist</property> - <signal name="clicked" handler="cb_toggle_media"/> <child> - <widget class="GtkImage" id="image24"> + <widget class="GtkCheckButton" id="small_media"> <property name="visible">True</property> - <property name="stock">gtk-add</property> - <property name="icon_size">1</property> + <property name="can_focus">True</property> + <property name="draw_indicator">True</property> + <property name="tooltip">show/hide playlist</property> + <signal name="clicked" handler="cb_toggle_media"/> + <child> + <widget class="GtkImage" id="image24"> + <property name="visible">True</property> + <property name="stock">gtk-add</property> + <property name="icon_size">1</property> + </widget> + </child> </widget> + <packing> + <property name="fill">False</property> + <property name="position">3</property> + </packing> </child> </widget> <packing> + <property name="expand">False</property> <property name="fill">False</property> - <property name="position">3</property> + <property name="position">6</property> </packing> </child> </widget> <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">6</property> + <property name="position">1</property> </packing> </child> </widget> @@ -358,13 +359,13 @@ <child> <widget class="GtkHBox" id="hbox7"> <property name="visible">True</property> - <property name="homogeneous">True</property> <property name="spacing">6</property> + <property name="homogeneous">True</property> <child> <widget class="GtkTreeView" id="media_artist"> <property name="visible">True</property> <property name="can_focus">True</property> - <signal name="drag_begin" handler="cb_drag_artist"/> + <!--<signal name="drag_begin" handler="cb_drag_artist"/>--> <signal name="row_selected" handler="cb_tree_artist_selected"/> <signal name="key_down" handler="cb_mlib_bindings_key"/> </widget> @@ -373,7 +374,7 @@ <widget class="GtkTreeView" id="media_album"> <property name="visible">True</property> <property name="can_focus">True</property> - <signal name="drag_begin" handler="cb_drag_album"/> + <!--<signal name="drag_begin" handler="cb_drag_album"/>--> <signal name="row_selected" handler="cb_tree_album_selected"/> <signal name="key_down" handler="cb_mlib_bindings_key"/> </widget> @@ -385,7 +386,7 @@ <widget class="GtkTreeView" id="media_track"> <property name="visible">True</property> <property name="can_focus">True</property> - <signal name="drag_begin" handler="cb_drag_track"/> + <!--<signal name="drag_begin" handler="cb_drag_track"/>--> <signal name="key_down" handler="cb_mlib_bindings_key"/> </widget> <packing> @@ -402,7 +403,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="rules_hint">True</property> - <signal name="drag_drop" handler="cb_drop_song"/> + <!--<signal name="drag_drop" handler="cb_drop_song"/>--> <signal name="key_down" handler="cb_pls_bindings_key"/> </widget> </child> @@ -491,6 +492,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> @@ -611,6 +613,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"> @@ -840,6 +845,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> @@ -862,6 +868,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> @@ -944,7 +951,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> @@ -986,7 +993,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> @@ -1004,6 +1011,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