~ubuntu-branches/ubuntu/quantal/gwibber/quantal-proposed

« back to all changes in this revision

Viewing changes to gwibber/microblog/plugins/foursquare/ui/gwibber-accounts-foursquare.ui

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-08-21 17:08:05 UTC
  • mfrom: (1.1.80)
  • Revision ID: package-import@ubuntu.com-20120821170805-e5r3eoccjy7awc0n
Tags: 3.5.3-0ubuntu1
* New upstream release
  - Ported to Ubuntu Online Accounts
  - Fixed all the GTK warnings, thanks to Jeff Licquia
* debian/control
  - Added depends for gir1.2-signon-1.0 to gwibber-service
  - added build depends for libsignon-glib-dev and libaccounts-glib-dev
  - added breaks, conflicts and replaces to handle soname change
* debian/gwibber.install
  - remove gwibber-accounts related files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<interface>
3
 
  <requires lib="gtk+" version="2.16"/>
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <object class="GtkVBox" id="vbox_settings">
6
 
    <property name="visible">True</property>
7
 
    <property name="spacing">6</property>
8
 
    <child>
9
 
      <object class="GtkVBox" id="vbox1">
10
 
        <property name="visible">True</property>
11
 
        <child>
12
 
          <object class="GtkHBox" id="hbox_foursquare_auth">
13
 
            <property name="visible">True</property>
14
 
            <child>
15
 
              <object class="GtkButton" id="foursquare_auth_button">
16
 
                <property name="label" translatable="yes">_Authorize</property>
17
 
                <property name="visible">True</property>
18
 
                <property name="can_focus">True</property>
19
 
                <property name="receives_default">True</property>
20
 
                <property name="use_underline">True</property>
21
 
                <signal name="clicked" handler="on_foursquare_auth_clicked"/>
22
 
              </object>
23
 
              <packing>
24
 
                <property name="fill">False</property>
25
 
                <property name="position">0</property>
26
 
              </packing>
27
 
            </child>
28
 
            <child>
29
 
              <object class="GtkLabel" id="foursquare_auth_label">
30
 
                <property name="visible">True</property>
31
 
                <property name="label" translatable="yes">Authorize with foursquare</property>
32
 
              </object>
33
 
              <packing>
34
 
                <property name="position">1</property>
35
 
              </packing>
36
 
            </child>
37
 
          </object>
38
 
          <packing>
39
 
            <property name="position">0</property>
40
 
          </packing>
41
 
        </child>
42
 
        <child>
43
 
          <object class="GtkHBox" id="hbox_foursquare_auth_done">
44
 
            <property name="visible">True</property>
45
 
            <child>
46
 
              <object class="GtkLabel" id="foursquare_auth_done_label">
47
 
                <property name="visible">True</property>
48
 
                <property name="label" translatable="yes">Foursquare authorized</property>
49
 
              </object>
50
 
              <packing>
51
 
                <property name="position">0</property>
52
 
              </packing>
53
 
            </child>
54
 
          </object>
55
 
          <packing>
56
 
            <property name="position">1</property>
57
 
          </packing>
58
 
        </child>
59
 
      </object>
60
 
      <packing>
61
 
        <property name="position">0</property>
62
 
      </packing>
63
 
    </child>
64
 
    <child>
65
 
      <object class="GtkHSeparator" id="hseparator1">
66
 
        <property name="visible">True</property>
67
 
      </object>
68
 
      <packing>
69
 
        <property name="expand">False</property>
70
 
        <property name="position">1</property>
71
 
      </packing>
72
 
    </child>
73
 
    <child>
74
 
      <object class="GtkVBox" id="vbox_advanced">
75
 
        <property name="visible">True</property>
76
 
        <property name="spacing">6</property>
77
 
        <child>
78
 
          <object class="GtkLabel" id="label3">
79
 
            <property name="visible">True</property>
80
 
            <property name="xalign">0</property>
81
 
            <property name="label" translatable="yes">Account Settings:</property>
82
 
            <attributes>
83
 
              <attribute name="weight" value="bold"/>
84
 
            </attributes>
85
 
          </object>
86
 
          <packing>
87
 
            <property name="position">0</property>
88
 
          </packing>
89
 
        </child>
90
 
        <child>
91
 
          <object class="GtkTable" id="table_advanced_settings">
92
 
            <property name="visible">True</property>
93
 
            <property name="n_rows">2</property>
94
 
            <property name="n_columns">3</property>
95
 
            <property name="column_spacing">12</property>
96
 
            <property name="row_spacing">6</property>
97
 
            <child>
98
 
              <object class="GtkCheckButton" id="receive_enabled">
99
 
                <property name="label" translatable="yes">_Receive Messages</property>
100
 
                <property name="visible">True</property>
101
 
                <property name="can_focus">True</property>
102
 
                <property name="receives_default">False</property>
103
 
                <property name="tooltip_text" translatable="yes">Include this account when downloading messages</property>
104
 
                <property name="use_underline">True</property>
105
 
                <property name="active">True</property>
106
 
                <property name="draw_indicator">True</property>
107
 
              </object>
108
 
              <packing>
109
 
                <property name="right_attach">3</property>
110
 
                <property name="x_options">GTK_FILL</property>
111
 
                <property name="y_options"></property>
112
 
              </packing>
113
 
            </child>
114
 
          </object>
115
 
          <packing>
116
 
            <property name="position">1</property>
117
 
          </packing>
118
 
        </child>
119
 
        <child>
120
 
          <object class="GtkHBox" id="hbox1">
121
 
            <property name="visible">True</property>
122
 
            <property name="homogeneous">True</property>
123
 
            <child>
124
 
              <object class="GtkLabel" id="label4">
125
 
                <property name="visible">True</property>
126
 
                <property name="tooltip_text" translatable="yes">Color used to help distinguish accounts</property>
127
 
                <property name="xalign">0</property>
128
 
                <property name="label" translatable="yes">Account Color:</property>
129
 
              </object>
130
 
              <packing>
131
 
                <property name="position">0</property>
132
 
              </packing>
133
 
            </child>
134
 
            <child>
135
 
              <object class="GtkColorButton" id="color">
136
 
                <property name="visible">True</property>
137
 
                <property name="can_focus">True</property>
138
 
                <property name="receives_default">True</property>
139
 
                <property name="tooltip_text" translatable="yes">Color used to help distinguish accounts</property>
140
 
                <property name="color">#000000000000</property>
141
 
              </object>
142
 
              <packing>
143
 
                <property name="expand">False</property>
144
 
                <property name="position">1</property>
145
 
              </packing>
146
 
            </child>
147
 
          </object>
148
 
          <packing>
149
 
            <property name="position">2</property>
150
 
          </packing>
151
 
        </child>
152
 
      </object>
153
 
      <packing>
154
 
        <property name="position">2</property>
155
 
      </packing>
156
 
    </child>
157
 
  </object>
158
 
</interface>