From: <iwa...@us...> - 2003-08-10 01:22:06
|
Update of /cvsroot/quickrip/quickrip/gtk/glade In directory sc8-pr-cvs1:/tmp/cvs-serv19121/gtk/glade Modified Files: gtkprogress.glade Log Message: Halfway working on threads for base among other things. Progress dialog changed to threaded mode. Index: gtkprogress.glade =================================================================== RCS file: /cvsroot/quickrip/quickrip/gtk/glade/gtkprogress.glade,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** gtkprogress.glade 8 Aug 2003 07:08:42 -0000 1.4 --- gtkprogress.glade 10 Aug 2003 01:22:04 -0000 1.5 *************** *** 5,8 **** --- 5,9 ---- <widget class="GtkWindow" id="window"> + <property name="visible">True</property> <property name="title" translatable="yes">QuickRip Status</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> *************** *** 16,20 **** <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> --- 17,21 ---- <property name="visible">True</property> <property name="n_rows">4</property> ! <property name="n_columns">1</property> <property name="homogeneous">False</property> <property name="row_spacing">0</property> *************** *** 22,28 **** <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> --- 23,29 ---- <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> *************** *** 37,43 **** <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> --- 38,44 ---- <packing> <property name="left_attach">0</property> ! <property name="right_attach">1</property> ! <property name="top_attach">1</property> ! <property name="bottom_attach">2</property> <property name="x_options"></property> <property name="y_options"></property> *************** *** 46,69 **** <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> --- 47,198 ---- <child> ! <widget class="GtkTable" id="table2"> <property name="visible">True</property> ! <property name="n_rows">3</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="GtkProgressBar" id="progressbar1"> ! <property name="width_request">258</property> ! <property name="visible">True</property> ! <property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property> ! <property name="fraction">0</property> ! <property name="pulse_step">0.1</property> ! </widget> ! <packing> ! <property name="left_attach">1</property> ! <property name="right_attach">2</property> ! <property name="top_attach">0</property> ! <property name="bottom_attach">1</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="GtkProgressBar" id="progressbar2"> ! <property name="width_request">258</property> ! <property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property> ! <property name="fraction">0</property> ! <property name="pulse_step">0.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="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="GtkProgressBar" id="progressbar3"> ! <property name="width_request">258</property> ! <property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property> ! <property name="fraction">0</property> ! <property name="pulse_step">0.1</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_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="label3"> ! <property name="label" translatable="yes">Dunno:</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">0</property> ! <property name="ypad">0</property> ! </widget> ! <packing> ! <property name="left_attach">0</property> ! <property name="right_attach">1</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="x_options"></property> ! <property name="y_options"></property> ! </packing> ! </child> ! ! <child> ! <widget class="GtkLabel" id="label2"> ! <property name="label" translatable="yes">Current Pass:</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">0</property> ! <property name="ypad">0</property> ! </widget> ! <packing> ! <property name="left_attach">0</property> ! <property name="right_attach">1</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"></property> ! <property name="y_options"></property> ! </packing> ! </child> ! ! <child> ! <widget class="GtkLabel" id="labelOverall"> ! <property name="visible">True</property> ! <property name="label" translatable="yes">Overall:</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.5</property> ! <property name="yalign">0.5</property> ! <property name="xpad">0</property> ! <property name="ypad">0</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_padding">5</property> ! <property name="y_padding">5</property> ! <property name="x_options"></property> ! <property name="y_options"></property> ! </packing> ! </child> </widget> <packing> <property name="left_attach">0</property> ! <property name="right_attach">1</property> ! <property name="top_attach">2</property> ! <property name="bottom_attach">3</property> ! <property name="x_options">fill</property> </packing> </child> *************** *** 137,144 **** <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> --- 266,273 ---- <packing> <property name="left_attach">0</property> ! <property name="right_attach">1</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> ! <property name="x_options"></property> <property name="y_options"></property> </packing> *************** *** 146,163 **** <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> ! <property name="fraction">0</property> ! <property name="pulse_step">0.1</property> </widget> <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> --- 275,299 ---- <child> ! <widget class="GtkLabel" id="labelStatus"> <property name="visible">True</property> ! <property name="label" translatable="yes">Waiting</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_padding">5</property> <property name="y_padding">5</property> + <property name="x_options"></property> <property name="y_options"></property> </packing> |