~ubuntu-branches/debian/sid/exaile/sid

« back to all changes in this revision

Viewing changes to plugins/grouptagger/gt_prefs.ui

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2013-10-26 16:55:00 UTC
  • mfrom: (0.2.3)
  • Revision ID: package-import@ubuntu.com-20131026165500-6x29udlb6vxt6q3s
Tags: 3.3.2-1
* New upstream release.
* Add debian/patches/20_use-logind-to-shutdown.patch: allow shutdown plugin
  to support both logind in addition to ConsoleKit. Thanks to Iain Lane.
* Remove references to Shoutcast in package descriptions. (Closes: #721682)
* (Re-)add lintian override for executable-not-elf-or-script.
* Fix lintian warning vcs-field-not-canonical.
* Remove deprecated DMUA flag in debian/control.
* Update Standards version from 3.9.3 to 3.9.4, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<interface>
3
3
  <!-- interface-requires gtk+ 3.0 -->
 
4
  <!-- interface-naming-policy toplevel-contextual -->
 
5
  <object class="GtkListStore" id="liststore1">
 
6
    <columns>
 
7
      <!-- column-name name -->
 
8
      <column type="gchararray"/>
 
9
    </columns>
 
10
    <data>
 
11
      <row>
 
12
        <col id="0" translatable="yes">grouping</col>
 
13
      </row>
 
14
      <row>
 
15
        <col id="0" translatable="yes">comment</col>
 
16
      </row>
 
17
      <row>
 
18
        <col id="0" translatable="yes">encodedby</col>
 
19
      </row>
 
20
      <row>
 
21
        <col id="0" translatable="yes">composer</col>
 
22
      </row>
 
23
      <row>
 
24
        <col id="0" translatable="yes">conductor</col>
 
25
      </row>
 
26
      <row>
 
27
        <col id="0" translatable="yes">lyrics</col>
 
28
      </row>
 
29
    </data>
 
30
  </object>
4
31
  <object class="GtkWindow" id="prefs_window">
5
32
    <property name="can_focus">False</property>
6
33
    <child>
28
55
            </child>
29
56
            <child>
30
57
              <object class="GtkFontButton" id="plugin/grouptagger/panel_font">
31
 
                <property name="use_action_appearance">False</property>
32
58
                <property name="visible">True</property>
33
59
                <property name="can_focus">True</property>
34
60
                <property name="receives_default">True</property>
35
 
                <property name="use_action_appearance">False</property>
36
61
                <property name="font_name"/>
37
62
              </object>
38
63
              <packing>
43
68
            </child>
44
69
            <child>
45
70
              <object class="GtkButton" id="plugin/grouptagger/reset_button">
46
 
                <property name="use_action_appearance">False</property>
47
71
                <property name="visible">True</property>
48
72
                <property name="can_focus">True</property>
49
73
                <property name="receives_default">True</property>
50
74
                <property name="has_tooltip">True</property>
51
75
                <property name="tooltip_text" translatable="yes">Reset to the system font</property>
52
 
                <property name="use_action_appearance">False</property>
53
76
                <child>
54
77
                  <object class="GtkImage" id="image1">
55
78
                    <property name="visible">True</property>
71
94
            <property name="position">0</property>
72
95
          </packing>
73
96
        </child>
 
97
        <child>
 
98
          <object class="GtkHBox" id="hbox2">
 
99
            <property name="visible">True</property>
 
100
            <property name="can_focus">False</property>
 
101
            <child>
 
102
              <object class="GtkLabel" id="label2">
 
103
                <property name="visible">True</property>
 
104
                <property name="can_focus">False</property>
 
105
                <property name="label" translatable="yes">Categorization tag name</property>
 
106
              </object>
 
107
              <packing>
 
108
                <property name="expand">False</property>
 
109
                <property name="fill">False</property>
 
110
                <property name="position">0</property>
 
111
              </packing>
 
112
            </child>
 
113
            <child>
 
114
              <object class="GtkComboBox" id="plugin/grouptagger/tagname">
 
115
                <property name="visible">True</property>
 
116
                <property name="can_focus">False</property>
 
117
                <property name="tooltip_text" translatable="yes">'grouping' and 'comment' are probably the best supported choices. Other choices may only work with certain file formats. </property>
 
118
                <property name="model">liststore1</property>
 
119
                <property name="active">0</property>
 
120
                <child>
 
121
                  <object class="GtkCellRendererText" id="cellrenderertext1"/>
 
122
                  <attributes>
 
123
                    <attribute name="text">0</attribute>
 
124
                  </attributes>
 
125
                </child>
 
126
              </object>
 
127
              <packing>
 
128
                <property name="expand">False</property>
 
129
                <property name="fill">False</property>
 
130
                <property name="position">1</property>
 
131
              </packing>
 
132
            </child>
 
133
          </object>
 
134
          <packing>
 
135
            <property name="expand">False</property>
 
136
            <property name="fill">False</property>
 
137
            <property name="position">1</property>
 
138
          </packing>
 
139
        </child>
74
140
      </object>
75
141
    </child>
76
142
  </object>