~ubuntu-branches/ubuntu/karmic/calibre/karmic

« back to all changes in this revision

Viewing changes to src/calibre/gui2/dialogs/metadata_bulk.ui

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-07-30 12:49:41 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730124941-qjdsmri25zt8zocn
Tags: 0.6.3+dfsg-0ubuntu1
* New upstream release. Please see http://calibre.kovidgoyal.net/new_in_6/
  for the list of new features and changes.
* remove_postinstall.patch: Update for new version.
* build_debug.patch: Does not apply any more, disable for now. Might not be
  necessary any more.
* debian/copyright: Fix reference to versionless GPL.
* debian/rules: Drop obsolete dh_desktop call.
* debian/rules: Add workaround for weird Python 2.6 setuptools behaviour of
  putting compiled .so files into src/calibre/plugins/calibre/plugins
  instead of src/calibre/plugins.
* debian/rules: Drop hal fdi moving, new upstream version does not use hal
  any more. Drop hal dependency, too.
* debian/rules: Install udev rules into /lib/udev/rules.d.
* Add debian/calibre.preinst: Remove unmodified
  /etc/udev/rules.d/95-calibre.rules on upgrade.
* debian/control: Bump Python dependencies to 2.6, since upstream needs
  it now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
2
3
 <class>MetadataBulkDialog</class>
3
 
 <widget class="QDialog" name="MetadataBulkDialog" >
4
 
  <property name="geometry" >
 
4
 <widget class="QDialog" name="MetadataBulkDialog">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
8
 
    <width>461</width>
 
9
    <width>495</width>
9
10
    <height>387</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
 
13
  <property name="windowTitle">
13
14
   <string>Edit Meta information</string>
14
15
  </property>
15
 
  <property name="windowIcon" >
16
 
   <iconset resource="../images.qrc" >
 
16
  <property name="windowIcon">
 
17
   <iconset resource="../images.qrc">
17
18
    <normaloff>:/images/edit_input.svg</normaloff>:/images/edit_input.svg</iconset>
18
19
  </property>
19
 
  <layout class="QGridLayout" name="gridLayout_2" >
20
 
   <item row="0" column="0" >
21
 
    <widget class="QSplitter" name="splitter" >
22
 
     <property name="orientation" >
 
20
  <layout class="QGridLayout" name="gridLayout_2">
 
21
   <item row="0" column="0">
 
22
    <widget class="QSplitter" name="splitter">
 
23
     <property name="orientation">
23
24
      <enum>Qt::Horizontal</enum>
24
25
     </property>
25
 
     <widget class="QWidget" name="layoutWidget" >
26
 
      <layout class="QVBoxLayout" >
27
 
       <property name="spacing" >
 
26
     <widget class="QWidget" name="layoutWidget">
 
27
      <layout class="QVBoxLayout">
 
28
       <property name="spacing">
28
29
        <number>6</number>
29
30
       </property>
30
 
       <property name="margin" >
 
31
       <property name="margin">
31
32
        <number>0</number>
32
33
       </property>
33
34
       <item>
34
 
        <widget class="QGroupBox" name="groupBox" >
35
 
         <property name="title" >
 
35
        <widget class="QGroupBox" name="groupBox">
 
36
         <property name="title">
36
37
          <string>Meta information</string>
37
38
         </property>
38
 
         <layout class="QGridLayout" name="gridLayout" >
39
 
          <item row="0" column="0" >
40
 
           <widget class="QLabel" name="label_2" >
41
 
            <property name="text" >
 
39
         <layout class="QGridLayout" name="gridLayout">
 
40
          <item row="0" column="0">
 
41
           <widget class="QLabel" name="label_2">
 
42
            <property name="text">
42
43
             <string>&amp;Author(s): </string>
43
44
            </property>
44
 
            <property name="alignment" >
45
 
             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
46
 
            </property>
47
 
            <property name="buddy" >
48
 
             <cstring>authors</cstring>
