~ubuntu-branches/ubuntu/vivid/liferea/vivid-proposed

« back to all changes in this revision

Viewing changes to glade/auth.ui

  • Committer: Package Import Robot
  • Author(s): bojo42
  • Date: 2012-03-29 14:17:21 UTC
  • mfrom: (1.3.9) (3.2.5 sid)
  • Revision ID: package-import@ubuntu.com-20120329141721-tbfopcrc5797wxt7
Tags: 1.8.3-0.1ubuntu1
* New upstream release (LP: #290666, #371754, #741543, #716688)
* Merge from Debian unstable (LP: #935147), remaining changes:
* debian/patches:
  - drop gtk-status-icon.patch & notification-append as in upstream
  - drop fix_systray_behavior as mostly upstreamed and rest seems unused
  - 01_ubuntu_feedlists: update & rename, move planets to "Open Source"  
  - add_X-Ubuntu-Gettext-Domain: rebase
  - libunity.patch: rebase, apply before indicator patch (liferea_shell.c)
  - libindicate_increase_version.patch: exclude from libindicate.patch
  - deactivate libindicate.patch, seems partly upstreamed and needs rework
* debian/control: libindicate-dev, libindicate-gtk-dev & libunity-dev
* debian/liferea.indicate & liferea.install: ship indicator desktop file
* debian/rules: enable libindicate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy toplevel-contextual -->
 
5
  <object class="GtkDialog" id="authdialog">
 
6
    <property name="visible">True</property>
 
7
    <property name="border_width">5</property>
 
8
    <property name="title" translatable="yes">Authentication</property>
 
9
    <property name="resizable">False</property>
 
10
    <property name="type_hint">dialog</property>
 
11
    <property name="has_separator">False</property>
 
12
    <child internal-child="vbox">
 
13
      <object class="GtkVBox" id="dialog-vbox14">
 
14
        <property name="visible">True</property>
 
15
        <property name="spacing">2</property>
 
16
        <child>
 
17
          <object class="GtkVBox" id="vbox255">
 
18
            <property name="visible">True</property>
 
19
            <property name="border_width">5</property>
 
20
            <property name="spacing">12</property>
 
21
            <child>
 
22
              <object class="GtkLabel" id="prompt">
 
23
                <property name="visible">True</property>
 
24
                <property name="xalign">0</property>
 
25
                <property name="label" translatable="yes">Enter the username and password for "%s" (%s):</property>
 
26
                <property name="wrap">True</property>
 
27
              </object>
 
28
              <packing>
 
29
                <property name="expand">False</property>
 
30
                <property name="fill">False</property>
 
31
                <property name="position">0</property>
 
32
              </packing>
 
33
            </child>
 
34
            <child>
 
35
              <object class="GtkTable" id="table1">
 
36
                <property name="visible">True</property>
 
37
                <property name="n_rows">2</property>
 
38
                <property name="n_columns">2</property>
 
39
                <property name="column_spacing">12</property>
 
40
                <property name="row_spacing">6</property>
 
41
                <child>
 
42
                  <object class="GtkEntry" id="passwordEntry">
 
43
                    <property name="visible">True</property>
 
44
                    <property name="can_focus">True</property>
 
45
                    <property name="visibility">False</property>
 
46
                    <property name="activates_default">True</property>
 
47
                  </object>
 
48
                  <packing>
 
49
                    <property name="left_attach">1</property>
 
50
                    <property name="right_attach">2</property>
 
51
                    <property name="top_attach">1</property>
 
52
                    <property name="bottom_attach">2</property>
 
53
                    <property name="y_options"></property>
 
54
                  </packing>
 
55
                </child>
 
56
                <child>
 
57
                  <object class="GtkEntry" id="usernameEntry">
 
58
                    <property name="visible">True</property>
 
59
                    <property name="can_focus">True</property>
 
60
                    <property name="activates_default">True</property>
 
61
                  </object>
 
62
                  <packing>
 
63
                    <property name="left_attach">1</property>
 
64
                    <property name="right_attach">2</property>
 
65
                    <property name="y_options"></property>
 
66
                  </packing>
 
67
                </child>
 
68
                <child>
 
69
                  <object class="GtkLabel" id="label108">
 
70
                    <property name="visible">True</property>
 
71
                    <property name="xalign">0</property>
 
72
                    <property name="label" translatable="yes">_Password:</property>
 
73
                    <property name="use_underline">True</property>
 
74
                    <property name="mnemonic_widget">passwordEntry</property>
 
75
                  </object>
 
76
                  <packing>
 
77
                    <property name="top_attach">1</property>
 
78
                    <property name="bottom_attach">2</property>
 
79
                    <property name="x_options">GTK_FILL</property>
 
80
                    <property name="y_options"></property>
 
81
                  </packing>
 
82
                </child>
 
83
                <child>
 
84
                  <object class="GtkLabel" id="label107">
 
85
                    <property name="visible">True</property>
 
86
                    <property name="xalign">0</property>
 
87
                    <property name="label" translatable="yes">User_name:</property>
 
88
                    <property name="use_underline">True</property>
 
89
                    <property name="mnemonic_widget">usernameEntry</property>
 
90
                  </object>
 
91
                  <packing>
 
92
                    <property name="x_options">GTK_FILL</property>
 
93
                    <property name="y_options"></property>
 
94
                  </packing>
 
95
                </child>
 
96
              </object>
 
97
              <packing>
 
98
                <property name="position">1</property>
 
99
              </packing>
 
100
            </child>
 
101
            <child>
 
102
              <object class="GtkLabel" id="label134">
 
103
                <property name="visible">True</property>
 
104
                <property name="xalign">0</property>
 
105
                <property name="label" translatable="yes">Note: &lt;i&gt;The username and password will be saved to your Liferea feedlist file without using encryption.&lt;/i&gt;</property>
 
106
                <property name="use_markup">True</property>
 
107
                <property name="wrap">True</property>
 
108
              </object>
 
109
              <packing>
 
110
                <property name="expand">False</property>
 
111
                <property name="fill">False</property>
 
112
                <property name="position">2</property>
 
113
              </packing>
 
114
            </child>
 
115
          </object>
 
116
          <packing>
 
117
            <property name="position">1</property>
 
118
          </packing>
 
119
        </child>
 
120
        <child internal-child="action_area">
 
121
          <object class="GtkHButtonBox" id="dialog-action_area14">
 
122
            <property name="visible">True</property>
 
123
            <property name="layout_style">end</property>
 
124
            <child>
 
125
              <object class="GtkButton" id="cancelbutton2">
 
126
                <property name="label">gtk-cancel</property>
 
127
                <property name="visible">True</property>
 
128
                <property name="can_focus">True</property>
 
129
                <property name="can_default">True</property>
 
130
                <property name="receives_default">False</property>
 
131
                <property name="use_stock">True</property>
 
132
              </object>
 
133
              <packing>
 
134
                <property name="expand">False</property>
 
135
                <property name="fill">False</property>
 
136
                <property name="position">0</property>
 
137
              </packing>
 
138
            </child>
 
139
            <child>
 
140
              <object class="GtkButton" id="okbutton1">
 
141
                <property name="label">gtk-ok</property>
 
142
                <property name="visible">True</property>
 
143
                <property name="can_focus">True</property>
 
144
                <property name="can_default">True</property>
 
145
                <property name="has_default">True</property>
 
146
                <property name="receives_default">False</property>
 
147
                <property name="use_stock">True</property>
 
148
              </object>
 
149
              <packing>
 
150
                <property name="expand">False</property>
 
151
                <property name="fill">False</property>
 
152
                <property name="position">1</property>
 
153
              </packing>
 
154
            </child>
 
155
          </object>
 
156
          <packing>
 
157
            <property name="expand">False</property>
 
158
            <property name="pack_type">end</property>
 
159
            <property name="position">0</property>
 
160
          </packing>
 
161
        </child>
 
162
      </object>
 
163
    </child>
 
164
    <action-widgets>
 
165
      <action-widget response="-6">cancelbutton2</action-widget>
 
166
      <action-widget response="-5">okbutton1</action-widget>
 
167
    </action-widgets>
 
168
  </object>
 
169
</interface>