Changeset 2311

Show
Ignore:
Timestamp:
11/25/07 01:51:00 (14 months ago)
Author:
markybob
Message:

use system setting for toolbar text/icon style

Files:
2 modified

Legend:

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

    r2304 r2311  
    2020        </child> 
    2121        <child> 
    22           <widget class="GtkToolbar" id="tb_left"> 
     22          <widget class="GtkVPaned" id="vpaned1"> 
    2323            <property name="visible">True</property> 
    24             <property name="toolbar_style">GTK_TOOLBAR_BOTH</property> 
    25             <property name="show_arrow">False</property> 
    26             <child> 
    27               <widget class="GtkToolButton" id="toolbutton_add"> 
    28                 <property name="visible">True</property> 
    29                 <property name="tooltip" translatable="yes">Add Torrent</property> 
    30                 <property name="label" translatable="yes">Add</property> 
    31                 <property name="use_underline">True</property> 
    32                 <property name="stock_id">gtk-add</property> 
    33                 <signal name="clicked" handler="add_torrent"/> 
     24            <child> 
     25              <widget class="GtkAlignment" id="alignment5"> 
     26                <property name="visible">True</property> 
     27                <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> 
    3445              </widget> 
    3546              <packing> 
    36                 <property name="expand">False</property> 
     47                <property name="resize">True</property> 
     48                <property name="shrink">False</property> 
    3749              </packing> 
    3850            </child> 
    3951            <child> 
    40               <widget class="GtkToolButton" id="toolbutton_remove"> 
    41                 <property name="visible">True</property> 
    42                 <property name="sensitive">False</property> 
    43                 <property name="tooltip" translatable="yes">Remove Torrent</property> 
    44                 <property name="label" translatable="yes">Remove</property> 
    45                 <property name="use_underline">True</property> 
    46                 <property name="stock_id">gtk-remove</property> 
    47                 <signal name="clicked" handler="remove_torrent"/> 
     52              <widget class="GtkAlignment" id="alignment1"> 
     53                <property name="visible">True</property> 
     54                <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="visible">True</property> 
     322                                                        <property name="xalign">0</property> 
     323                                                        <property name="label" translatable="yes">&lt;b&gt;Uploaded:&lt;/b&gt;</property> 
     324                                                        <property name="use_markup">True</property> 
     325                                                      </widget> 
     326                                                    </child> 
     327                                                  </widget> 
     328                                                  <packing> 
     329                                                    <property name="top_attach">1</property> 
     330                                                    <property name="bottom_attach">2</property> 
     331                                                  </packing> 
     332                                                </child> 
     333                                                <child> 
     334                                                  <widget class="GtkAlignment" id="alignment3"> 
     335                                                    <property name="visible">True</property> 
     336                                                    <property name="right_padding">5</property> 
     337                                                    <child> 
     338                                                      <widget class="GtkLabel" id="label1"> 
     339                                                        <property name="visible">True</property> 
     340                                                        <property name="xalign">0</property> 
     341                                                        <property name="label" translatable="yes">&lt;b&gt;Downloaded:&lt;/b&gt;</property> 
     342                                                        <property name="use_markup">True</property> 
     343                                                      </widget> 
     344                                                    </child> 
     345                                                  </widget> 
     346                                                </child> 
     347                                                <child> 
     348                                                  <widget class="GtkLabel" id="summary_eta"> 
     349                                                    <property name="visible">True</property> 
     350                                                    <property name="xalign">0</property> 
     351                                                  </widget> 
     352                                                  <packing> 
     353                                                    <property name="left_attach">3</property> 
     354                                                    <property name="right_attach">4</property> 
     355                                                    <property name="top_attach">3</property> 
     356                                                    <property name="bottom_attach">4</property> 
     357                                                  </packing> 
     358                                                </child> 
     359                                                <child> 
     360                                                  <widget class="GtkLabel" id="summary_share_ratio"> 
     361                                                    <property name="visible">True</property> 
     362                                                    <property name="xalign">0</property> 
     363                                                  </widget> 
     364                                                  <packing> 
     365                                                    <property name="left_attach">1</property> 
     366                                                    <property name="right_attach">2</property> 
     367                                                    <property name="top_attach">3</property> 
     368                                                    <property name="bottom_attach">4</property> 
     369                                                  </packing> 
     370                                                </child> 
     371                                                <child> 
     372                                                  <widget class="GtkLabel" id="summary_peers"> 
     373                                                    <property name="visible">True</property> 
     374                                                    <property name="xalign">0</property> 
     375                                                  </widget> 
     376                                                  <packing> 
     377                                                    <property name="left_attach">3</property> 
     378                                                    <property name="right_attach">4</property> 
     379                                                    <property name="top_attach">2</property> 
     380                                                    <property name="bottom_attach">3</property> 
     381                                                  </packing> 
     382                                                </child> 
     383                                                <child> 
     384                                                  <widget class="GtkLabel" id="summary_seeders"> 
     385                                                    <property name="visible">True</property> 
     386                    &nbs