49
 
            </property>
50
 
           </widget>
51
 
          </item>
52
 
          <item row="0" column="1" colspan="2" >
53
 
           <widget class="QLineEdit" name="authors" >
54
 
            <property name="toolTip" >
55
 
             <string>Change the author(s) of this book. Multiple authors should be separated by an &amp;. If the author name contains an &amp;, use &amp;&amp; to represent it.</string>
56
 
            </property>
57
 
           </widget>
58
 
          </item>
59
 
          <item row="2" column="0" >
60
 
           <widget class="QLabel" name="label_8" >
61
 
            <property name="text" >
62
 
             <string>Author S&amp;ort: </string>
63
 
            </property>
64
 
            <property name="alignment" >
65
 
             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
66
 
            </property>
67
 
            <property name="buddy" >
68
 
             <cstring>authors</cstring>
69
 
            </property>
70
 
           </widget>
71
 
          </item>
72
 
          <item row="2" column="1" colspan="2" >
73
 
           <widget class="QLineEdit" name="author_sort" >
74
 
            <property name="toolTip" >
 
45
            <property name="alignment">
 
46
             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
47
            </property>
 
48
            <property name="buddy">
 
49
             <cstring>authors</cstring>
 
50
            </property>
 
51
           </widget>
 
52
          </item>
 
53
          <item row="2" column="0">
 
54
           <widget class="QLabel" name="label_8">
 
55
            <property name="text">
 
56
             <string>Author s&amp;ort: </string>
 
57
            </property>
 
58
            <property name="alignment">
 
59
             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
60
            </property>
 
61
            <property name="buddy">
 
62
             <cstring>author_sort</cstring>
 
63
            </property>
 
64
           </widget>
 
65
          </item>
 
66
          <item row="2" column="1" colspan="2">
 
67
           <widget class="EnLineEdit" name="author_sort">
 
68
            <property name="toolTip">
75
69
             <string>Specify how the author(s) of this book should be sorted. For example Charles Dickens should be sorted as Dickens, Charles.</string>
76
70
            </property>
77
71
           </widget>
78
72
          </item>
79
 
          <item row="3" column="0" >
80
 
           <widget class="QLabel" name="label_6" >
81
 
            <property name="text" >
 
73
          <item row="3" column="0">
 
74
           <widget class="QLabel" name="label_6">
 
75
            <property name="text">
82
76
             <string>&amp;Rating:</string>
83
77
            </property>
84
 
            <property name="alignment" >
 
78
            <property name="alignment">
85
79
             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
86
80
            </property>
87
 
            <property name="buddy" >
 
81
            <property name="buddy">
88
82
             <cstring>rating</cstring>
89
83
            </property>
90
84
           </widget>
91
85
          </item>
92
 
          <item row="3" column="1" colspan="2" >
93
 
           <widget class="QSpinBox" name="rating" >
94
 
            <property name="toolTip" >
95
 
             <string>Rating of this book. 0-5 stars</string>
96
 
            </property>
97
 
            <property name="whatsThis" >
98
 
             <string>Rating of this book. 0-5 stars</string>
99
 
            </property>
100
 
            <property name="buttonSymbols" >
 
86
          <item row="3" column="1" colspan="2">
 
87
           <widget class="QSpinBox" name="rating">
 
88
            <property name="toolTip">
 
89
             <string>Rating of this book. 0-5 stars</string>
 
90
            </property>
 
91
            <property name="whatsThis">
 
92
             <string>Rating of this book. 0-5 stars</string>
 
93
            </property>
 
94
            <property name="buttonSymbols">
101
95
             <enum>QAbstractSpinBox::PlusMinus</enum>
102
96
            </property>
103
 
            <property name="suffix" >
 
97
            <property name="suffix">
104
98
             <string> stars</string>
105
99
            </property>
106
 
            <property name="maximum" >
 
100
            <property name="maximum">
107
101
             <number>5</number>
108
102
            </property>
109
103
           </widget>
