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

« back to all changes in this revision

Viewing changes to glade/auth.glade

  • 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" encoding="UTF-8" standalone="no"?>
2
 
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
 
<!--*- mode: xml -*-->
4
 
<glade-interface>
5
 
  <widget 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">GDK_WINDOW_TYPE_HINT_DIALOG</property>
11
 
    <property name="has_separator">False</property>
12
 
    <child internal-child="vbox">
13
 
      <widget class="GtkVBox" id="dialog-vbox14">
14
 
        <property name="visible">True</property>
15
 
        <property name="spacing">2</property>
16
 
        <child>
17
 
          <widget 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
 
              <widget 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
 
              </widget>
28
 
              <packing>
29
 
                <property name="expand">False</property>
30
 
                <property name="fill">False</property>
31
 
              </packing>
32
 
            </child>
33
 
            <child>
34
 
              <widget class="GtkTable" id="table1">
35
 
                <property name="visible">True</property>
36
 
                <property name="n_rows">2</property>
37
 
                <property name="n_columns">2</property>
38
 
                <property name="column_spacing">12</property>
39
 
                <property name="row_spacing">6</property>
40
 
                <child>
41
 
                  <widget class="GtkEntry" id="passwordEntry">
42
 
                    <property name="visible">True</property>
43
 
                    <property name="can_focus">True</property>
44
 
                    <property name="visibility">False</property>
45
 
                    <property name="invisible_char">*</property>
46
 
                    <property name="activates_default">True</property>
47
 
                  </widget>
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
 
                  <widget class="GtkEntry" id="usernameEntry">
58
 
                    <property name="visible">True</property>
59
 
                    <property name="can_focus">True</property>
60
 
                    <property name="invisible_char">*</property>
61
 
                    <property name="activates_default">True</property>
62
 
                  </widget>
63
 
                  <packing>
64
 
                    <property name="left_attach">1</property>
65
 
                    <property name="right_attach">2</property>
66
 
                    <property name="y_options"></property>
67
 
                  </packing>
68
 
                </child>
69
 
                <child>
70
 
                  <widget class="GtkLabel" id="label108">
71
 
                    <property name="visible">True</property>
72
 
                    <property name="xalign">0</property>
73
 
                    <property name="label" translatable="yes">_Password:</property>
74
 
                    <property name="use_underline">True</property>
75
 
                    <property name="mnemonic_widget">passwordEntry</property>
76
 
                  </widget>
77
 
                  <packing>
78
 
                    <property name="top_attach">1</property>
79
 
                    <property name="bottom_attach">2</property>
80
 
                    <property name="x_options">GTK_FILL</property>
81
 
                    <property name="y_options"></property>
82
 
                  </packing>
83
 
                </child>
84
 
                <child>
85
 
                  <widget class="GtkLabel" id="label107">
86
 
                    <property name="visible">True</property>
87
 
                    <property name="xalign">0</property>
88
 
                    <property name="label" translatable="yes">User_name:</property>
89
 
                    <property name="use_underline">True</property>
90
 
                    <property name="mnemonic_widget">usernameEntry</property>
91
 
                  </widget>
92
 
                  <packing>
93
 
                    <property name="x_options">GTK_FILL</property>
94
 
                    <property name="y_options"></property>
95
 
                  </packing>
96
 
                </child>
97
 
              </widget>
98
 
              <packing>
99
 
                <property name="position">1</property>
100
 
              </packing>
101
 
            </child>
102
 
            <child>
103
 
              <widget class="GtkLabel" id="label134">
104
 
                <property name="visible">True</property>
105
 
                <property name="xalign">0</property>
106
 
                <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>
107
 
                <property name="use_markup">True</property>
108
 
                <property name="wrap">True</property>
109
 
              </widget>
110
 
              <packing>
111
 
                <property name="expand">False</property>
112
 
                <property name="fill">False</property>
113
 
                <property name="position">2</property>
114
 
              </packing>
115
 
            </child>
116
 
          </widget>
117
 
          <packing>
118
 
            <property name="position">1</property>
119
 
          </packing>
120
 
        </child>
121
 
        <child internal-child="action_area">
122
 
          <widget class="GtkHButtonBox" id="dialog-action_area14">
123
 
            <property name="visible">True</property>
124
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
125
 
            <child>
126
 
              <widget class="GtkButton" id="cancelbutton2">
127
 
                <property name="visible">True</property>
128
 
                <property name="can_focus">True</property>
129
 
                <property name="can_default">True</property>
130
 
                <property name="label">gtk-cancel</property>
131
 
                <property name="use_stock">True</property>
132
 
                <property name="response_id">-6</property>
133
 
              </widget>
134
 
            </child>
135
 
            <child>
136
 
              <widget class="GtkButton" id="okbutton1">
137
 
                <property name="visible">True</property>
138
 
                <property name="can_focus">True</property>
139
 
                <property name="can_default">True</property>
140
 
                <property name="has_default">True</property>
141
 
                <property name="label">gtk-ok</property>
142
 
                <property name="use_stock">True</property>
143
 
                <property name="response_id">-5</property>
144
 
              </widget>
145
 
              <packing>
146
 
                <property name="position">1</property>
147
 
              </packing>
148
 
            </child>
149
 
          </widget>
150
 
          <packing>
151
 
            <property name="expand">False</property>
152
 
            <property name="pack_type">GTK_PACK_END</property>
153
 
          </packing>
154
 
        </child>
155
 
      </widget>
156
 
    </child>
157
 
  </widget>
158
 
</glade-interface>