~matttbe/ubuntu/raring/rhythmbox/lp1010619_RB_2.98

« back to all changes in this revision

Viewing changes to data/ui/import-dialog.ui

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-11-06 20:52:57 UTC
  • mfrom: (1.1.67) (214.1.1 quantal-proposed)
  • Revision ID: package-import@ubuntu.com-20121106205257-0btjh8jqley153el
Tags: 2.98-0ubuntu1
* New upstream release (LP: #1060601)
* debian/control.in:
  - Bump minimum glib, gtk, totem-plparser, clutter, and clutter-gst
  - Drop no longer needed musicbrainz dependency
* Refreshed 09_keywords.patch
* Updated 11_fix_cd_pausing.patch with fix from git
* Dropped patches applied in new version:
  - 00git_musicbrainz5.patch
  - 08_CVE-2012-3355.patch
  - dont_free_consumed_floating_gvariant.patch
  - git_scale_click.patch
  - git_crash_during_monitor.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 3.0 -->
 
4
  <object class="GtkGrid" id="import-dialog">
 
5
    <property name="visible">True</property>
 
6
    <property name="can_focus">False</property>
 
7
    <property name="margin_top">6</property>
 
8
    <property name="row_spacing">6</property>
 
9
    <child>
 
10
      <object class="GtkGrid" id="grid4">
 
11
        <property name="visible">True</property>
 
12
        <property name="can_focus">False</property>
 
13
        <property name="halign">center</property>
 
14
        <property name="column_spacing">6</property>
 
15
        <child>
 
16
          <object class="GtkFileChooserButton" id="file-chooser-button">
 
17
            <property name="width_request">300</property>
 
18
            <property name="visible">True</property>
 
19
            <property name="can_focus">False</property>
 
20
            <property name="hexpand">True</property>
 
21
            <property name="orientation">vertical</property>
 
22
            <property name="action">select-folder</property>
 
23
            <property name="local_only">False</property>
 
24
          </object>
 
25
          <packing>
 
26
            <property name="left_attach">0</property>
 
27
            <property name="top_attach">0</property>
 
28
            <property name="width">1</property>
 
29
            <property name="height">1</property>
 
30
          </packing>
 
31
        </child>
 
32
        <child>
 
33
          <object class="GtkButton" id="add-button">
 
34
            <property name="label" translatable="yes">Add Tracks</property>
 
35
            <property name="use_action_appearance">False</property>
 
36
            <property name="visible">True</property>
 
37
            <property name="can_focus">True</property>
 
38
            <property name="receives_default">True</property>
 
39
            <property name="tooltip_text" translatable="yes">Add tracks to the library</property>
 
40
            <property name="use_action_appearance">False</property>
 
41
          </object>
 
42
          <packing>
 
43
            <property name="left_attach">1</property>
 
44
            <property name="top_attach">0</property>
 
45
            <property name="width">1</property>
 
46
            <property name="height">1</property>
 
47
          </packing>
 
48
        </child>
 
49
        <child>
 
50
          <object class="GtkButton" id="copy-button">
 
51
            <property name="label" translatable="yes">Copy Tracks</property>
 
52
            <property name="use_action_appearance">False</property>
 
53
            <property name="visible">True</property>
 
54
            <property name="can_focus">True</property>
 
55
            <property name="receives_default">True</property>
 
56
            <property name="tooltip_text" translatable="yes">Copy tracks to the library location</property>
 
57
            <property name="use_action_appearance">False</property>
 
58
          </object>
 
59
          <packing>
 
60
            <property name="left_attach">2</property>
 
61
            <property name="top_attach">0</property>
 
62
            <property name="width">1</property>
 
63
            <property name="height">1</property>
 
64
          </packing>
 
65
        </child>
 
66
        <child>
 
67
          <object class="GtkButton" id="close-button">
 
68
            <property name="label" translatable="yes">Close</property>
 
69
            <property name="use_action_appearance">False</property>
 
70
            <property name="visible">True</property>
 
71
            <property name="can_focus">True</property>
 
72
            <property name="receives_default">True</property>
 
73
            <property name="use_action_appearance">False</property>
 
74
          </object>
 
75
          <packing>
 
76
            <property name="left_attach">4</property>
 
77
            <property name="top_attach">0</property>
 
78
            <property name="width">1</property>
 
79
            <property name="height">1</property>
 
80
          </packing>
 
81
        </child>
 
82
        <child>
 
83
          <object class="GtkButton" id="remove-button">
 
84
            <property name="label" translatable="yes">Remove Tracks</property>
 
85
            <property name="use_action_appearance">False</property>
 
86
            <property name="visible">True</property>
 
87
            <property name="can_focus">True</property>
 
88
            <property name="receives_default">True</property>
 
89
            <property name="tooltip_text" translatable="yes">Remove the selected tracks</property>
 
90
            <property name="use_action_appearance">False</property>
 
91
          </object>
 
92
          <packing>
 
93
            <property name="left_attach">3</property>
 
94
            <property name="top_attach">0</property>
 
95
            <property name="width">1</property>
 
96
            <property name="height">1</property>
 
97
          </packing>
 
98
        </child>
 
99
      </object>
 
100
      <packing>
 
101
        <property name="left_attach">0</property>
 
102
        <property name="top_attach">1</property>
 
103
        <property name="width">1</property>
 
104
        <property name="height">1</property>
 
105
      </packing>
 
106
    </child>
 
107
    <child>
 
108
      <object class="GtkLabel" id="instructions">
 
109
        <property name="visible">True</property>
 
110
        <property name="can_focus">False</property>
 
111
        <property name="label" translatable="yes">Select a location containing music to add to your library.</property>
 
112
      </object>
 
113
      <packing>
 
114
        <property name="left_attach">0</property>
 
115
        <property name="top_attach">0</property>
 
116
        <property name="width">1</property>
 
117
        <property name="height">1</property>
 
118
      </packing>
 
119
    </child>
 
120
    <child>
 
121
      <object class="GtkGrid" id="entry-view-container">
 
122
        <property name="visible">True</property>
 
123
        <property name="can_focus">False</property>
 
124
        <property name="hexpand">True</property>
 
125
        <property name="vexpand">True</property>
 
126
        <child>
 
127
          <placeholder/>
 
128
        </child>
 
129
        <child>
 
130
          <placeholder/>
 
131
        </child>
 
132
        <child>
 
133
          <placeholder/>
 
134
        </child>
 
135
        <child>
 
136
          <placeholder/>
 
137
        </child>
 
138
        <child>
 
139
          <placeholder/>
 
140
        </child>
 
141
        <child>
 
142
          <placeholder/>
 
143
        </child>
 
144
        <child>
 
145
          <placeholder/>
 
146
        </child>
 
147
        <child>
 
148
          <placeholder/>
 
149
        </child>
 
150
        <child>
 
151
          <placeholder/>
 
152
        </child>
 
153
      </object>
 
154
      <packing>
 
155
        <property name="left_attach">0</property>
 
156
        <property name="top_attach">3</property>
 
157
        <property name="width">1</property>
 
158
        <property name="height">1</property>
 
159
      </packing>
 
160
    </child>
 
161
    <child>
 
162
      <object class="GtkGrid" id="info-bar-container">
 
163
        <property name="visible">True</property>
 
164
        <property name="can_focus">False</property>
 
165
        <child>
 
166
          <placeholder/>
 
167
        </child>
 
168
        <child>
 
169
          <placeholder/>
 
170
        </child>
 
171
        <child>
 
172
          <placeholder/>
 
173
        </child>
 
174
        <child>
 
175
          <placeholder/>
 
176
        </child>
 
177
        <child>
 
178
          <placeholder/>
 
179
        </child>
 
180
        <child>
 
181
          <placeholder/>
 
182
        </child>
 
183
        <child>
 
184
          <placeholder/>
 
185
        </child>
 
186
        <child>
 
187
          <placeholder/>
 
188
        </child>
 
189
        <child>
 
190
          <placeholder/>
 
191
        </child>
 
192
      </object>
 
193
      <packing>
 
194
        <property name="left_attach">0</property>
 
195
        <property name="top_attach">2</property>
 
196
        <property name="width">1</property>
 
197
        <property name="height">1</property>
 
198
      </packing>
 
199
    </child>
 
200
  </object>
 
201
</interface>