~ubuntu-branches/ubuntu/lucid/exaile/lucid

« back to all changes in this revision

Viewing changes to plugins/audioscrobbler/asprefs_pane.ui

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2010-02-12 19:51:01 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100212195101-8jt3tculxcl92e6v
Tags: 0.3.1~b1-0ubuntu1
* New upstream release.
* Adjust exaile.install for new plugins.
* debian/control:
 - Drop unneeded python-dev Build-Dep.
 - Bump Standards-Version to 3.8.4 
* debian/rules: No empty po files to delete.

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 project-wide -->
 
5
  <object class="GtkWindow" id="prefs_window">
 
6
    <child>
 
7
      <object class="GtkVBox" id="prefs_pane">
 
8
        <property name="visible">True</property>
 
9
        <property name="border_width">3</property>
 
10
        <property name="orientation">vertical</property>
 
11
        <child>
 
12
          <object class="GtkCheckButton" id="plugin/ascrobbler/submit">
 
13
            <property name="label" translatable="yes">Submit tracks using Audioscrobbler</property>
 
14
            <property name="visible">True</property>
 
15
            <property name="can_focus">True</property>
 
16
            <property name="receives_default">False</property>
 
17
            <property name="border_width">5</property>
 
18
            <property name="use_underline">True</property>
 
19
            <property name="draw_indicator">True</property>
 
20
          </object>
 
21
          <packing>
 
22
            <property name="expand">False</property>
 
23
            <property name="position">0</property>
 
24
          </packing>
 
25
        </child>
 
26
        <child>
 
27
          <object class="GtkCheckButton" id="plugin/ascrobbler/menu_check">
 
28
            <property name="label" translatable="yes">Show Menuitem to toggle Submission</property>
 
29
            <property name="visible">True</property>
 
30
            <property name="can_focus">True</property>
 
31
            <property name="receives_default">False</property>
 
32
            <property name="border_width">5</property>
 
33
            <property name="use_underline">True</property>
 
34
            <property name="draw_indicator">True</property>
 
35
          </object>
 
36
          <packing>
 
37
            <property name="expand">False</property>
 
38
            <property name="position">1</property>
 
39
          </packing>
 
40
        </child>
 
41
        <child>
 
42
          <object class="GtkTable" id="table1">
 
43
            <property name="visible">True</property>
 
44
            <property name="n_rows">3</property>
 
45
            <property name="n_columns">2</property>
 
46
            <child>
 
47
              <object class="GtkEntry" id="plugin/ascrobbler/password">
 
48
                <property name="visible">True</property>
 
49
                <property name="can_focus">True</property>
 
50
                <property name="visibility">False</property>
 
51
                <property name="invisible_char">&#x25CF;</property>
 
52
              </object>
 
53
              <packing>
 
54
                <property name="left_attach">1</property>
 
55
                <property name="right_attach">2</property>
 
56
                <property name="top_attach">1</property>
 
57
                <property name="bottom_attach">2</property>
 
58
              </packing>
 
59
            </child>
 
60
            <child>
 
61
              <object class="GtkEntry" id="plugin/ascrobbler/user">
 
62
                <property name="visible">True</property>
 
63
                <property name="can_focus">True</property>
 
64
                <property name="invisible_char">&#x25CF;</property>
 
65
              </object>
 
66
              <packing>
 
67
                <property name="left_attach">1</property>
 
68
                <property name="right_attach">2</property>
 
69
              </packing>
 
70
            </child>
 
71
            <child>
 
72
              <object class="GtkLabel" id="label3">
 
73
                <property name="visible">True</property>
 
74
                <property name="xalign">0</property>
 
75
                <property name="xpad">6</property>
 
76
                <property name="label" translatable="yes">Password:</property>
 
77
              </object>
 
78
              <packing>
 
79
                <property name="top_attach">1</property>
 
80
                <property name="bottom_attach">2</property>
 
81
                <property name="x_options">GTK_FILL</property>
 
82
              </packing>
 
83
            </child>
 
84
            <child>
 
85
              <object class="GtkLabel" id="label2">
 
86
                <property name="visible">True</property>
 
87
                <property name="xalign">0</property>
 
88
                <property name="xpad">6</property>
 
89
                <property name="label" translatable="yes">Username:</property>
 
90
              </object>
 
91
              <packing>
 
92
                <property name="x_options">GTK_FILL</property>
 
93
              </packing>
 
94
            </child>
 
95
            <child>
 
96
              <object class="GtkLabel" id="label4">
 
97
                <property name="visible">True</property>
 
98
                <property name="xalign">0</property>
 
99
                <property name="xpad">6</property>
 
100
                <property name="label" translatable="yes">URL:</property>
 
101
              </object>
 
102
              <packing>
 
103
                <property name="top_attach">2</property>
 
104
                <property name="bottom_attach">3</property>
 
105
                <property name="x_options">GTK_FILL</property>
 
106
              </packing>
 
107
            </child>
 
108
            <child>
 
109
              <object class="GtkComboBoxEntry" id="plugin/ascrobbler/url">
 
110
                <property name="visible">True</property>
 
111
              </object>
 
112
              <packing>
 
113
                <property name="left_attach">1</property>
 
114
                <property name="right_attach">2</property>
 
115
                <property name="top_attach">2</property>
 
116
                <property name="bottom_attach">3</property>
 
117
              </packing>
 
118
            </child>
 
119
          </object>
 
120
          <packing>
 
121
            <property name="expand">False</property>
 
122
            <property name="fill">False</property>
 
123
            <property name="padding">4</property>
 
124
            <property name="position">2</property>
 
125
          </packing>
 
126
        </child>
 
127
        <child>
 
128
          <object class="GtkLabel" id="label1">
 
129
            <property name="visible">True</property>
 
130
          </object>
 
131
          <packing>
 
132
            <property name="position">3</property>
 
133
          </packing>
 
134
        </child>
 
135
      </object>
 
136
    </child>
 
137
  </object>
 
138
</interface>