~ubuntu-branches/debian/wheezy/calibre/wheezy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-08-11 11:30:57 UTC
  • mfrom: (1.3.14 upstream)
  • mto: (29.3.2 oneiric)
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20100811113057-2jhbcbavxw7wlt0c
Tags: 0.7.13+dfsg-1
* New upstream version.
* debian/control: Add python-routes recommends. (Closes: #590561)
* Convert to 3.0 (quilt) source format.
* Bump debhelper compat level to 7, and drop now obsolete
  DEB_DH_INSTALL_SOURCEDIR in debian/rules.
* debian/control: Add missing ${misc:Depends}.
* debian/control: Bump Standards-Version to 3.9.1.
* debian/copyright: Replace obsolete reference to
  /usr/share/common-licenses/BSD with their verbatim text from the original
  source.
* debian/rules: Remove invalid hashbang lines from *.recipe, these have no
  __main__.

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
                    </property>
278
278
                    <item>
279
279
                     <widget class="EnComboBox" name="series">
280
 
                      <property name="sizePolicy">
281
 
                       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
282
 
                        <horstretch>0</horstretch>
283
 
                        <verstretch>0</verstretch>
284
 
                       </sizepolicy>
285
 
                      </property>
286
280
                      <property name="toolTip">
287
281
                       <string>List of known series. You can add new series.</string>
288
282
                      </property>
295
289
                      <property name="insertPolicy">
296
290
                       <enum>QComboBox::InsertAlphabetically</enum>
297
291
                      </property>
298
 
                      <property name="sizeAdjustPolicy">
299
 
                       <enum>QComboBox::AdjustToContents</enum>
300
 
                      </property>
301
292
                     </widget>
302
293
                    </item>
303
294
                    <item>
662
653
                      </property>
663
654
                     </widget>
664
655
                    </item>
 
656
                    <item>
 
657
                     <widget class="QPushButton" name="generate_cover_button">
 
658
                      <property name="toolTip">
 
659
                       <string>Generate a default cover based on the title and author</string>
 
660
                      </property>
 
661
                      <property name="text">
 
662
                       <string>&amp;Generate cover</string>
 
663
                      </property>
 
664
                     </widget>
 
665
                    </item>
665
666
                   </layout>
666
667
                  </item>
667
668
                 </layout>
745
746
  <tabstop>fetch_metadata_button</tabstop>
746
747
  <tabstop>add_format_button</tabstop>
747
748
  <tabstop>remove_format_button</tabstop>
 
749
  <tabstop>button_set_cover</tabstop>
 
750
  <tabstop>button_set_metadata</tabstop>
 
751
  <tabstop>formats</tabstop>
748
752
  <tabstop>cover_path</tabstop>
749
753
  <tabstop>cover_button</tabstop>
750
754
  <tabstop>reset_cover</tabstop>
751
755
  <tabstop>fetch_cover_button</tabstop>
752
 
  <tabstop>button_set_cover</tabstop>
753
 
  <tabstop>formats</tabstop>
754
 
  <tabstop>button_set_metadata</tabstop>
 
756
  <tabstop>generate_cover_button</tabstop>
 
757
  <tabstop>scrollArea</tabstop>
 
758
  <tabstop>central_widget</tabstop>
755
759
  <tabstop>button_box</tabstop>
756
 
  <tabstop>scrollArea</tabstop>
757
760
 </tabstops>
758
761
 <resources>
759
762
  <include location="../../../../resources/images.qrc"/>