~stub/ubuntu/precise/calibre/devel

« back to all changes in this revision

Viewing changes to src/calibre/gui2/convert/comic_input.py

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-04-12 11:29:25 UTC
  • mfrom: (42.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110412112925-c7171kt2bb5rmft4
Tags: 0.7.50+dfsg-2
* debian/control: Build with libpodofo-dev to enable PDF metadata.
  (Closes: #619632)
* debian/control: Add libboost1.42-dev build dependency. Apparently it is
  needed in some setups. (Closes: #619807)
* debian/rules: Call dh_sip to generate a proper sip API dependency, to
  prevent crashes like #616372 for partial upgrades.
* debian/control: Bump python-qt4 dependency to >= 4.8.3-2, which reportedly
  fixes crashes on startup. (Closes: #619701, #620125)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
                ['colors', 'dont_normalize', 'keep_aspect_ratio', 'right2left',
23
23
                    'despeckle', 'no_sort', 'no_process', 'landscape',
24
24
                    'dont_sharpen', 'disable_trim', 'wide', 'output_format',
25
 
                    'dont_grayscale', 'comic_image_size']
 
25
                    'dont_grayscale', 'comic_image_size',
 
26
                    'dont_add_comic_pages_to_toc']
26
27
                )
27
28
        self.db, self.book_id = db, book_id
28
29
        for x in get_option('output_format').option.choices: