From: <iwa...@us...> - 2003-08-08 07:08:45
|
Update of /cvsroot/quickrip/quickrip/gtk/glade In directory sc8-pr-cvs1:/tmp/cvs-serv30475/gtk/glade Modified Files: gtkmain.glade gtkprogress.glade Log Message: Threading working in base for scanDVD. gtkmain does threading accordingly. Status is also shown for Scan. Index: gtkmain.glade =================================================================== RCS file: /cvsroot/quickrip/quickrip/gtk/glade/gtkmain.glade,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** gtkmain.glade 7 Aug 2003 13:29:40 -0000 1.9 --- gtkmain.glade 8 Aug 2003 07:08:42 -0000 1.10 *************** *** 3,7 **** <glade-interface> - <requires lib="gnome"/> <widget class="GtkWindow" id="window"> --- 3,6 ---- *************** *** 207,211 **** <property name="border_width">5</property> <property name="visible">True</property> ! <property name="tooltip" translatable="yes">Select multiple tracks, then click "Rip" button</property> <property name="can_focus">True</property> <property name="headers_visible">True</property> --- 206,210 ---- <property name="border_width">5</property> <property name="visible">True</property> ! <property name="tooltip" translatable="yes">Select multiple tracks for processing, then click "Rip"</property> <property name="can_focus">True</property> <property name="headers_visible">True</property> Index: gtkprogress.glade =================================================================== RCS file: /cvsroot/quickrip/quickrip/gtk/glade/gtkprogress.glade,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** gtkprogress.glade 6 Aug 2003 10:58:40 -0000 1.3 --- gtkprogress.glade 8 Aug 2003 07:08:42 -0000 1.4 *************** *** 5,15 **** <widget class="GtkWindow" id="window"> ! <property name="title" translatable="yes">Working...</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_CENTER</property> <property name="modal">True</property> ! <property name="default_width">388</property> ! <property name="default_height">135</property> ! <property name="resizable">False</property> <property name="destroy_with_parent">False</property> --- 5,13 ---- <widget class="GtkWindow" id="window"> ! <property name="title" translatable="yes">QuickRip Status</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_CENTER</property> <property name="modal">True</property> ! <property name="resizable">True</property> <property name="destroy_with_parent">False</property> *************** *** 17,31 **** <widget class="GtkTable" id="table1"> <property name="visible">True</property> ! <property name="n_rows">3</property> ! <property name="n_columns">3</property> ! <property name="homogeneous">True</property> <property name="row_spacing">0</property> <property name="column_spacing">0</property> <child> <widget class="GtkButton" id="buttonCancel"> <property name="border_width">5</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <signal name="clicked" handler="on_buttonCancel_clicked" last_modification_time="Mon, 04 Aug 2003 01:03:28 GMT"/> --- 15,79 ---- <widget class="GtkTable" id="table1"> <property name="visible">True</property> ! <property name="n_rows">4</property> ! <property name="n_columns">2</property> ! <property name="homogeneous">False</property> <property name="row_spacing">0</property> <property name="column_spacing">0</property> <child> + <widget class="GtkLabel" id="labelStatus"> + <property name="visible">True</property> + <property name="label" translatable="yes">Ripping track 1/3, etc...</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">5</property> + <property name="ypad">5</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">2</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> + <property name="x_options"></property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="labelTime"> + <property name="visible">True</property> + <property name="label" translatable="yes">Time Remaining: N/A</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">5</property> + <property name="ypad">5</property> + </widget> + <packing> + <property name="left_attach">0</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> + </packing> + </child> + + <child> <widget class="GtkButton" id="buttonCancel"> <property name="border_width">5</property> <property name="visible">True</property> + <property name="has_default">True</property> <property name="can_focus">True</property> + <property name="has_focus">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <signal name="clicked" handler="on_buttonCancel_clicked" last_modification_time="Mon, 04 Aug 2003 01:03:28 GMT"/> *************** *** 88,96 **** </widget> <packing> ! <property name="left_attach">2</property> ! <property name="right_attach">3</property> ! <property name="top_attach">2</property> ! <property name="bottom_attach">3</property> ! <property name="x_options">fill</property> <property name="y_options"></property> </packing> --- 136,144 ---- </widget> <packing> ! <property name="left_attach">0</property> ! <property name="right_attach">2</property> ! <property name="top_attach">3</property> ! <property name="bottom_attach">4</property> ! <property name="x_options">expand</property> <property name="y_options"></property> </packing> *************** *** 99,102 **** --- 147,151 ---- <child> <widget class="GtkProgressBar" id="progressbar"> + <property name="width_request">258</property> <property name="visible">True</property> <property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property> *************** *** 106,163 **** <packing> <property name="left_attach">0</property> ! <property name="right_attach">3</property> ! <property name="top_attach">1</property> ! <property name="bottom_attach">2</property> <property name="x_padding">5</property> <property name="y_padding">5</property> - <property name="x_options">fill</property> - <property name="y_options"></property> - </packing> - </child> - - <child> - <widget class="GtkLabel" id="label2"> - <property name="visible">True</property> - <property name="label" translatable="yes">Status:</property> - <property name="use_underline">False</property> - <property name="use_markup">False</property> - <property name="justify">GTK_JUSTIFY_LEFT</property> - <property name="wrap">False</property> - <property name="selectable">False</property> - <property name="xalign">0</property> - <property name="yalign">0.5</property> - <property name="xpad">5</property> - <property name="ypad">5</property> - </widget> - <packing> - <property name="left_attach">0</property> - <property name="right_attach">1</property> - <property name="top_attach">0</property> - <property name="bottom_attach">1</property> - <property name="x_options">fill</property> - <property name="y_options"></property> - </packing> - </child> - - <child> - <widget class="GtkLabel" id="labelStatus"> - <property name="visible">True</property> - <property name="label" translatable="yes">Ripping track 1/3, etc...</property> - <property name="use_underline">False</property> - <property name="use_markup">False</property> - <property name="justify">GTK_JUSTIFY_LEFT</property> - <property name="wrap">False</property> - <property name="selectable">False</property> - <property name="xalign">0</property> - <property name="yalign">0.5</property> - <property name="xpad">5</property> - <property name="ypad">5</property> - </widget> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">3</property> - <property name="top_attach">0</property> - <property name="bottom_attach">1</property> - <property name="x_options">fill</property> <property name="y_options"></property> </packing> --- 155,163 ---- <packing> <property name="left_attach">0</property> ! <property name="right_attach">2</property> ! <property name="top_attach">2</property> ! <property name="bottom_attach">3</property> <property name="x_padding">5</property> <property name="y_padding">5</property> <property name="y_options"></property> </packing> |