~ilidrissi.amine/software-properties/updates-redesign

« back to all changes in this revision

Viewing changes to data/gtkbuilder/dialog-edit-source.ui

  • Committer: Mohamed Amine IL Idrissi
  • Date: 2010-10-02 14:27:09 UTC
  • mfrom: (606.1.29 main)
  • Revision ID: ilidrissiamine@gmail.com-20101002142709-nu4jxh0hoda4tspc
merge with trunk and fix the kde frontend.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 2.12 -->
 
4
  <!-- interface-naming-policy toplevel-contextual -->
 
5
  <object class="GtkListStore" id="model1">
 
6
    <columns>
 
7
      <!-- column-name gchararray -->
 
8
      <column type="gchararray"/>
 
9
    </columns>
 
10
    <data>
 
11
      <row>
 
12
        <col id="0" translatable="yes">Binary</col>
 
13
      </row>
 
14
      <row>
 
15
        <col id="0" translatable="yes">Source</col>
 
16
      </row>
 
17
    </data>
 
18
  </object>
 
19
  <object class="GtkDialog" id="dialog_edit">
 
20
    <property name="border_width">6</property>
 
21
    <property name="title" translatable="yes">Edit Source</property>
 
22
    <property name="modal">True</property>
 
23
    <property name="default_width">400</property>
 
24
    <property name="type_hint">dialog</property>
 
25
    <property name="skip_taskbar_hint">True</property>
 
26
    <property name="has_separator">False</property>
 
27
    <child internal-child="vbox">
 
28
      <object class="GtkVBox" id="vbox6">
 
29
        <property name="visible">True</property>
 
30
        <property name="spacing">12</property>
 
31
        <child>
 
32
          <object class="GtkTable" id="table1">
 
33
            <property name="visible">True</property>
 
34
            <property name="border_width">6</property>
 
35
            <property name="n_rows">7</property>
 
36
            <property name="n_columns">2</property>
 
37
            <property name="column_spacing">12</property>
 
38
            <property name="row_spacing">6</property>
 
39
            <child>
 
40
              <object class="GtkLabel" id="label36">
 
41
                <property name="visible">True</property>
 
42
                <property name="xalign">1</property>
 
43
                <property name="label" translatable="yes">&lt;b&gt;Type:&lt;/b&gt;</property>
 
44
                <property name="use_markup">True</property>
 
45
              </object>
 
46
              <packing>
 
47
                <property name="top_attach">1</property>
 
48
                <property name="bottom_attach">2</property>
 
49
                <property name="x_options">GTK_FILL</property>
 
50
                <property name="y_options"></property>
 
51
              </packing>
 
52
            </child>
 
53
            <child>
 
54
              <object class="GtkLabel" id="label38">
 
55
                <property name="visible">True</property>
 
56
                <property name="xalign">1</property>
 
57
                <property name="label" translatable="yes">&lt;b&gt;URI:&lt;/b&gt;</property>
 
58
                <property name="use_markup">True</property>
 
59
              </object>
 
60
              <packing>
 
61
                <property name="top_attach">3</property>
 
62
                <property name="bottom_attach">4</property>
 
63
                <property name="x_options">GTK_FILL</property>
 
64
                <property name="y_options"></property>
 
65
              </packing>
 
66
            </child>
 
67
            <child>
 
68
              <object class="GtkLabel" id="label39">
 
69
                <property name="visible">True</property>
 
70
                <property name="xalign">1</property>
 
71
                <property name="label" translatable="yes">&lt;b&gt;Distribution:&lt;/b&gt;</property>
 
72
                <property name="use_markup">True</property>
 
73
              </object>
 
74
              <packing>
 
75
                <property name="top_attach">4</property>
 
76
                <property name="bottom_attach">5</property>
 
77
                <property name="x_options">GTK_FILL</property>
 
78
                <property name="y_options"></property>
 
79
              </packing>
 
80
            </child>
 
81
            <child>
 
82
              <object class="GtkLabel" id="label40">
 
83
                <property name="visible">True</property>
 
84
                <property name="xalign">1</property>
 
85
                <property name="label" translatable="yes">&lt;b&gt;Components:&lt;/b&gt;</property>
 
86
                <property name="use_markup">True</property>
 
87
              </object>
 
88
              <packing>
 
89
                <property name="top_attach">5</property>
 
90
                <property name="bottom_attach">6</property>
 
91
                <property name="x_options">GTK_FILL</property>
 
92
                <property name="y_options"></property>
 
93
              </packing>
 
94
            </child>
 
95
            <child>
 
96
              <object class="GtkEntry" id="entry_uri">
 
97
                <property name="visible">True</property>
 
98
                <property name="can_focus">True</property>
 
99
                <property name="activates_default">True</property>
 
100
              </object>
 
101
              <packing>
 
102
                <property name="left_attach">1</property>
 
103
                <property name="right_attach">2</property>
 
104
                <property name="top_attach">3</property>
 
105
                <property name="bottom_attach">4</property>
 
106
                <property name="y_options"></property>
 
107
              </packing>
 
108
            </child>
 
109
            <child>
 
110
              <object class="GtkEntry" id="entry_comps">
 
111
                <property name="visible">True</property>
 