110
104
          </item>
111
 
          <item row="4" column="0" >
112
 
           <widget class="QLabel" name="label_3" >
113
 
            <property name="text" >
 
105
          <item row="4" column="0">
 
106
           <widget class="QLabel" name="label_3">
 
107
            <property name="text">
114
108
             <string>&amp;Publisher: </string>
115
109
            </property>
116
 
            <property name="alignment" >
 
110
            <property name="alignment">
117
111
             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
118
112
            </property>
119
 
            <property name="buddy" >
 
113
            <property name="buddy">
120
114
             <cstring>publisher</cstring>
121
115
            </property>
122
116
           </widget>
123
117
          </item>
124
 
          <item row="4" column="1" colspan="2" >
125
 
           <widget class="QLineEdit" name="publisher" >
126
 
            <property name="toolTip" >
127
 
             <string>Change the publisher of this book</string>
128
 
            </property>
129
 
           </widget>
130
 
          </item>
131
 
          <item row="5" column="0" >
132
 
           <widget class="QLabel" name="label_4" >
133
 
            <property name="text" >
134
 
             <string>Add Ta&amp;gs: </string>
135
 
            </property>
136
 
            <property name="alignment" >
 
118
          <item row="5" column="0">
 
119
           <widget class="QLabel" name="label_4">
 
120
            <property name="text">
 
121
             <string>Add ta&amp;gs: </string>
 
122
            </property>
 
123
            <property name="alignment">
137
124
             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
138
125
            </property>
139
 
            <property name="buddy" >
 
126
            <property name="buddy">
140
127
             <cstring>tags</cstring>
141
128
            </property>
142
129
           </widget>
143
130
          </item>
144
 
          <item row="5" column="1" >
145
 
           <widget class="QLineEdit" name="tags" >
146
 
            <property name="toolTip" >
147
 
             <string>Tags categorize the book. This is particularly useful while searching. &lt;br>&lt;br>They can be any words or phrases, separated by commas.</string>
 
131
          <item row="5" column="1">
 
132
           <widget class="TagsLineEdit" name="tags">
 
133
            <property name="toolTip">
 
134
             <string>Tags categorize the book. This is particularly useful while searching. &lt;br&gt;&lt;br&gt;They can be any words or phrases, separated by commas.</string>
148
135
            </property>
149
136
           </widget>
150
137
          </item>
151
 
          <item row="5" column="2" >
152
 
           <widget class="QToolButton" name="tag_editor_button" >
153
 
            <property name="toolTip" >
154
 
             <string>Open Tag Editor</string>
155
 
            </property>
156
 
            <property name="text" >
157
 
             <string>Open Tag Editor</string>
158
 
            </property>
159
 
            <property name="icon" >
160
 
             <iconset resource="../images.qrc" >
 
138
          <item row="5" column="2">
 
139
           <widget class="QToolButton" name="tag_editor_button">
 
140
            <property name="toolTip">
 
141
             <string>Open Tag Editor</string>
 
142
            </property>
 
143
            <property name="text">
 
144
             <string>Open Tag Editor</string>
 
145
            </property>
 
146
            <property name="icon">
 
147
             <iconset resource="../images.qrc">
161
148
              <normaloff>:/images/chapters.svg</normaloff>:/images/chapters.svg</iconset>
162
149
            </property>
163
150
           </widget>
164
151
          </item>
165
 
          <item row="6" column="0" >
166
 
           <widget class="QLabel" name="label" >
167
 
            <property name="text" >
 
152
          <item row="6" column="0">
 
153
           <widget class="QLabel" name="label">
 
154
            <property name="text">
168
155
             <string>&amp;Remove tags:</string>
169
156
            </property>
170
 
            <property name="buddy" >
 
157
            <property name="buddy">
171
158
             <cstring>remove_tags</cstring>
172
159
            </property>
173
160
           </widget>
174
161
          </item>
175
 
          <item row="6" column="1" colspan="2" >
