root/branches/gajim_0.11.1/data/glade/profile_window.glade

Revision 7888, 74.4 kB (checked in by asterix, 22 months ago)

merge fixes from trunk

Line 
1<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4<glade-interface>
5
6<widget class="GtkWindow" id="profile_window">
7  <property name="title" translatable="yes">Personal Information</property>
8  <property name="type">GTK_WINDOW_TOPLEVEL</property>
9  <property name="window_position">GTK_WIN_POS_NONE</property>
10  <property name="modal">False</property>
11  <property name="resizable">True</property>
12  <property name="destroy_with_parent">False</property>
13  <property name="decorated">True</property>
14  <property name="skip_taskbar_hint">False</property>
15  <property name="skip_pager_hint">False</property>
16  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
17  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
18  <property name="focus_on_map">True</property>
19  <property name="urgency_hint">False</property>
20  <signal name="key_press_event" handler="on_profile_window_key_press_event" last_modification_time="Fri, 08 Sep 2006 11:39:24 GMT"/>
21  <signal name="destroy" handler="on_profile_window_destroy" last_modification_time="Fri, 08 Sep 2006 11:39:32 GMT"/>
22
23  <child>
24    <widget class="GtkVBox" id="vbox1">
25      <property name="visible">True</property>
26      <property name="homogeneous">False</property>
27      <property name="spacing">12</property>
28
29      <child>
30        <widget class="GtkNotebook" id="information_notebook">
31          <property name="border_width">6</property>
32          <property name="visible">True</property>
33          <property name="show_tabs">True</property>
34          <property name="show_border">True</property>
35          <property name="tab_pos">GTK_POS_TOP</property>
36          <property name="scrollable">False</property>
37          <property name="enable_popup">False</property>
38
39          <child>
40            <widget class="GtkTable" id="table2">
41              <property name="border_width">12</property>
42              <property name="visible">True</property>
43              <property name="n_rows">7</property>
44              <property name="n_columns">4</property>
45              <property name="homogeneous">False</property>
46              <property name="row_spacing">6</property>
47              <property name="column_spacing">12</property>
48
49              <child>
50                <widget class="GtkEntry" id="FN_entry">
51                  <property name="visible">True</property>
52                  <property name="can_focus">True</property>
53                  <property name="editable">True</property>
54                  <property name="visibility">True</property>
55                  <property name="max_length">0</property>
56                  <property name="text" translatable="yes"></property>
57                  <property name="has_frame">True</property>
58                  <property name="invisible_char">*</property>
59                  <property name="activates_default">False</property>
60                </widget>
61                <packing>
62                  <property name="left_attach">1</property>
63                  <property name="right_attach">2</property>
64                  <property name="top_attach">0</property>
65                  <property name="bottom_attach">1</property>
66                  <property name="y_options"></property>
67                </packing>
68              </child>
69
70              <child>
71                <widget class="GtkEntry" id="EMAIL_HOME_USERID_entry">
72                  <property name="visible">True</property>
73                  <property name="can_focus">True</property>
74                  <property name="editable">True</property>
75                  <property name="visibility">True</property>
76                  <property name="max_length">0</property>
77                  <property name="text" translatable="yes"></property>
78                  <property name="has_frame">True</property>
79                  <property name="invisible_char">*</property>
80                  <property name="activates_default">False</property>
81                </widget>
82                <packing>
83                  <property name="left_attach">1</property>
84                  <property name="right_attach">4</property>
85                  <property name="top_attach">4</property>
86                  <property name="bottom_attach">5</property>
87                  <property name="y_options"></property>
88                </packing>
89              </child>
90
91              <child>
92                <widget class="GtkExpander" id="expander1">
93                  <property name="visible">True</property>
94                  <property name="can_focus">True</property>
95                  <property name="expanded">False</property>
96                  <property name="spacing">0</property>
97
98                  <child>
99                    <widget class="GtkTable" id="table3">
100                      <property name="border_width">6</property>
101                      <property name="visible">True</property>
102                      <property name="n_rows">3</property>
103                      <property name="n_columns">4</property>
104                      <property name="homogeneous">False</property>
105                      <property name="row_spacing">6</property>
106                      <property name="column_spacing">12</property>
107
108                      <child>
109                        <widget class="GtkEntry" id="N_FAMILY_entry">
110                          <property name="visible">True</property>
111                          <property name="can_focus">True</property>
112                          <property name="editable">True</property>
113                          <property name="visibility">True</property>
114                          <property name="max_length">0</property>
115                          <property name="text" translatable="yes"></property>
116                          <property name="has_frame">True</property>
117                          <property name="invisible_char">*</property>
118                          <property name="activates_default">False</property>
119                        </widget>
120                        <packing>
121                          <property name="left_attach">1</property>
122                          <property name="right_attach">2</property>
123                          <property name="top_attach">0</property>
124                          <property name="bottom_attach">1</property>
125                          <property name="y_options"></property>
126                        </packing>
127                      </child>
128
129                      <child>
130                        <widget class="GtkEntry" id="N_GIVEN_entry">
131                          <property name="visible">True</property>
132                          <property name="can_focus">True</property>
133                          <property name="editable">True</property>
134                          <property name="visibility">True</property>
135                          <property name="max_length">0</property>
136                          <property name="text" translatable="yes"></property>
137                          <property name="has_frame">True</property>
138                          <property name="invisible_char">*</property>
139                          <property name="activates_default">False</property>
140                        </widget>
141                        <packing>
142                          <property name="left_attach">3</property>
143                          <property name="right_attach">4</property>
144                          <property name="top_attach">0</property>
145                          <property name="bottom_attach">1</property>
146                          <property name="y_options"></property>
147                        </packing>
148                      </child>
149
150                      <child>
151                        <widget class="GtkEntry" id="N_MIDDLE_entry">
152                          <property name="visible">True</property>
153                          <property name="can_focus">True</property>
154                          <property name="editable">True</property>
155                          <property name="visibility">True</property>
156                          <property name="max_length">0</property>
157                          <property name="text" translatable="yes"></property>
158                          <property name="has_frame">True</property>
159                          <property name="invisible_char">*</property>
160                          <property name="activates_default">False</property>
161                        </widget>
162                        <packing>
163                          <property name="left_attach">1</property>
164                          <property name="right_attach">2</property>
165                          <property name="top_attach">1</property>
166                          <property name="bottom_attach">2</property>
167                          <property name="y_options"></property>
168                        </packing>
169                      </child>
170
171                      <child>
172                        <widget class="GtkEntry" id="N_PREFIX_entry">
173                          <property name="visible">True</property>
174                          <property name="can_focus">True</property>
175                          <property name="editable">True</property>
176                          <property name="visibility">True</property>
177                          <property name="max_length">0</property>
178                          <property name="text" translatable="yes"></property>
179                          <property name="has_frame">True</property>
180                          <property name="invisible_char">*</property>
181                          <property name="activates_default">False</property>
182                        </widget>
183                        <packing>
184                          <property name="left_attach">1</property>
185                          <property name="right_attach">2</property>
186                          <property name="top_attach">2</property>
187                          <property name="bottom_attach">3</property>
188                          <property name="y_options"></property>
189                        </packing>
190                      </child>
191
192                      <child>
193                        <widget class="GtkEntry" id="N_SUFFIX_entry">
194                          <property name="visible">True</property>
195                          <property name="can_focus">True</property>
196                          <property name="editable">True</property>
197                          <property name="visibility">True</property>
198                          <property name="max_length">0</property>
199                          <property name="text" translatable="yes"></property>
200                          <property name="has_frame">True</property>
201                          <property name="invisible_char">*</property>
202                          <property name="activates_default">False</property>
203                        </widget>
204                        <packing>
205                          <property name="left_attach">3</property>
206                          <property name="right_attach">4</property>
207                          <property name="top_attach">2</property>
208                          <property name="bottom_attach">3</property>
209                          <property name="y_options"></property>
210                        </packing>
211                      </child>
212
213                      <child>
214                        <widget class="GtkLabel" id="label18">
215                          <property name="visible">True</property>
216                          <property name="label" translatable="yes" comments="Family Name">Family:</property>
217                          <property name="use_underline">False</property>
218                          <property name="use_markup">False</property>
219                          <property name="justify">GTK_JUSTIFY_LEFT</property>
220                          <property name="wrap">False</property>
221                          <property name="selectable">False</property>
222                          <property name="xalign">0</property>
223                          <property name="yalign">0</property>
224                          <property name="xpad">0</property>
225                          <property name="ypad">0</property>
226                          <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
227                          <property name="width_chars">-1</property>
228                          <property name="single_line_mode">False</property>
229                          <property name="angle">0</property>
230                        </widget>
231                        <packing>
232                          <property name="left_attach">0</property>
233                          <property name="right_attach">1</property>
234                          <property name="top_attach">0</property>
235                          <property name="bottom_attach">1</property>
236                          <property name="x_options">fill</property>
237                          <property name="y_options"></property>
238                        </packing>
239                      </child>
240
241                      <child>
242                        <widget class="GtkLabel" id="label16">
243                          <property name="visible">True</property>
244                          <property name="label" translatable="yes" comments="Middle Name">Middle:</property>
245                          <property name="use_underline">False</property>
246                          <property name="use_markup">False</property>
247                          <property name="justify">GTK_JUSTIFY_LEFT</property>
248                          <property name="wrap">False</property>
249                          <property name="selectable">False</property>
250                          <property name="xalign">0</property>
251                          <property name="yalign">0</property>
252                          <property name="xpad">0</property>
253                          <property name="ypad">0</property>
254                          <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
255                          <property name="width_chars">-1</property>
256                          <property name="single_line_mode">False</property>
257                          <property name="angle">0</property>
258                        </widget>
259                        <packing>
260                          <property name="left_attach">0</property>
261                          <property name="right_attach">1</property>
262                          <property name="top_attach">1</property>
263                          <property name="bottom_attach">2</property>
264                          <property name="x_options">fill</property>
265                          <property name="y_options"></property>
266                        </packing>
267                      </child>
268
269                      <child>
270                        <widget class="GtkLabel" id="label15">
271                          <property name="visible">True</property>
272                          <property name="label" translatable="yes" comments="Prefix in Name">Prefix:</property>
273                          <property name="use_underline">False</property>
274                          <property name="use_markup">False</property>
275                          <property name="justify">GTK_JUSTIFY_LEFT</property>
276                          <property name="wrap">False</property>
277                          <property name="selectable">False</property>
278                          <property name="xalign">0</property>
279                          <property name="yalign">0</property>
280                          <property name="xpad">0</property>
281                          <property name="ypad">0</property>
282                          <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
283                          <property name="width_chars">-1</property>
284                          <property name="single_line_mode">False</property>
285                          <property name="angle">0</property>
286                        </widget>
287                        <packing>
288                          <property name="left_attach">0</property>
289                          <property name="right_attach">1</property>
290                          <property name="top_attach">2</property>
291                          <property name="bottom_attach">3</property>
292                          <property name="x_options">fill</property>
293                          <property name="y_options"></property>
294                        </packing>
295                      </child>
296
297                      <child>
298                        <widget class="GtkLabel" id="label17">
299                          <property name="visible">True</property>
300                          <property name="label" translatable="yes" comments="Given Name">Given:</property>
301                          <property name="use_underline">False</property>
302                          <property name="use_markup">False</property>
303                          <property name="justify">GTK_JUSTIFY_LEFT</property>
304                          <property name="wrap">False</property>
305                          <property name="selectable">False</property>
306                          <property name="xalign">0</property>
307                          <property name="yalign">0</property>
308                          <property name="xpad">0</property>
309                          <property name="ypad">0</property>
310                          <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
311                          <property name="width_chars">-1</property>
312                          <property name="single_line_mode">False</property>
313                          <property name="angle">0</property>
314                        </widget>
315                        <packing>
316                          <property name="left_attach">2</property>
317                          <property name="right_attach">3</property>
318                          <property name="top_attach">0</property>
319                          <property name="bottom_attach">1</property>
320                          <property name="x_options">fill</property>
321                          <property name="y_options"></property>
322                        </packing>
323                      </child>
324
325                      <child>
326                        <widget class="GtkLabel" id="label14">
327                          <property name="visible">True</property>
328                          <property name="label" translatable="yes" comments="Suffix in Name">Suffix:</property>
329                          <property name="use_underline">False</property>
330                          <property name="use_markup">False</property>
331                          <property name="justify">GTK_JUSTIFY_LEFT</property>
332                          <property name="wrap">False</property>
333                          <property name="selectable">False</property>
334                          <property name="xalign">0</property>
335                          <property name="yalign">0</property>
336                          <property name="xpad">0</property>
337                          <property name="ypad">0</property>
338                          <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
339                          <property name="width_chars">-1</property>
340                          <property name="single_line_mode">False</property>
341                          <property name="angle">0</property>
342                        </widget>
343                        <packing>
344                          <property name="left_attach">2</property>
345                          <property name="right_attach">3</property>
346                          <property name="top_attach">2</property>
347                          <property name="bottom_attach">3</property>
348                          <property name="x_options">fill</property>
349                          <property name="y_options"></property>
350                        </packing>
351                      </child>
352                    </widget>
353                  </child>
354
355                  <child>
356                    <widget class="GtkLabel" id="label19">
357                      <property name="visible">True</property>
358                      <property name="label" translatable="yes">More</property>
359                      <property name="use_underline">False</property>
360                      <property name="use_markup">False</property>
361                      <property name="justify">GTK_JUSTIFY_LEFT</property>
362                      <property name="wrap">False</property>
363                      <property name="selectable">False</property>
364                      <property name="xalign">0</property>
365                      <property name="yalign">0</property>
366                      <property name="xpad">0</property>
367                      <property name="ypad">0</property>
368                      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
369                      <property name="width_chars">-1</property>
370                      <property name="single_line_mode">False</property>
371                      <property name="angle">0</property>
372                    </widget>
373                    <packing>
374                      <property name="type">label_item</property>
375                    </packing>
376                  </child>
377                </widget>
378                <packing>
379                  <property name="left_attach">0</property>
380                  <property name="right_attach">4</property>
381                  <property name="top_attach">1</property>
382                  <property name="bottom_attach">2</property>
383                  <property name="y_options"></property>
384                </packing>
385              </child>
386
387              <child>
388                <widget class="GtkEntry" id="NICKNAME_entry">
389                  <property name="visible">True</property>
390                  <property name="can_focus">True</property>
391                  <property name="editable">True</property>
392                  <property name="visibility">True</property>
393                  <property name="max_length">0</property>
394                  <property name="text" translatable="yes"></property>
395                  <property name="has_frame">True</property>
396                  <property name="invisible_char">*</property>
397                  <property name="activates_default">False</property>
398                </widget>
399                <packing>
400                  <property name="left_attach">3</property>
401                  <property name="right_attach">4</property>
402                  <property name="top_attach">0</property>
403                  <property name="bottom_attach">1</property>
404                  <property name="y_options"></property>
405                </packing>
406              </child>
407
408              <child>
409                <widget class="GtkExpander" id="expander2">
410                  <property name="visible">True</property>
411                  <property name="can_focus">True</property>
412                  <property name="expanded">False</property>
413                  <property name="spacing">0</property>
414
415                  <child>
416                    <widget class="GtkTable" id="table_ADR_STREET">
417                      <property name="border_width">6</property>
418                      <property name="visible">True</property>
419                      <property name="n_rows">3</property>
420                      <property name="n_columns">4</property>
421                      <property name="homogeneous">False</property>
422                      <property name="row_spacing">5</property>
423                      <property name="column_spacing">5</property>
424
425                      <child>
426                        <widget class="GtkEntry" id="ADR_HOME_STREET_entry">
427                          <property name="visible">True</property>
428                          <property name="can_focus">True</property>
429                          <property name="editable">True</property>
430                          <property name="visibility">True</property>
431                          <property name="max_length">0</property>
432                          <property name="text" translatable="yes"></property>
433                          <property name="has_frame">True</property>
434                          <property name="invisible_char">*</property>
435                          <property name="activates_default">False</property>
436                        </widget>
437                        <packing>
438                          <property name="left_attach">1</property>
439                          <property name="right_attach">2</property>
440                          <property name="top_attach">0</property>
441                          <property name="bottom_attach">1</property>
442                          <property name="y_options"></property>
443                        </packing>
444                      </child>
445
446                      <child>
447                        <widget class="GtkEntry" id="ADR_HOME_EXTADR_entry">
448                          <property name="visible">True</property>
449                          <property name="can_focus">True</property>
450                          <property name="editable">True</property>
451                          <property name="visibility">True</property>
452                          <property name="max_length">0</property>
453                          <property name="text" translatable="yes"></property>
454                          <property name="has_frame">True</property>
455                          <property name="invisible_char">*</property>
456                          <property name="activates_default">False</property>
457                        </widget>
458                        <packing>
459                          <property name="left_attach">3</property>
460                          <property name="right_attach">4</property>
461                          <property name="top_attach">0</property>
462                          <property name="bottom_attach">1</property>
463                          <property name="y_options"></property>
464                        </packing>
465                      </child>
466
467                      <child>
468                        <widget class="GtkEntry" id="ADR_HOME_LOCALITY_entry">
469                          <property name="visible">True</property>
470                          <property name="can_focus">True</property>
471                          <property name="editable">True</property>
472                          <property name="visibility">True</property>
473                          <property name="max_length">0</property>
474                          <property name="text" translatable="yes"></property>
475                          <property name="has_frame">True</property>
476                          <property name="invisible_char">*</property>
477                          <property name="activates_default">False</property>
478                        </widget>
479                        <packing>
480                          <property name="left_attach">1</property>
481                          <property name="right_attach">2</property>
482                          <property name="top_attach">1</property>
483                          <property name="bottom_attach">2</property>
484                          <property name="y_options"></property>
485                        </packing>
486                      </child>
487
488                      <child>
489                        <widget class="GtkEntry" id="ADR_HOME_PCODE_entry">
490                          <property name="visible">True</property>
491                          <property name="can_focus">True</property>
492                          <property name="editable">True</property>
493                          <property name="visibility">True</property>
494                          <property name="max_length">0</property>
495                          <property name="text" translatable="yes"></property>
496                          <property name="has_frame">True</property>
497                          <property name="invisible_char">*</property>
498                          <property name="activates_default">False</property>
499                        </widget>
500                        <packing>
501                          <property name="left_attach">3</property>
502                          <property name="right_attach">4</property>
503                          <property name="top_attach">1</property>
504                          <property name="bottom_attach">2</property>
505                          <property name="y_options"></property>
506                        </packing>
507                      </child>
508
509                      <child>
510                        <widget class="GtkEntry" id="ADR_HOME_REGION_entry">
511                          <property name="visible">True</property>
512                          <property name="can_focus">True</property>
513                          <property name="editable">True</property>
514                          <property name="visibility">True</property>
515                          <property name="max_length">0</property>
516                          <property name="text" translatable="yes"></property>
517                          <property name="has_frame">True</property>
518                          <property name="invisible_char">*</property>
519                          <property name="activates_default">False</property>
520                        </widget>
521                        <packing>
522                          <property name="left_attach">1</property>
523                          <property name="right_attach">2</property>
524                          <property name="top_attach">2</property>
525                          <property name="bottom_attach">3</property>
526                          <property name="y_options"></property>
527                        </packing>
528                      </child>
529
530                      <child>
531                        <widget class="GtkEntry" id="ADR_HOME_CTRY_entry">
532                          <property name=