112
                <property name="can_focus">True</property>
 
113
                <property name="activates_default">True</property>
 
114
              </object>
 
115
              <packing>
 
116
                <property name="left_attach">1</property>
 
117
                <property name="right_attach">2</property>
 
118
                <property name="top_attach">5</property>
 
119
                <property name="bottom_attach">6</property>
 
120
                <property name="y_options"></property>
 
121
              </packing>
 
122
            </child>
 
123
            <child>
 
124
              <object class="GtkComboBox" id="combobox_type">
 
125
                <property name="visible">True</property>
 
126
                <property name="model">model1</property>
 
127
                <child>
 
128
                  <object class="GtkCellRendererText" id="renderer1"/>
 
129
                  <attributes>
 
130
                    <attribute name="text">0</attribute>
 
131
                  </attributes>
 
132
                </child>
 
133
              </object>
 
134
              <packing>
 
135
                <property name="left_attach">1</property>
 
136
                <property name="right_attach">2</property>
 
137
                <property name="top_attach">1</property>
 
138
                <property name="bottom_attach">2</property>
 
139
                <property name="x_options">GTK_FILL</property>
 
140
                <property name="y_options">GTK_FILL</property>
 
141
              </packing>
 
142
            </child>
 
143
            <child>
 
144
              <object class="GtkLabel" id="label61">
 
145
                <property name="visible">True</property>
 
146
                <property name="xalign">1</property>
 
147
                <property name="label" translatable="yes">&lt;b&gt;Comment:&lt;/b&gt;</property>
 
148
                <property name="use_markup">True</property>
 
149
              </object>
 
150
              <packing>
 
151
                <property name="top_attach">6</property>
 
152
                <property name="bottom_attach">7</property>
 
153
                <property name="x_options">GTK_FILL</property>
 
154
                <property name="y_options"></property>
 
155
              </packing>
 
156
            </child>
 
157
            <child>
 
158
              <object class="GtkEntry" id="entry_comment">
 
159
                <property name="visible">True</property>
 
160
                <property name="can_focus">True</property>
 
161
                <property name="activates_default">True</property>
 
162
              </object>
 
163
              <packing>
 
164
                <property name="left_attach">1</property>
 
165
                <property name="right_attach">2</property>
 
166
                <property name="top_attach">6</property>
 
167
                <property name="bottom_attach">7</property>
 
168
                <property name="y_options"></property>
 
169
              </packing>
 
170
            </child>
 
171
            <child>
 
172
              <object class="GtkEntry" id="entry_dist">
 
173
                <property name="visible">True</property>
 
174
                <property name="can_focus">True</property>
 
175
                <property name="activates_default">True</property>
 
176
              </object>
 
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
                <property name="y_options"></property>
 
183
              </packing>
 
184
            </child>
 
185
            <child>
 
186
              <placeholder/>
 
187
            </child>
 
188
            <child>
 
189
              <placeholder/>
 
190
            </child>
 
191
            <child>
 
192
              <placeholder/>
 
193
            </child>
 
194
            <child>
 
195
              <placeholder/>
 
196
            </child>
 
197
          </object>
 
198
          <packing>
 
199
            <property name="position">1</property>
 
200
          </packing>
 
201
        </child>
 
202
        <child internal-child="action_area">
 
203
          <object class="GtkHButtonBox" id="hbuttonbox3">
 
204
            <property name="visible">True</property>
 
205
            <property name="layout_style">end</property>
 
206
            <child>
 
207
              <object class="GtkButton" id="button7">
 
208
                <property name="label">gtk-cancel</property>
 
209
                <property name="visible">True</property>
 
210
                <property name="can_focus">True</property>
 
211
                <property name="can_default">True</property>
 
212
                <property name="receives_default">False</property>
 
213
                <property name="use_stock">True</property>
 
214
              </object>
 
215
              <packing>
 
216
                <property name="expand">False</property>
 
217
                <property name="fill">False</property>
 
218
                <property name="position">0</property>
 
219
              </packing>
 
220
            </child>
 
221
            <child>
 
222
              <object class="GtkButton" id="button_edit_ok">
 
223
                <property name="label">gtk-ok</property>
 
224
                <property name="visible">True</property>
 
225
                <property name="can_focus">True</property>
 
226
                <property name="has_focus">True</property>
 
227
                <property name="can_default">True</property>
 
228
                <property name="has_default">True</property>
 
229
                <property name="receives_default">False</property>
 
230
                <property name="use_stock">True</property>
 
231
              </object>
 
232
              <packing>
 
233
                <property name="expand">False</property>
 
234
                <property name="fill">False</property>
 
235
                <property name="position">1</property>
 
236
              </packing>
 
237
            </child>
 
238
          </object>
 
239
          <packing>
 
240
            <property name="expand">False</property>
 
241
            <property name="pack_type">end</property>
 
242
            <property name="position">0</property>
 
243
          </packing>
 
244
        </child>
 
245
      </object>
 
246
    </child>
 
247
    <action-widgets>
 
248
      <action-widget response="-6">button7</action-widget>
 
249
      <action-widget response="-5">button_edit_ok</action-widget>
 
250
    </action-widgets>
 
251
  </object>
 
252
</interface>