176
 
           <widget class="QLineEdit" name="remove_tags" >
177
 
            <property name="toolTip" >
 
162
          <item row="6" column="1" colspan="2">
 
163
           <widget class="TagsLineEdit" name="remove_tags">
 
164
            <property name="toolTip">
178
165
             <string>Comma separated list of tags to remove from the books. </string>
179
166
            </property>
180
167
           </widget>
181
168
          </item>
182
 
          <item row="7" column="0" >
183
 
           <widget class="QLabel" name="label_7" >
184
 
            <property name="text" >
 
169
          <item row="7" column="0">
 
170
           <widget class="QLabel" name="label_7">
 
171
            <property name="text">
185
172
             <string>&amp;Series:</string>
186
173
            </property>
187
 
            <property name="textFormat" >
 
174
            <property name="textFormat">
188
175
             <enum>Qt::PlainText</enum>
189
176
            </property>
190
 
            <property name="alignment" >
 
177
            <property name="alignment">
191
178
             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
192
179
            </property>
193
 
            <property name="buddy" >
 
180
            <property name="buddy">
194
181
             <cstring>series</cstring>
195
182
            </property>
196
183
           </widget>
197
184
          </item>
198
 
          <item row="7" column="1" >
199
 
           <widget class="QComboBox" name="series" >
200
 
            <property name="toolTip" >
201
 
             <string>List of known series. You can add new series.</string>
202
 
            </property>
203
 
            <property name="whatsThis" >
204
 
             <string>List of known series. You can add new series.</string>
205
 
            </property>
206
 
            <property name="editable" >
 
185
          <item row="7" column="1">
 
186
           <widget class="EnComboBox" name="series">
 
187
            <property name="toolTip">
 
188
             <string>List of known series. You can add new series.</string>
 
189
            </property>
 
190
            <property name="whatsThis">
 
191
             <string>List of known series. You can add new series.</string>
 
192
            </property>
 
193
            <property name="editable">
207
194
             <bool>true</bool>
208
195
            </property>
209
 
            <property name="insertPolicy" >
 
196
            <property name="insertPolicy">
210
197
             <enum>QComboBox::InsertAlphabetically</enum>
211
198
            </property>
212
 
            <property name="sizeAdjustPolicy" >
 
199
            <property name="sizeAdjustPolicy">
213
200
             <enum>QComboBox::AdjustToContents</enum>
214
201
            </property>
215
202
           </widget>
216
203
          </item>
217
 
          <item row="8" column="1" >
218
 
           <widget class="QComboBox" name="remove_format" />
 
204
          <item row="8" column="1">
 
205
           <widget class="QComboBox" name="remove_format"/>
219
206
          </item>
220
 
          <item row="8" column="0" >
221
 
           <widget class="QLabel" name="label_5" >
222
 
            <property name="text" >
 
207
          <item row="8" column="0">
 
208
           <widget class="QLabel" name="label_5">
 
209
            <property name="text">
223
210
             <string>Remove &amp;format:</string>
224
211
            </property>
225
 
            <property name="buddy" >
 
212
            <property name="buddy">
226
213
             <cstring>remove_format</cstring>
227
214
            </property>
228
215
           </widget>
229
216
          </item>
230
 
          <item row="1" column="1" >
231
 
           <widget class="QCheckBox" name="auto_author_sort" >
232
 
            <property name="text" >
 
217
          <item row="1" column="1">
 
218
           <widget class="QCheckBox" name="auto_author_sort">
 
219
            <property name="text">
233
220
             <string>A&amp;utomatically set author sort</string>
234
221
            </property>
235
222
           </widget>
236
223
          </item>
 
224
          <item row="0" column="1">
 
225
           <widget class="EnComboBox" name="authors">
 
226
            <property name="editable">
 
227
             <bool>true</bool>
 
228
            </property>
 
229
           </widget>
 
230
          </item>
 
231
          <item row="4" column="1">
 
