From: <iwa...@us...> - 2003-08-06 08:34:02
|
Update of /cvsroot/quickrip/quickrip/gtk/glade In directory sc8-pr-cvs1:/tmp/cvs-serv4734/glade Modified Files: gtkmain.glade Log Message: Scan working with language and subtitle settings. Index: gtkmain.glade =================================================================== RCS file: /cvsroot/quickrip/quickrip/gtk/glade/gtkmain.glade,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** gtkmain.glade 6 Aug 2003 05:27:19 -0000 1.7 --- gtkmain.glade 6 Aug 2003 08:33:58 -0000 1.8 *************** *** 395,398 **** --- 395,399 ---- <property name="invisible_char" translatable="yes">*</property> <property name="activates_default">False</property> + <signal name="changed" handler="on_lang_changed" last_modification_time="Wed, 06 Aug 2003 07:35:51 GMT"/> </widget> </child> *************** *** 416,461 **** <child> - <widget class="GtkCombo" id="comboSubtitles"> - <property name="border_width">5</property> - <property name="width_request">225</property> - <property name="visible">True</property> - <property name="value_in_list">False</property> - <property name="allow_empty">True</property> - <property name="case_sensitive">False</property> - <property name="enable_arrow_keys">True</property> - <property name="enable_arrows_always">False</property> - - <child internal-child="entry"> - <widget class="GtkEntry" id="entry2"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="editable">False</property> - <property name="visibility">True</property> - <property name="max_length">0</property> - <property name="text" translatable="yes"></property> - <property name="has_frame">True</property> - <property name="invisible_char" translatable="yes">*</property> - <property name="activates_default">False</property> - </widget> - </child> - - <child internal-child="list"> - <widget class="GtkList" id="list2"> - <property name="visible">True</property> - <property name="selection_mode">GTK_SELECTION_BROWSE</property> - </widget> - </child> - </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="x_options">expand</property> - <property name="y_options"></property> - </packing> - </child> - - <child> <widget class="GtkHBox" id="hbox17"> <property name="visible">True</property> --- 417,420 ---- *************** *** 465,469 **** <child> <widget class="GtkHScale" id="scaleAudio"> ! <property name="width_request">185</property> <property name="visible">True</property> <property name="can_focus">True</property> --- 424,428 ---- <child> <widget class="GtkHScale" id="scaleAudio"> ! <property name="width_request">155</property> <property name="visible">True</property> <property name="can_focus">True</property> *************** *** 544,548 **** <child> <widget class="GtkHScale" id="scaleVideo"> ! <property name="width_request">185</property> <property name="visible">True</property> <property name="can_focus">True</property> --- 503,507 ---- <child> <widget class="GtkHScale" id="scaleVideo"> ! <property name="width_request">155</property> <property name="visible">True</property> <property name="can_focus">True</property> *************** *** 552,556 **** <property name="update_policy">GTK_UPDATE_CONTINUOUS</property> <property name="inverted">False</property> ! <property name="adjustment">112 64 2400 0 0 0</property> <signal name="value_changed" handler="on_video_moved" after="yes" last_modification_time="Wed, 06 Aug 2003 04:28:10 GMT"/> </widget> --- 511,515 ---- <property name="update_policy">GTK_UPDATE_CONTINUOUS</property> <property name="inverted">False</property> ! <property name="adjustment">112 64 2048 2 16 16</property> <signal name="value_changed" handler="on_video_moved" after="yes" last_modification_time="Wed, 06 Aug 2003 04:28:10 GMT"/> </widget> *************** *** 566,570 **** <property name="width_request">35</property> <property name="visible">True</property> ! <property name="label" translatable="yes">1155</property> <property name="use_underline">False</property> <property name="use_markup">False</property> --- 525,529 ---- <property name="width_request">35</property> <property name="visible">True</property> ! <property name="label" translatable="yes">112</property> <property name="use_underline">False</property> <property name="use_markup">False</property> *************** *** 634,637 **** --- 593,639 ---- <property name="top_attach">4</property> <property name="bottom_attach">5</property> + <property name="x_options"></property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkCombo" id="comboSubtitles"> + <property name="border_width">5</property> + <property name="width_request">225</property> + <property name="visible">True</property> + <property name="value_in_list">False</property> + <property name="allow_empty">True</property> + <property name="case_sensitive">False</property> + <property name="enable_arrow_keys">True</property> + <property name="enable_arrows_always">False</property> + + <child internal-child="entry"> + <widget class="GtkEntry" id="entry2"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">False</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes"></property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + <signal name="changed" handler="on_subs_changed" last_modification_time="Wed, 06 Aug 2003 07:33:39 GMT"/> + </widget> + </child> + + <child internal-child="list"> + <widget class="GtkList" id="list2"> + <property name="visible">True</property> + <property name="selection_mode">GTK_SELECTION_BROWSE</property> + </widget> + </child> + </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="x_options"></property> <property name="y_options"></property> |