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

« back to all changes in this revision

Viewing changes to glade/google_source.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="google_source_dialog">
 
6
    <property name="visible">True</property>
 
7
    <property name="title" translatable="yes">Add Google Reader Account</property>
 
8
    <property name="type_hint">dialog</property>
 
9
    <child internal-child="vbox">
 
10
      <object class="GtkVBox" id="dialog-vbox1">
 
11
        <property name="visible">True</property>
 
12
        <child>
 
13
          <object class="GtkVBox" id="vbox1">
 
14
            <property name="visible">True</property>
 
15
            <property name="border_width">12</property>
 
16
            <property name="spacing">12</property>
 
17
            <child>
 
18
              <object class="GtkLabel" id="label1">
 
19
                <property name="visible">True</property>
 
20
                <property name="xalign">0</property>
 
21
                <property name="label" translatable="yes">Please enter your Google Reader account settings.</property>
 
22
                <property name="wrap">True</property>
 
23
              </object>
 
24
              <packing>
 
25
                <property name="expand">False</property>
 
26
                <property name="fill">False</property>
 
27
                <property name="position">0</property>
 
28
              </packing>
 
29
            </child>
 
30
            <child>
 
31
              <object class="GtkTable" id="table1">
 
32
                <property name="visible">True</property>
 
33
                <property name="n_rows">2</property>
 
34
                <property name="n_columns">2</property>
 
35
                <property name="column_spacing">6</property>
 
36
                <property name="row_spacing">6</property>
 
37
                <child>
 
38
                  <object class="GtkEntry" id="passwordEntry">
 
39
                    <property name="visible">True</property>
 
40
                    <property name="can_focus">True</property>
 
41
                    <property name="visibility">False</property>
 
42
                  </object>
 
43
                  <packing>
 
44
                    <property name="left_attach">1</property>
 
45
                    <property name="right_attach">2</property>
 
46
                    <property name="top_attach">1</property>
 
47
                    <property name="bottom_attach">2</property>
 
48
                    <property name="y_options"></property>
 
49
                  </packing>
 
50
                </child>
 
51
                <child>
 
52
                  <object class="GtkEntry" id="userEntry">
 
53
                    <property name="visible">True</property>
 
54
                    <property name="can_focus">True</property>
 
55
                  </object>
 
56
                  <packing>
 
57
                    <property name="left_attach">1</property>
 
58
                    <property name="right_attach">2</property>
 
59
                    <property name="y_options"></property>
 
60
                  </packing>
 
61
                </child>
 
62
                <child>
 
63
                  <object class="GtkLabel" id="label3">
 
64
                    <property name="visible">True</property>
 
65
                    <property name="xalign">0</property>
 
66
                    <property name="label" translatable="yes">_Password</property>
 
67
                    <property name="use_underline">True</property>
 
68
                    <property name="mnemonic_widget">passwordEntry</property>
 
69
                  </object>
 
70
                  <packing>
 
71
                    <property name="top_attach">1</property>
 
72
                    <property name="bottom_attach">2</property>
 
73
                    <property name="x_options">GTK_FILL</property>
 
74
                    <property name="y_options"></property>
 
75
                  </packing>
 
76
                </child>
 
77
                <child>
 
78
                  <object class="GtkLabel" id="label2">
 
79
                    <property name="visible">True</property>
 
80
                    <property name="xalign">0</property>
 
81
                    <property name="label" translatable="yes">_Username (Email)</property>
 
82
                    <property name="use_underline">True</property>
 
83
                    <property name="mnemonic_widget">userEntry</property>
 
84
                  </object>
 
85
                  <packing>
 
86
                    <property name="x_options">GTK_FILL</property>
 
87
                    <property name="y_options"></property>
 
88
                  </packing>
 
89
                </child>
 
90
              </object>
 
91
              <packing>
 
92
                <property name="expand">False</property>
 
93
                <property name="position">1</property>
 
94
              </packing>
 
95
            </child>
 
96
          </object>
 
97
          <packing>
 
98
            <property name="position">2</property>
 
99
          </packing>
 
100
        </child>
 
101
        <child internal-child="action_area">
 
102
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
103
            <property name="visible">True</property>
 
104
            <property name="layout_style">end</property>
 
105
            <child>
 
106
              <object class="GtkButton" id="cancelbutton1">
 
107
                <property name="label">gtk-cancel</property>
 
108
                <property name="visible">True</property>
 
109
                <property name="can_focus">True</property>
 
110
                <property name="can_default">True</property>
 
111
                <property name="receives_default">False</property>
 
112
                <property name="use_stock">True</property>
 
113
              </object>
 
114
              <packing>
 
115
                <property name="expand">False</property>
 
116
                <property name="fill">False</property>
 
117
                <property name="position">0</property>
 
118
              </packing>
 
119
            </child>
 
120
            <child>
 
121
              <object class="GtkButton" id="okbutton1">
 
122
                <property name="label">gtk-ok</property>
 
123
                <property name="visible">True</property>
 
124
                <property name="can_focus">True</property>
 
125
                <property name="can_default">True</property>
 
126
                <property name="receives_default">False</property>
 
127
                <property name="use_stock">True</property>
 
128
              </object>
 
129
              <packing>
 
130
                <property name="expand">False</property>
 
131
                <property name="fill">False</property>
 
132
                <property name="position">1</property>
 
133
              </packing>
 
134
            </child>
 
135
          </object>
 
136
          <packing>
 
137
            <property name="expand">False</property>
 
138
            <property name="pack_type">end</property>
 
139
            <property name="position">0</property>
 
140
          </packing>
 
141
        </child>
 
142
      </object>
 
143
    </child>
 
144
    <action-widgets>
 
145
      <action-widget response="-6">cancelbutton1</action-widget>
 
146
      <action-widget response="-5">okbutton1</action-widget>
 
147
    </action-widgets>
 
148
  </object>
 
149
</interface>