~ubuntu-branches/ubuntu/jaunty/linuxdcpp/jaunty

« back to all changes in this revision

Viewing changes to glade/mainwindow.glade

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2007-12-26 02:35:22 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20071226023522-33kcy4wmyadot0tr
Tags: 1.0.1-1
* New upstream release.
* Added magnet support
  (Closes: #416879)
* New description, provided upstream, thanks !
* Updated standards to 3.7.3 (no changes)
* Patched to build with GCC 4.3. Patch is minimal,
  current code still use deprecated headers.
  (Closes: #455342)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  <widget class="GtkWindow" id="mainWindow">
6
6
    <property name="width_request">600</property>
7
7
    <property name="height_request">600</property>
8
 
    <property name="visible">True</property>
 
8
    <property name="visible">False</property>
9
9
    <property name="title" translatable="yes">LinuxDC++</property>
10
10
    <child>
11
11
      <widget class="GtkVBox" id="vbox1">
716
716
    <property name="copyright" translatable="yes">Copyright © 2004-2007 Jens Oknelid</property>
717
717
    <property name="comments" translatable="yes">A DC++ port for Linux
718
718
 
719
 
LinuxDC++ version: 1.0.0-cvs
 
719
LinuxDC++ version: 1.0.1
720
720
Core version: 0.698</property>
721
 
    <property name="website">http://linuxdcpp.berlios.de</property>
722
721
    <property name="license" translatable="yes">
723
722
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
724
723
 
763
762
  gasol
764
763
  stoft
765
764
  David Grundberg
 
765
  Max Lapan
 
766
  Jeremy Evans
 
767
  Per Göransson
766
768
</property>
767
769
    <property name="artists">Johannes Sjölund</property>
768
770
    <property name="wrap_license">True</property>
834
836
    <property name="window_position">GTK_WIN_POS_NONE</property>
835
837
    <property name="modal">False</property>
836
838
    <property name="resizable">True</property>
837
 
    <property name="destroy_with_parent">False</property>
 
839
    <property name="destroy_with_parent">True</property>
838
840
    <property name="default_width">300</property>
839
841
    <property name="decorated">True</property>
840
842
    <property name="skip_taskbar_hint">False</property>
1059
1061
      </widget>
1060
1062
    </child>
1061
1063
  </widget>
 
1064
  <widget class="GtkDialog" id="magnetDialog">
 
1065
    <property name="visible">False</property>
 
1066
    <property name="title" translatable="yes">Magnet properties</property>
 
1067
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
1068
    <property name="destroy_with_parent">True</property>
 
1069
    <property name="modal">True</property>
 
1070
    <property name="resizable">True</property>
 
1071
    <child internal-child="vbox">
 
1072
      <widget class="GtkVBox" id="dialog-vbox4">
 
1073
        <property name="visible">True</property>
 
1074
        <child>
 
1075
          <widget class="GtkTable" id="table1">
 
1076
            <property name="visible">True</property>
 
1077
            <property name="border_width">8</property>
 
1078
            <property name="n_rows">5</property>
 
1079
            <property name="n_columns">2</property>
 
1080
            <property name="column_spacing">6</property>
 
1081
            <property name="row_spacing">5</property>
 
1082
            <child>
 
1083
              <widget class="GtkEntry" id="exactSizeEntry">
 
1084
                <property name="visible">True</property>
 
1085
                <property name="can_focus">True</property>
 
1086
                <property name="editable">False</property>
 
1087
                <property name="invisible_char">*</property>
 
1088
              </widget>
 
1089
              <packing>
 
1090
                <property name="left_attach">1</property>
 
1091
                <property name="right_attach">2</property>
 
1092
                <property name="top_attach">3</property>
 
1093
                <property name="bottom_attach">4</property>
 
1094
                <property name="y_options"></property>
 
1095
              </packing>
 
1096
            </child>
 
1097
            <child>
 
1098
              <widget class="GtkLabel" id="label6">
 
1099
                <property name="visible">True</property>
 
1100
                <property name="xalign">0</property>
 
1101
                <property name="label" translatable="yes">Exact size</property>
 
1102
              </widget>
 
1103
              <packing>
 
1104
                <property name="top_attach">3</property>
 
1105
                <property name="bottom_attach">4</property>
 
1106
                <property name="x_options">GTK_FILL</property>
 
1107
                <property name="y_options"></property>
 
1108
              </packing>
 
1109
            </child>
 
1110
            <child>
 
1111
              <widget class="GtkEntry" id="magnetEntry">
 
1112
                <property name="visible">True</property>
 
1113
                <property name="can_focus">True</property>
 
1114
                <property name="has_focus">True</property>
 
1115
                <property name="editable">False</property>
 
1116
                <property name="invisible_char">*</property>
 
1117
                <property name="width_chars">35</property>
 
1118
              </widget>
 
1119
              <packing>
 
1120
                <property name="left_attach">1</property>
 
1121
                <property name="right_attach">2</property>
 
1122
                <property name="y_options"></property>
 
1123
              </packing>
 
1124
            </child>
 
1125
            <child>
 
1126
              <widget class="GtkEntry" id="tthEntry">
 
1127
                <property name="visible">True</property>
 
1128
                <property name="can_focus">True</property>
 
1129
                <property name="editable">False</property>
 
1130
                <property name="invisible_char">*</property>
 
1131
              </widget>
 
1132
              <packing>
 
1133
                <property name="left_attach">1</property>
 
1134
                <property name="right_attach">2</property>
 
1135
                <property name="top_attach">4</property>
 
1136
                <property name="bottom_attach">5</property>
 
1137
                <property name="y_options"></property>
 
1138
              </packing>
 
1139
            </child>
 
1140
            <child>
 
1141
              <widget class="GtkEntry" id="magnetSizeEntry">
 
1142
                <property name="visible">True</property>
 
1143
                <property name="can_focus">True</property>
 
1144
                <property name="editable">False</property>
 
1145
                <property name="invisible_char">*</property>
 
1146
              </widget>
 
1147
              <packing>
 
1148
                <property name="left_attach">1</property>
 
1149
                <property name="right_attach">2</property>
 
1150
                <property name="top_attach">2</property>
 
1151
                <property name="bottom_attach">3</property>
 
1152
                <property name="y_options"></property>
 
1153
              </packing>
 
1154
            </child>
 
1155
            <child>
 
1156
              <widget class="GtkEntry" id="magnetNameEntry">
 
1157
                <property name="visible">True</property>
 
1158
                <property name="can_focus">True</property>
 
1159
                <property name="editable">False</property>
 
1160
                <property name="invisible_char">*</property>
 
1161
              </widget>
 
1162
              <packing>
 
1163
                <property name="left_attach">1</property>
 
1164
                <property name="right_attach">2</property>
 
1165
                <property name="top_attach">1</property>
 
1166
                <property name="bottom_attach">2</property>
 
1167
                <property name="y_options"></property>
 
1168
              </packing>
 
1169
            </child>
 
1170
            <child>
 
1171
              <widget class="GtkLabel" id="label7">
 
1172
                <property name="visible">True</property>
 
1173
                <property name="xalign">0</property>
 
1174
                <property name="label" translatable="yes">TTH</property>
 
1175
              </widget>
 
1176
              <packing>
 
1177
                <property name="top_attach">4</property>
 
1178
                <property name="bottom_attach">5</property>
 
1179
                <property name="x_options">GTK_FILL</property>
 
1180
                <property name="y_options"></property>
 
1181
              </packing>
 
1182
            </child>
 
1183
            <child>
 
1184
              <widget class="GtkLabel" id="label3">
 
1185
                <property name="visible">True</property>
 
1186
                <property name="xalign">0</property>
 
1187
                <property name="label" translatable="yes">Size</property>
 
1188
              </widget>
 
1189
              <packing>
 
1190
                <property name="top_attach">2</property>
 
1191
                <property name="bottom_attach">3</property>
 
1192
                <property name="x_options">GTK_FILL</property>
 
1193
                <property name="y_options"></property>
 
1194
              </packing>
 
1195
            </child>
 
1196
            <child>
 
1197
              <widget class="GtkLabel" id="label8">
 
1198
                <property name="visible">True</property>
 
1199
                <property name="xalign">0</property>
 
1200
                <property name="label" translatable="yes">File name</property>
 
1201
              </widget>
 
1202
              <packing>
 
1203
                <property name="top_attach">1</property>
 
1204
                <property name="bottom_attach">2</property>
 
1205
                <property name="x_options">GTK_FILL</property>
 
1206
                <property name="y_options"></property>
 
1207
              </packing>
 
1208
            </child>
 
1209
            <child>
 
1210
              <widget class="GtkLabel" id="label9">
 
1211
                <property name="visible">True</property>
 
1212
                <property name="xalign">0</property>
 
1213
                <property name="label" translatable="yes">Magnet</property>
 
1214
              </widget>
 
1215
              <packing>
 
1216
                <property name="x_options">GTK_FILL</property>
 
1217
                <property name="y_options"></property>
 
1218
              </packing>
 
1219
            </child>
 
1220
          </widget>
 
1221
          <packing>
 
1222
            <property name="position">2</property>
 
1223
          </packing>
 
1224
        </child>
 
1225
        <child internal-child="action_area">
 
1226
          <widget class="GtkHButtonBox" id="dialog-action_area4">
 
1227
            <property name="visible">True</property>
 
1228
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
1229
            <child>
 
1230
              <widget class="GtkButton" id="closeButton1">
 
1231
                <property name="visible">True</property>
 
1232
                <property name="can_focus">True</property>
 
1233
                <property name="can_default">True</property>
 
1234
                <property name="label">gtk-close</property>
 
1235
                <property name="use_stock">True</property>
 
1236
                <property name="response_id">-7</property>
 
1237
              </widget>
 
1238
              <packing>
 
1239
                <property name="position">1</property>
 
1240
              </packing>
 
1241
            </child>
 
1242
          </widget>
 
1243
          <packing>
 
1244
            <property name="expand">False</property>
 
1245
            <property name="pack_type">GTK_PACK_END</property>
 
1246
          </packing>
 
1247
        </child>
 
1248
      </widget>
 
1249
    </child>
 
1250
  </widget>
1062
1251
</glade-interface>