232
           <widget class="EnComboBox" name="publisher">
 
233
            <property name="editable">
 
234
             <bool>true</bool>
 
235
            </property>
 
236
           </widget>
 
237
          </item>
237
238
         </layout>
238
239
        </widget>
239
240
       </item>
241
242
     </widget>
242
243
    </widget>
243
244
   </item>
244
 
   <item row="1" column="0" >
245
 
    <widget class="QDialogButtonBox" name="button_box" >
246
 
     <property name="orientation" >
 
245
   <item row="1" column="0">
 
246
    <widget class="QDialogButtonBox" name="button_box">
 
247
     <property name="orientation">
247
248
      <enum>Qt::Horizontal</enum>
248
249
     </property>
249
 
     <property name="standardButtons" >
 
250
     <property name="standardButtons">
250
251
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
251
252
     </property>
252
253
    </widget>
253
254
   </item>
254
255
  </layout>
255
256
 </widget>
 
257
 <customwidgets>
 
258
  <customwidget>
 
259
   <class>EnLineEdit</class>
 
260
   <extends>QLineEdit</extends>
 
261
   <header>widgets.h</header>
 
262
  </customwidget>
 
263
  <customwidget>
 
264
   <class>EnComboBox</class>
 
265
   <extends>QComboBox</extends>
 
266
   <header>widgets.h</header>
 
267
  </customwidget>
 
268
  <customwidget>
 
269
   <class>TagsLineEdit</class>
 
270
   <extends>QLineEdit</extends>
 
271
   <header>widgets.h</header>
 
272
  </customwidget>
 
273
 </customwidgets>
 
274
 <tabstops>
 
275
  <tabstop>authors</tabstop>
 
276
  <tabstop>auto_author_sort</tabstop>
 
277
  <tabstop>author_sort</tabstop>
 
278
  <tabstop>rating</tabstop>
 
279
  <tabstop>publisher</tabstop>
 
280
  <tabstop>tag_editor_button</tabstop>
 
281
  <tabstop>tags</tabstop>
 
282
  <tabstop>remove_tags</tabstop>
 
283
  <tabstop>series</tabstop>
 
284
  <tabstop>remove_format</tabstop>
 
285
  <tabstop>button_box</tabstop>
 
286
 </tabstops>
256
287
 <resources>
257
 
  <include location="../images.qrc" />
 
288
  <include location="../images.qrc"/>
258
289
 </resources>
259
290
 <connections>
260
291
  <connection>
263
294
   <receiver>MetadataBulkDialog</receiver>
264
295
   <slot>accept()</slot>
265
296
   <hints>
266
 
    <hint type="sourcelabel" >
 
297
    <hint type="sourcelabel">
267
298
     <x>252</x>
268
299
     <y>382</y>
269
300
    </hint>
270
 
    <hint type="destinationlabel" >
 
301
    <hint type="destinationlabel">
271
302
     <x>157</x>
272
303
     <y>274</y>
273
304
    </hint>
279
310
   <receiver>MetadataBulkDialog</receiver>
280
311
   <slot>reject()</slot>
281
312
   <hints>
282
 
    <hint type="sourcelabel" >
 
313
    <hint type="sourcelabel">
283
314
     <x>320</x>
284
315
     <y>382</y>
285
316
    </hint>
286
 
    <hint type="destinationlabel" >
 
317
    <hint type="destinationlabel">
287
318
     <x>286</x>
288
319
     <y>274</y>
289
320
    </hint>
295
326
   <receiver>author_sort</receiver>
296
327
   <slot>setDisabled(bool)</slot>
297
328
   <hints>
298
 
    <hint type="sourcelabel" >
 
329
    <hint type="sourcelabel">
299
330
     <x>240</x>
300
331
     <y>95</y>
301
332
    </hint>
302
 
    <hint type="destinationlabel" >
 
333
    <hint type="destinationlabel">
303
334
     <x>240</x>
304
335
     <y>113</y>
305
336
    </hint>