Changeset 2316

Show
Ignore:
Timestamp:
11/25/07 22:02:44 (14 months ago)
Author:
markybob
Message:

torrent info labels selectable

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • tags/deluge-0.5.6.96/glade/delugegtk.glade

    r2312 r2316  
    2020        </child> 
    2121        <child> 
    22           <widget class="GtkVPaned" id="vpaned1"> 
     22          <widget class="GtkToolbar" id="tb_left"> 
    2323            <property name="visible">True</property> 
    24             <child> 
    25               <widget class="GtkAlignment" id="alignment5"> 
     24            <property name="show_arrow">False</property> 
     25            <child> 
     26              <widget class="GtkToolButton" id="toolbutton_add"> 
     27                <property name="visible">True</property> 
     28                <property name="tooltip" translatable="yes">Add Torrent</property> 
     29                <property name="label" translatable="yes">Add</property> 
     30                <property name="use_underline">True</property> 
     31                <property name="stock_id">gtk-add</property> 
     32                <signal name="clicked" handler="add_torrent"/> 
     33              </widget> 
     34              <packing> 
     35                <property name="expand">False</property> 
     36              </packing> 
     37            </child> 
     38            <child> 
     39              <widget class="GtkToolButton" id="toolbutton_remove"> 
     40                <property name="visible">True</property> 
     41                <property name="sensitive">False</property> 
     42                <property name="tooltip" translatable="yes">Remove Torrent</property> 
     43                <property name="label" translatable="yes">Remove</property> 
     44                <property name="use_underline">True</property> 
     45                <property name="stock_id">gtk-remove</property> 
     46                <signal name="clicked" handler="remove_torrent"/> 
     47              </widget> 
     48              <packing> 
     49                <property name="expand">False</property> 
     50              </packing> 
     51            </child> 
     52            <child> 
     53              <widget class="GtkToolButton" id="toolbutton_clear"> 
     54                <property name="visible">True</property> 
     55                <property name="tooltip" translatable="yes">Clear Seeding Torrents</property> 
     56                <property name="label" translatable="yes">Clear</property> 
     57                <property name="use_underline">True</property> 
     58                <property name="stock_id">gtk-clear</property> 
     59                <signal name="clicked" handler="clear_finished"/> 
     60              </widget> 
     61              <packing> 
     62                <property name="expand">False</property> 
     63              </packing> 
     64            </child> 
     65            <child> 
     66              <widget class="GtkSeparatorToolItem" id="separatortoolitem1"> 
     67                <property name="visible">True</property> 
     68              </widget> 
     69              <packing> 
     70                <property name="expand">False</property> 
     71                <property name="homogeneous">False</property> 
     72              </packing> 
     73            </child> 
     74            <child> 
     75              <widget class="GtkToolButton" id="toolbutton_resume"> 
     76                <property name="visible">True</property> 
     77                <property name="sensitive">False</property> 
     78                <property name="tooltip" translatable="yes">Start or Resume Torrent</property> 
     79                <property name="label" translatable="yes">Resume</property> 
     80                <property name="use_underline">True</property> 
     81                <property name="stock_id">gtk-media-play</property> 
     82                <signal name="clicked" handler="tor_start"/> 
     83              </widget> 
     84              <packing> 
     85                <property name="expand">False</property> 
     86              </packing> 
     87            </child> 
     88            <child> 
     89              <widget class="GtkToolButton" id="toolbutton_pause"> 
    2690                <property name="visible">True</property> 
    2791                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 
    28                 <child> 
    29                   <widget class="GtkScrolledWindow" id="scrolledwindow1"> 
    30                     <property name="visible">True</property> 
    31                     <property name="can_focus">False</property> 
    32                     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> 
    33                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> 
    34                     <child> 
    35                       <widget class="GtkTreeView" id="torrent_view"> 
    36                         <property name="visible">True</property> 
    37                         <property name="headers_clickable">True</property> 
    38                         <property name="reorderable">True</property> 
    39                         <property name="rules_hint">True</property> 
    40                         <property name="enable_search">False</property> 
    41                       </widget> 
    42                     </child> 
    43                   </widget> 
    44                 </child> 
     92                <property name="tooltip" translatable="yes">Pause Torrent</property> 
     93                <property name="label" translatable="yes">Pause</property> 
     94                <property name="stock_id">gtk-media-pause</property> 
     95                <signal name="clicked" handler="tor_pause"/> 
    4596              </widget> 
    4697              <packing> 
    47                 <property name="resize">True</property> 
    48                 <property name="shrink">False</property> 
     98                <property name="expand">False</property> 
    4999              </packing> 
    50100            </child> 
    51101            <child> 
    52               <widget class="GtkAlignment" id="alignment1"> 
     102              <widget class="GtkToolButton" id="toolbutton_up"> 
     103                <property name="visible">True</property> 
     104                <property name="sensitive">False</property> 
     105                <property name="tooltip" translatable="yes">Queue Torrent Up</property> 
     106                <property name="label" translatable="yes">Up</property> 
     107                <property name="use_underline">True</property> 
     108                <property name="stock_id">gtk-go-up</property> 
     109                <signal name="clicked" handler="queue_up"/> 
     110              </widget> 
     111              <packing> 
     112                <property name="expand">False</property> 
     113              </packing> 
     114            </child> 
     115            <child> 
     116              <widget class="GtkToolButton" id="toolbutton_down"> 
     117                <property name="visible">True</property> 
     118                <property name="sensitive">False</property> 
     119                <property name="tooltip" translatable="yes">Queue Torrent Down</property> 
     120                <property name="label" translatable="yes">Down</property> 
     121                <property name="use_underline">True</property> 
     122                <property name="stock_id">gtk-go-down</property> 
     123                <signal name="clicked" handler="queue_down"/> 
     124              </widget> 
     125              <packing> 
     126                <property name="expand">False</property> 
     127              </packing> 
     128            </child> 
     129            <child> 
     130              <widget class="GtkSeparatorToolItem" id="separatortoolitem2"> 
     131                <property name="visible">True</property> 
     132              </widget> 
     133              <packing> 
     134                <property name="expand">False</property> 
     135                <property name="homogeneous">False</property> 
     136              </packing> 
     137            </child> 
     138            <child> 
     139              <widget class="GtkToolButton" id="toolbutton1"> 
     140                <property name="visible">True</property> 
     141                <property name="tooltip" translatable="yes">Change Deluge preferences</property> 
     142                <property name="label" translatable="yes">Preferences</property> 
     143                <property name="use_underline">True</property> 
     144                <property name="stock_id">gtk-preferences</property> 
     145                <signal name="clicked" handler="pref_clicked"/> 
     146              </widget> 
     147              <packing> 
     148                <property name="expand">False</property> 
     149              </packing> 
     150            </child> 
     151            <child> 
     152              <widget class="GtkToolButton" id="toolbutton2"> 
    53153                <property name="visible">True</property> 
    54154                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 
    55                 <child> 
    56                   <widget class="GtkNotebook" id="torrent_info"> 
    57                     <property name="visible">True</property> 
    58                     <property name="show_border">False</property> 
    59                     <property name="homogeneous">True</property> 
    60                     <child> 
    61                       <widget class="GtkScrolledWindow" id="scrolledwindow2"> 
    62                         <property name="visible">True</property> 
    63                         <property name="can_focus">True</property> 
    64                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 
    65                         <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> 
    66                         <property name="vscrollbar_policy">GTK_POLICY_NEVER</property> 
    67                         <child> 
    68                           <widget class="GtkViewport" id="viewport1"> 
    69                             <property name="visible">True</property> 
    70                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 
    71                             <property name="resize_mode">GTK_RESIZE_QUEUE</property> 
    72                             <property name="shadow_type">GTK_SHADOW_NONE</property> 
    73                             <child> 
    74                               <widget class="GtkTable" id="table1"> 
    75                                 <property name="visible">True</property> 
    76                                 <property name="n_rows">1</property> 
    77                                 <property name="n_columns">2</property> 
    78                                 <property name="column_spacing">10</property> 
    79                                 <child> 
    80                                   <widget class="GtkFrame" id="frame1"> 
    81                                     <property name="visible">True</property> 
    82                                     <property name="label_xalign">0</property> 
    83                                     <child> 
    84                                       <widget class="GtkAlignment" id="alignment2"> 
    85                                         <property name="visible">True</property> 
    86                                         <property name="top_padding">10</property> 
    87                                         <property name="bottom_padding">10</property> 
    88                                         <property name="left_padding">15</property> 
    89                                         <property name="right_padding">15</property> 
    90                                         <child> 
    91                                           <widget class="GtkVBox" id="vbox1"> 
    92                                             <property name="visible">True</property> 
    93                                             <property name="spacing">5</property> 
    94                                             <child> 
    95                                               <widget class="GtkViewport" id="advanced_progressbar"> 
    96                                                 <property name="visible">True</property> 
    97                                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 
    98                                                 <property name="resize_mode">GTK_RESIZE_QUEUE</property> 
    99                                                 <property name="shadow_type">GTK_SHADOW_NONE</property> 
    100                                                 <child> 
    101                                                   <widget class="GtkDrawingArea" id="custom_progress"> 
    102                                                     <property name="height_request">25</property> 
    103                                                     <property name="visible">True</property> 
    104                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 
    105                                                     <signal name="expose_event" handler="paint_customprogress"/> 
    106                                                   </widget> 
    107                                                 </child> 
    108                                               </widget> 
    109                                             </child> 
    110                                             <child> 
    111                                               <widget class="GtkProgressBar" id="progressbar"> 
    112                                                 <property name="visible">True</property> 
    113                                                 <property name="pulse_step">0.10000000149</property> 
    114                                               </widget> 
    115                                               <packing> 
    116                                                 <property name="expand">False</property> 
    117                                                 <property name="fill">False</property> 
    118                                                 <property name="position">1</property> 
    119                                               </packing> 
    120                                             </child> 
    121                                             <child> 
    122                                               <widget class="GtkTable" id="table2"> 
    123                                                 <property name="visible">True</property> 
    124                                                 <property name="n_rows">5</property> 
    125                                                 <property name="n_columns">4</property> 
    126                                                 <property name="row_spacing">5</property> 
    127                                                 <child> 
    128                                                   <widget class="GtkLabel" id="summary_availability"> 
    129                                                     <property name="visible">True</property> 
    130                                                     <property name="xalign">0</property> 
    131                                                     <property name="wrap">True</property> 
    132                                                     <property name="wrap_mode">PANGO_WRAP_WORD_CHAR</property> 
    133                                                   </widget> 
    134                                                   <packing> 
    135                                                     <property name="left_attach">3</property> 
    136                                                     <property name="right_attach">4</property> 
    137                                                     <property name="top_attach">4</property> 
    138                                                     <property name="bottom_attach">5</property> 
    139                                                     <property name="y_options"></property> 
    140                                                   </packing> 
    141                                                 </child> 
    142                                                 <child> 
    143                                                   <widget class="GtkAlignment" id="alignment21"> 
    144                                                     <property name="visible">True</property> 
    145                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 
    146                                                     <property name="left_padding">15</property> 
    147                                                     <property name="right_padding">5</property> 
    148                                                     <child> 
    149                                                       <widget class="GtkLabel" id="label14"> 
    150                                                         <property name="visible">True</property> 
    151                                                         <property name="xalign">0</property> 
    152                                                         <property name="ypad">1</property> 
    153                                                         <property name="label" translatable="yes">&lt;b&gt;Availability:&lt;/b&gt;</property> 
    154                                                         <property name="use_markup">True</property> 
    155                                                       </widget> 
    156                                                     </child> 
    157                                                   </widget> 
    158                                                   <packing> 
    159                                                     <property name="left_attach">2</property> 
    160                                                     <property name="right_attach">3</property> 
    161                                                     <property name="top_attach">4</property> 
    162                                                     <property name="bottom_attach">5</property> 
    163                                                   </packing> 
    164                                                 </child> 
    165                                                 <child> 
    166                                                   <widget class="GtkAlignment" id="alignment16"> 
    167                                                     <property name="visible">True</property> 
    168                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 
    169                                                     <property name="right_padding">5</property> 
    170                                                     <child> 
    171                                                       <widget class="GtkLabel" id="summary_pieces"> 
    172                                                         <property name="visible">True</property> 
    173                                                         <property name="xalign">0</property> 
    174                                                       </widget> 
    175                                                     </child> 
    176                                                   </widget> 
    177                                                   <packing> 
    178                                                     <property name="left_attach">1</property> 
    179                                                     <property name="right_attach">2</property> 
    180                                                     <property name="top_attach">4</property> 
    181                                                     <property name="bottom_attach">5</property> 
    182                                                   </packing> 
    183                                                 </child> 
    184                                                 <child> 
    185                                                   <widget class="GtkLabel" id="label12"> 
    186                                                     <property name="visible">True</property> 
    187                                                     <property name="xalign">0</property> 
    188                                                     <property name="ypad">1</property> 
    189                                                     <property name="label" translatable="yes">&lt;b&gt;Pieces:&lt;/b&gt;</property> 
    190                                                     <property name="use_markup">True</property> 
    191                                                   </widget> 
    192                                                   <packing> 
    193                                                     <property name="top_attach">4</property> 
    194                                                     <property name="bottom_attach">5</property> 
    195                                                   </packing> 
    196                                                 </child> 
    197                                                 <child> 
    198                                                   <widget class="GtkAlignment" id="alignment11"> 
    199                                                     <property name="visible">True</property> 
    200                                                     <property name="left_padding">15</property> 
    201                                                     <property name="right_padding">5</property> 
    202                                                     <child> 
    203                                                       <widget class="GtkLabel" id="label8"> 
    204                                                         <property name="visible">True</property> 
    205                                                         <property name="xalign">0</property> 
    206                                                         <property name="label" translatable="yes">&lt;b&gt;ETA:&lt;/b&gt;</property> 
    207                                                         <property name="use_markup">True</property> 
    208                                                       </widget> 
    209                                                     </child> 
    210                                                   </widget> 
    211                                                   <packing> 
    212                                                     <property name="left_attach">2</property> 
    213                                                     <property name="right_attach">3</property> 
    214                                                     <property name="top_attach">3</property> 
    215                                                     <property name="bottom_attach">4</property> 
    216                                                   </packing> 
    217                                                 </child> 
    218                                                 <child> 
    219                                                   <widget class="GtkAlignment" id="alignment10"> 
    220                                                     <property name="visible">True</property> 
    221                                                     <property name="left_padding">15</property> 
    222                                                     <property name="right_padding">5</property> 
    223                                                     <child> 
    224                                                       <widget class="GtkLabel" id="label7"> 
    225                                                         <property name="visible">True</property> 
    226                                                         <property name="xalign">0</property> 
    227                                                         <property name="label" translatable="yes">&lt;b&gt;Peers:&lt;/b&gt;</property> 
    228                                                         <property name="use_markup">True</property> 
    229                                                       </widget> 
    230                                                     </child> 
    231                                                   </widget> 
    232                                                   <packing> 
    233                                                     <property name="left_attach">2</property> 
    234                                                     <property name="right_attach">3</property> 
    235                                                     <property name="top_attach">2</property> 
    236                                                     <property name="bottom_attach">3</property> 
    237                                                   </packing> 
    238                                                 </child> 
    239                                                 <child> 
    240                                                   <widget class="GtkAlignment" id="alignment9"> 
    241                                                     <property name="visible">True</property> 
    242                                                     <property name="left_padding">15</property> 
    243                                                     <property name="right_padding">5</property> 
    244                                                     <child> 
    245                                                       <widget class="GtkLabel" id="label6"> 
    246                                                         <property name="visible">True</property> 
    247                                                         <property name="xalign">0</property> 
    248                                                         <property name="label" translatable="yes">&lt;b&gt;Speed:&lt;/b&gt;</property> 
    249                                                         <property name="use_markup">True</property> 
    250                                                       </widget> 
    251                                                     </child> 
    252                                                   </widget> 
    253                                                   <packing> 
    254                                                     <property name="left_attach">2</property> 
    255                                                     <property name="right_attach">3</property> 
    256                                                     <property name="top_attach">1</property> 
    257                                                     <property name="bottom_attach">2</property> 
    258                                                   </packing> 
    259                                                 </child> 
    260                                                 <child> 
    261                                                   <widget class="GtkAlignment" id="alignment8"> 
    262                                                     <property name="visible">True</property> 
    263                                                     <property name="left_padding">15</property> 
    264                                                     <property name="right_padding">5</property> 
    265                                                     <child> 
    266                                                       <widget class="GtkLabel" id="label5"> 
    267                                                         <property name="visible">True</property> 
    268                                                         <property name="xalign">0</property> 
    269                                                         <property name="label" translatable="yes">&lt;b&gt;Speed:&lt;/b&gt;</property> 
    270                                                         <property name="use_markup">True</property> 
    271                                                       </widget> 
    272                                                     </child> 
    273                                                   </widget> 
    274                                                   <packing> 
    275                                                     <property name="left_attach">2</property> 
    276                                                     <property name="right_attach">3</property> 
    277                                                   </packing> 
    278                                                 </child> 
    279                                                 <child> 
    280                                                   <widget class="GtkAlignment" id="alignment7"> 
    281                                                     <property name="visible">True</property> 
    282                                                     <property name="right_padding">5</property> 
    283                                                     <child> 
    284                                                       <widget class="GtkLabel" id="label4"> 
    285                                                         <property name="visible">True</property> 
    286                                                         <property name="xalign">0</property> 
    287                                                         <property name="label" translatable="yes">&lt;b&gt;Share Ratio:&lt;/b&gt;</property> 
    288                                                         <property name="use_markup">True</property> 
    289                                                       </widget> 
    290                                                     </child> 
    291                                                   </widget> 
    292                                                   <packing> 
    293                                                     <property name="top_attach">3</property> 
    294                                                     <property name="bottom_attach">4</property> 
    295                                                   </packing> 
    296                                                 </child> 
    297                                                 <child> 
    298                                                   <widget class="GtkAlignment" id="alignment6"> 
    299                                                     <property name="visible">True</property> 
    300                                                     <property name="right_padding">5</property> 
    301                                                     <child> 
    302                                                       <widget class="GtkLabel" id="label3"> 
    303                                                         <property name="visible">True</property> 
    304                                                         <property name="xalign">0</property> 
    305                                                         <property name="label" translatable="yes">&lt;b&gt;Seeders:&lt;/b&gt;</property> 
    306                                                         <property name="use_markup">True</property> 
    307                                                       </widget> 
    308                                                     </child> 
    309                                                   </widget> 
    310                                                   <packing> 
    311                                                     <property name="top_attach">2</property> 
    312                                                     <property name="bottom_attach">3</property> 
    313                                                   </packing> 
    314                                                 </child> 
    315                                                 <child> 
    316                                                   <widget class="GtkAlignment" id="alignment4"> 
    317                                                     <property name="visible">True</property> 
    318                                                     <property name="right_padding">5</property> 
    319                                                     <child> 
    320                                                       <widget class="GtkLabel" id="label2"> 
    321                                                         <property name="visi