Index: head/deskutils/calibre/Makefile =================================================================== --- head/deskutils/calibre/Makefile (revision 506514) +++ head/deskutils/calibre/Makefile (revision 506515) @@ -1,109 +1,108 @@ # Created by: stas # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 3.44.0 -PORTREVISION= 2 +PORTVERSION= 3.45.2 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ MAINTAINER= madpilot@FreeBSD.org COMMENT= Ebook management application LICENSE= GPLv3 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libpoppler-qt5.so:graphics/poppler-qt5 \ libwmflite.so:graphics/libwmf \ libchm.so:misc/chmlib \ libicudata.so:devel/icu \ libpodofo.so:graphics/podofo \ libmtp.so:multimedia/libmtp \ libfreetype.so:print/freetype2 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}css-parser>=1.0.4:www/py-css-parser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}apsw>=0:databases/py-apsw@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>=0.3:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}regex>=0:textproc/py-regex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5-parser>=0.4.3:www/py-html5-parser@${PY_FLAVOR} RUN_DEPENDS= xdg-open:devel/xdg-utils \ ${PYTHON_PKGNAMEPREFIX}css-parser>=1.0.4:www/py-css-parser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mechanize>=0:www/py-mechanize@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netifaces>=0:net/py-netifaces@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cssselect>=0:www/py-cssselect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}apsw>=0:databases/py-apsw@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>=0.3:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}regex>=0:textproc/py-regex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5-parser>=0.4.3:www/py-html5-parser@${PY_FLAVOR} \ pdftohtml:graphics/poppler-utils USES= desktop-file-utils gettext-runtime gl gnome localbase:ldflags pkgconfig \ python:2.7 pyqt:5 qt:5 shared-mime-info shebangfix ssl tar:xz USE_RC_SUBR= calibre USE_PYQT= core gui network sip svg webkit widgets webkitwidgets xmlpatterns USE_QT= buildtools_build core dbus gui qmake_build widgets USE_GL= egl gl USE_GNOME= glib20 USE_XORG= xrender xext x11 EXTRACT_BEFORE_ARGS= -x -s '/^calibre/~-src/' -f SHEBANG_GLOB= *.sh *.py *.recipe python_OLD_CMD= "/usr/bin/env python2" "/usr/bin/env python2" "/usr/bin/env python" /bin/python2 \ /usr/bin/python2 /usr/local/bin/python2 WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION} MAKE_ENV+= FC_INC_DIR="${LOCALBASE}/include/fontconfig" \ FC_LIB_DIR="${LOCALBASE}/lib" \ OVERRIDE_CFLAGS="${CFLAGS}" \ OVERRIDE_LDFLAGS="${LDFLAGS}" \ PODOFO_LIB_DIR="${LOCALBASE}/lib" \ PODOFO_INC_DIR="${LOCALBASE}/include/podofo" \ WITH_USB=yes \ CALIBRE_CONFIG_DIRECTORY=${WRKDIR}/calibre-config \ XDG_DATA_DIRS=${STAGEDIR}${PREFIX}/share \ XDG_CONFIG_HOME=${WRKDIR}/xdg-config \ XDG_UTILS_INSTALL_MODE=system \ QMAKE=${QMAKE} \ SIP_BIN=${SIP} \ SIP_DIR=${PYQT_SIPDIR} post-patch: @${REINPLACE_CMD} -e "s|#!/usr/bin/env python{py_major_version}|#!${PYTHON_CMD}|" \ -e "s|#!/usr/bin/env python2|#!${PYTHON_CMD}|" \ -e "s|#!/usr/bin/env python|#!${PYTHON_CMD}|" \ ${WRKSRC}/setup/install.py \ ${WRKSRC}/src/calibre/gui2/dialogs/custom_recipes.py \ ${WRKSRC}/src/calibre/gui2/preferences/tweaks.py do-build: @${MKDIR} ${WRKDIR}/calibre-config ${WRKDIR}/xdg-config @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} \ ${PYSETUP} build) do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION}/site-packages \ ${STAGEDIR}${PREFIX}/share/icons/hicolor \ ${STAGEDIR}${PREFIX}/share/applications \ ${STAGEDIR}${PREFIX}/share/desktop-directories \ ${STAGEDIR}${PREFIX}/share/mime/packages # Create this file to avoid what looks like a bug in xdg-desktop-menu @${TOUCH} ${STAGEDIR}${PREFIX}/share/applications/defaults.list (cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} \ ${PYSETUP} install --prefix ${PREFIX} \ --staging-root ${STAGEDIR}${PREFIX}) @${RM} ${STAGEDIR}${PREFIX}/bin/calibre-uninstall \ ${STAGEDIR}${PREFIX}/share/applications/defaults.list @${RMDIR} ${STAGEDIR}${PREFIX}/share/desktop-directories @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/calibre/calibre/plugins/* .include Index: head/deskutils/calibre/distinfo =================================================================== --- head/deskutils/calibre/distinfo (revision 506514) +++ head/deskutils/calibre/distinfo (revision 506515) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559288901 -SHA256 (calibre-3.44.0.tar.xz) = f15354b013cbf4090e1eeefdc150402dac589f51395f9c82424d2e8cec62a38d -SIZE (calibre-3.44.0.tar.xz) = 38643008 +TIMESTAMP = 1562950944 +SHA256 (calibre-3.45.2.tar.xz) = 0528b4e19c87791cec756ee253bd39cd4e135e86833c9cf673000e5dce78e98c +SIZE (calibre-3.45.2.tar.xz) = 38740944 Index: head/deskutils/calibre/files/patch-git_0a5dc0 =================================================================== --- head/deskutils/calibre/files/patch-git_0a5dc0 (revision 506514) +++ head/deskutils/calibre/files/patch-git_0a5dc0 (nonexistent) @@ -1,30 +0,0 @@ -From 0a5dc07da1cb0f9409803b4df1a92e497e3c0e95 Mon Sep 17 00:00:00 2001 -From: Eli Schwartz -Date: Wed, 19 Jun 2019 11:04:06 -0400 -Subject: [PATCH] fix qt 5.13 compatibility - -In https://github.com/qt/qtbase/commit/01e1df90a7debd333314720fdd5cf6cd9964d796, -screenAdded was deprecated, and as of qt 5.13 it is fully removed. Adapt -to this change by using the new API in QWindowSystemInterface. ---- - src/calibre/headless/headless_integration.cpp | 5 +++++ - 1 file changed, 5 insertions(+) - -diff --git a/src/calibre/headless/headless_integration.cpp b/src/calibre/headless/headless_integration.cpp -index 7dc2fce583..c35bb52dd3 100644 ---- src/calibre/headless/headless_integration.cpp -+++ src/calibre/headless/headless_integration.cpp -@@ -64,7 +64,12 @@ HeadlessIntegration::HeadlessIntegration(const QStringList ¶meters) - mPrimaryScreen->mDepth = 32; - mPrimaryScreen->mFormat = QImage::Format_ARGB32_Premultiplied; - -+#if (QT_VERSION >= QT_VERSION_CHECK(5, 13, 0)) -+ QWindowSystemInterface::handleScreenAdded(mPrimaryScreen); -+#else - screenAdded(mPrimaryScreen); -+#endif -+ - #ifdef __APPLE__ - #if (QT_VERSION >= QT_VERSION_CHECK(5, 12, 0)) - m_fontDatabase.reset(new QCoreTextFontDatabaseEngineFactory()); - Property changes on: head/deskutils/calibre/files/patch-git_0a5dc0 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/deskutils/calibre/pkg-plist =================================================================== --- head/deskutils/calibre/pkg-plist (revision 506514) +++ head/deskutils/calibre/pkg-plist (revision 506515) @@ -1,2131 +1,2132 @@ bin/calibre bin/calibre-complete bin/calibre-customize bin/calibre-debug bin/calibre-parallel bin/calibre-server bin/calibre-smtp bin/calibredb bin/ebook-convert bin/ebook-device bin/ebook-edit bin/ebook-meta bin/ebook-polish bin/ebook-viewer bin/fetch-ebook-metadata bin/lrf2lrs bin/lrfviewer bin/lrs2lrf bin/markdown-calibre bin/web2disk lib/calibre/backports/__init__.py lib/calibre/backports/functools_lru_cache.py lib/calibre/calibre/__init__.py lib/calibre/calibre/constants.py lib/calibre/calibre/customize/__init__.py lib/calibre/calibre/customize/builtins.py lib/calibre/calibre/customize/conversion.py lib/calibre/calibre/customize/profiles.py lib/calibre/calibre/customize/ui.py lib/calibre/calibre/customize/zipplugin.py lib/calibre/calibre/db/__init__.py lib/calibre/calibre/db/adding.py lib/calibre/calibre/db/backend.py lib/calibre/calibre/db/backup.py lib/calibre/calibre/db/cache.py lib/calibre/calibre/db/categories.py lib/calibre/calibre/db/cli/__init__.py lib/calibre/calibre/db/cli/cmd_add_custom_column.py lib/calibre/calibre/db/cli/cmd_add_format.py lib/calibre/calibre/db/cli/cmd_add.py lib/calibre/calibre/db/cli/cmd_backup_metadata.py lib/calibre/calibre/db/cli/cmd_catalog.py lib/calibre/calibre/db/cli/cmd_check_library.py lib/calibre/calibre/db/cli/cmd_clone.py lib/calibre/calibre/db/cli/cmd_custom_columns.py lib/calibre/calibre/db/cli/cmd_embed_metadata.py lib/calibre/calibre/db/cli/cmd_export.py lib/calibre/calibre/db/cli/cmd_list_categories.py lib/calibre/calibre/db/cli/cmd_list.py lib/calibre/calibre/db/cli/cmd_remove_custom_column.py lib/calibre/calibre/db/cli/cmd_remove_format.py lib/calibre/calibre/db/cli/cmd_remove.py lib/calibre/calibre/db/cli/cmd_restore_database.py lib/calibre/calibre/db/cli/cmd_saved_searches.py lib/calibre/calibre/db/cli/cmd_search.py lib/calibre/calibre/db/cli/cmd_set_custom.py lib/calibre/calibre/db/cli/cmd_set_metadata.py lib/calibre/calibre/db/cli/cmd_show_metadata.py lib/calibre/calibre/db/cli/main.py lib/calibre/calibre/db/cli/tests.py lib/calibre/calibre/db/cli/utils.py lib/calibre/calibre/db/copy_to_library.py lib/calibre/calibre/db/delete_service.py lib/calibre/calibre/db/errors.py lib/calibre/calibre/db/fields.py lib/calibre/calibre/db/lazy.py lib/calibre/calibre/db/legacy.py lib/calibre/calibre/db/locking.py lib/calibre/calibre/db/restore.py lib/calibre/calibre/db/schema_upgrades.py lib/calibre/calibre/db/search.py lib/calibre/calibre/db/tables.py lib/calibre/calibre/db/tests/__init__.py lib/calibre/calibre/db/tests/add_remove.py lib/calibre/calibre/db/tests/base.py lib/calibre/calibre/db/tests/filesystem.py lib/calibre/calibre/db/tests/legacy.py lib/calibre/calibre/db/tests/locking.py lib/calibre/calibre/db/tests/main.py lib/calibre/calibre/db/tests/profiling.py lib/calibre/calibre/db/tests/reading.py lib/calibre/calibre/db/tests/utils.py lib/calibre/calibre/db/tests/writing.py lib/calibre/calibre/db/utils.py lib/calibre/calibre/db/view.py lib/calibre/calibre/db/write.py lib/calibre/calibre/debug.py lib/calibre/calibre/devices/__init__.py lib/calibre/calibre/devices/android/__init__.py lib/calibre/calibre/devices/android/driver.py lib/calibre/calibre/devices/binatone/__init__.py lib/calibre/calibre/devices/binatone/driver.py lib/calibre/calibre/devices/blackberry/__init__.py lib/calibre/calibre/devices/blackberry/driver.py lib/calibre/calibre/devices/boeye/__init__.py lib/calibre/calibre/devices/boeye/driver.py lib/calibre/calibre/devices/cli.py lib/calibre/calibre/devices/cybook/__init__.py lib/calibre/calibre/devices/cybook/driver.py lib/calibre/calibre/devices/cybook/t2b.py lib/calibre/calibre/devices/cybook/t4b.py lib/calibre/calibre/devices/eb600/__init__.py lib/calibre/calibre/devices/eb600/driver.py lib/calibre/calibre/devices/edge/__init__.py lib/calibre/calibre/devices/edge/driver.py lib/calibre/calibre/devices/errors.py lib/calibre/calibre/devices/eslick/__init__.py lib/calibre/calibre/devices/eslick/driver.py lib/calibre/calibre/devices/folder_device/__init__.py lib/calibre/calibre/devices/folder_device/driver.py lib/calibre/calibre/devices/hanlin/__init__.py lib/calibre/calibre/devices/hanlin/driver.py lib/calibre/calibre/devices/hanvon/__init__.py lib/calibre/calibre/devices/hanvon/driver.py lib/calibre/calibre/devices/iliad/__init__.py lib/calibre/calibre/devices/iliad/driver.py lib/calibre/calibre/devices/interface.py lib/calibre/calibre/devices/irexdr/__init__.py lib/calibre/calibre/devices/irexdr/driver.py lib/calibre/calibre/devices/iriver/__init__.py lib/calibre/calibre/devices/iriver/driver.py lib/calibre/calibre/devices/jetbook/__init__.py lib/calibre/calibre/devices/jetbook/driver.py lib/calibre/calibre/devices/kindle/__init__.py lib/calibre/calibre/devices/kindle/apnx.py lib/calibre/calibre/devices/kindle/bookmark.py lib/calibre/calibre/devices/kindle/driver.py lib/calibre/calibre/devices/kobo/__init__.py lib/calibre/calibre/devices/kobo/bookmark.py lib/calibre/calibre/devices/kobo/books.py lib/calibre/calibre/devices/kobo/driver.py lib/calibre/calibre/devices/kobo/kobotouch_config.py lib/calibre/calibre/devices/mime.py lib/calibre/calibre/devices/misc.py lib/calibre/calibre/devices/mtp/__init__.py lib/calibre/calibre/devices/mtp/base.py lib/calibre/calibre/devices/mtp/books.py lib/calibre/calibre/devices/mtp/defaults.py lib/calibre/calibre/devices/mtp/driver.py lib/calibre/calibre/devices/mtp/filesystem_cache.py lib/calibre/calibre/devices/mtp/test.py lib/calibre/calibre/devices/mtp/unix/__init__.py lib/calibre/calibre/devices/mtp/unix/driver.py lib/calibre/calibre/devices/mtp/unix/sysfs.py lib/calibre/calibre/devices/mtp/unix/upstream/update.py lib/calibre/calibre/devices/mtp/windows/__init__.py lib/calibre/calibre/devices/mtp/windows/driver.py lib/calibre/calibre/devices/mtp/windows/remote.py lib/calibre/calibre/devices/nokia/__init__.py lib/calibre/calibre/devices/nokia/driver.py lib/calibre/calibre/devices/nook/__init__.py lib/calibre/calibre/devices/nook/driver.py lib/calibre/calibre/devices/nuut2/__init__.py lib/calibre/calibre/devices/nuut2/driver.py lib/calibre/calibre/devices/paladin/__init__.py lib/calibre/calibre/devices/paladin/driver.py lib/calibre/calibre/devices/prs505/__init__.py lib/calibre/calibre/devices/prs505/driver.py lib/calibre/calibre/devices/prs505/sony_cache.py lib/calibre/calibre/devices/prst1/__init__.py lib/calibre/calibre/devices/prst1/driver.py lib/calibre/calibre/devices/scanner.py lib/calibre/calibre/devices/smart_device_app/__init__.py lib/calibre/calibre/devices/smart_device_app/driver.py lib/calibre/calibre/devices/sne/__init__.py lib/calibre/calibre/devices/sne/driver.py lib/calibre/calibre/devices/teclast/__init__.py lib/calibre/calibre/devices/teclast/driver.py lib/calibre/calibre/devices/udisks.py lib/calibre/calibre/devices/usbms/__init__.py lib/calibre/calibre/devices/usbms/books.py lib/calibre/calibre/devices/usbms/cli.py lib/calibre/calibre/devices/usbms/device.py lib/calibre/calibre/devices/usbms/deviceconfig.py lib/calibre/calibre/devices/usbms/driver.py lib/calibre/calibre/devices/user_defined/__init__.py lib/calibre/calibre/devices/user_defined/driver.py lib/calibre/calibre/devices/utils.py lib/calibre/calibre/devices/winusb.py lib/calibre/calibre/ebooks/__init__.py lib/calibre/calibre/ebooks/azw4/__init__.py lib/calibre/calibre/ebooks/azw4/reader.py lib/calibre/calibre/ebooks/BeautifulSoup.py lib/calibre/calibre/ebooks/chardet.py lib/calibre/calibre/ebooks/chm/__init__.py lib/calibre/calibre/ebooks/chm/metadata.py lib/calibre/calibre/ebooks/chm/reader.py lib/calibre/calibre/ebooks/comic/__init__.py lib/calibre/calibre/ebooks/comic/input.py lib/calibre/calibre/ebooks/compression/__init__.py lib/calibre/calibre/ebooks/compression/palmdoc.py lib/calibre/calibre/ebooks/compression/tcr.py lib/calibre/calibre/ebooks/constants.py lib/calibre/calibre/ebooks/conversion/__init__.py lib/calibre/calibre/ebooks/conversion/cli.py lib/calibre/calibre/ebooks/conversion/config.py lib/calibre/calibre/ebooks/conversion/plugins/__init__.py lib/calibre/calibre/ebooks/conversion/plugins/azw4_input.py lib/calibre/calibre/ebooks/conversion/plugins/chm_input.py lib/calibre/calibre/ebooks/conversion/plugins/comic_input.py lib/calibre/calibre/ebooks/conversion/plugins/djvu_input.py lib/calibre/calibre/ebooks/conversion/plugins/docx_input.py lib/calibre/calibre/ebooks/conversion/plugins/docx_output.py lib/calibre/calibre/ebooks/conversion/plugins/epub_input.py lib/calibre/calibre/ebooks/conversion/plugins/epub_output.py lib/calibre/calibre/ebooks/conversion/plugins/fb2_input.py lib/calibre/calibre/ebooks/conversion/plugins/fb2_output.py lib/calibre/calibre/ebooks/conversion/plugins/html_input.py lib/calibre/calibre/ebooks/conversion/plugins/html_output.py lib/calibre/calibre/ebooks/conversion/plugins/htmlz_input.py lib/calibre/calibre/ebooks/conversion/plugins/htmlz_output.py lib/calibre/calibre/ebooks/conversion/plugins/lit_input.py lib/calibre/calibre/ebooks/conversion/plugins/lit_output.py lib/calibre/calibre/ebooks/conversion/plugins/lrf_input.py lib/calibre/calibre/ebooks/conversion/plugins/lrf_output.py lib/calibre/calibre/ebooks/conversion/plugins/mobi_input.py lib/calibre/calibre/ebooks/conversion/plugins/mobi_output.py lib/calibre/calibre/ebooks/conversion/plugins/odt_input.py lib/calibre/calibre/ebooks/conversion/plugins/oeb_output.py lib/calibre/calibre/ebooks/conversion/plugins/pdb_input.py lib/calibre/calibre/ebooks/conversion/plugins/pdb_output.py lib/calibre/calibre/ebooks/conversion/plugins/pdf_input.py lib/calibre/calibre/ebooks/conversion/plugins/pdf_output.py lib/calibre/calibre/ebooks/conversion/plugins/pml_input.py lib/calibre/calibre/ebooks/conversion/plugins/pml_output.py lib/calibre/calibre/ebooks/conversion/plugins/rb_input.py lib/calibre/calibre/ebooks/conversion/plugins/rb_output.py lib/calibre/calibre/ebooks/conversion/plugins/recipe_input.py lib/calibre/calibre/ebooks/conversion/plugins/rtf_input.py lib/calibre/calibre/ebooks/conversion/plugins/rtf_output.py lib/calibre/calibre/ebooks/conversion/plugins/snb_input.py lib/calibre/calibre/ebooks/conversion/plugins/snb_output.py lib/calibre/calibre/ebooks/conversion/plugins/tcr_input.py lib/calibre/calibre/ebooks/conversion/plugins/tcr_output.py lib/calibre/calibre/ebooks/conversion/plugins/txt_input.py lib/calibre/calibre/ebooks/conversion/plugins/txt_output.py lib/calibre/calibre/ebooks/conversion/plumber.py lib/calibre/calibre/ebooks/conversion/preprocess.py lib/calibre/calibre/ebooks/conversion/search_replace.py lib/calibre/calibre/ebooks/conversion/utils.py lib/calibre/calibre/ebooks/covers.py lib/calibre/calibre/ebooks/css_transform_rules.py lib/calibre/calibre/ebooks/djvu/__init__.py lib/calibre/calibre/ebooks/djvu/djvu.py lib/calibre/calibre/ebooks/djvu/djvubzzdec.py lib/calibre/calibre/ebooks/docx/__init__.py lib/calibre/calibre/ebooks/docx/block_styles.py lib/calibre/calibre/ebooks/docx/char_styles.py lib/calibre/calibre/ebooks/docx/cleanup.py lib/calibre/calibre/ebooks/docx/container.py lib/calibre/calibre/ebooks/docx/dump.py lib/calibre/calibre/ebooks/docx/fields.py lib/calibre/calibre/ebooks/docx/fonts.py lib/calibre/calibre/ebooks/docx/footnotes.py lib/calibre/calibre/ebooks/docx/images.py lib/calibre/calibre/ebooks/docx/index.py lib/calibre/calibre/ebooks/docx/lcid.py lib/calibre/calibre/ebooks/docx/names.py lib/calibre/calibre/ebooks/docx/numbering.py lib/calibre/calibre/ebooks/docx/settings.py lib/calibre/calibre/ebooks/docx/styles.py lib/calibre/calibre/ebooks/docx/tables.py lib/calibre/calibre/ebooks/docx/theme.py lib/calibre/calibre/ebooks/docx/to_html.py lib/calibre/calibre/ebooks/docx/toc.py lib/calibre/calibre/ebooks/docx/writer/__init__.py lib/calibre/calibre/ebooks/docx/writer/container.py lib/calibre/calibre/ebooks/docx/writer/fonts.py lib/calibre/calibre/ebooks/docx/writer/from_html.py lib/calibre/calibre/ebooks/docx/writer/images.py lib/calibre/calibre/ebooks/docx/writer/links.py lib/calibre/calibre/ebooks/docx/writer/lists.py lib/calibre/calibre/ebooks/docx/writer/styles.py lib/calibre/calibre/ebooks/docx/writer/tables.py lib/calibre/calibre/ebooks/docx/writer/utils.py lib/calibre/calibre/ebooks/epub/__init__.py lib/calibre/calibre/ebooks/epub/cfi/__init__.py lib/calibre/calibre/ebooks/epub/cfi/parse.py lib/calibre/calibre/ebooks/epub/cfi/tests.py lib/calibre/calibre/ebooks/epub/pages.py lib/calibre/calibre/ebooks/epub/periodical.py lib/calibre/calibre/ebooks/fb2/__init__.py lib/calibre/calibre/ebooks/fb2/fb2ml.py lib/calibre/calibre/ebooks/html_entities.py lib/calibre/calibre/ebooks/html/__init__.py lib/calibre/calibre/ebooks/html/input.py lib/calibre/calibre/ebooks/html/meta.py lib/calibre/calibre/ebooks/html/to_zip.py lib/calibre/calibre/ebooks/htmlz/__init__.py lib/calibre/calibre/ebooks/htmlz/oeb2html.py lib/calibre/calibre/ebooks/hyphenate.py lib/calibre/calibre/ebooks/iterator/__init__.py lib/calibre/calibre/ebooks/lit/__init__.py lib/calibre/calibre/ebooks/lit/lzx.py lib/calibre/calibre/ebooks/lit/maps/__init__.py lib/calibre/calibre/ebooks/lit/maps/html.py lib/calibre/calibre/ebooks/lit/maps/opf.py lib/calibre/calibre/ebooks/lit/mssha1.py lib/calibre/calibre/ebooks/lit/reader.py lib/calibre/calibre/ebooks/lit/writer.py lib/calibre/calibre/ebooks/lrf/__init__.py lib/calibre/calibre/ebooks/lrf/fonts.py lib/calibre/calibre/ebooks/lrf/html/__init__.py lib/calibre/calibre/ebooks/lrf/html/color_map.py lib/calibre/calibre/ebooks/lrf/html/convert_from.py lib/calibre/calibre/ebooks/lrf/html/table_as_image.py lib/calibre/calibre/ebooks/lrf/html/table.py lib/calibre/calibre/ebooks/lrf/input.py lib/calibre/calibre/ebooks/lrf/lrfparser.py lib/calibre/calibre/ebooks/lrf/lrs/__init__.py lib/calibre/calibre/ebooks/lrf/lrs/convert_from.py lib/calibre/calibre/ebooks/lrf/meta.py lib/calibre/calibre/ebooks/lrf/objects.py lib/calibre/calibre/ebooks/lrf/pylrs/__init__.py lib/calibre/calibre/ebooks/lrf/pylrs/elements.py lib/calibre/calibre/ebooks/lrf/pylrs/pylrf.py lib/calibre/calibre/ebooks/lrf/pylrs/pylrfopt.py lib/calibre/calibre/ebooks/lrf/pylrs/pylrs.py lib/calibre/calibre/ebooks/lrf/tags.py lib/calibre/calibre/ebooks/metadata/__init__.py lib/calibre/calibre/ebooks/metadata/archive.py lib/calibre/calibre/ebooks/metadata/author_mapper.py lib/calibre/calibre/ebooks/metadata/book/__init__.py lib/calibre/calibre/ebooks/metadata/book/base.py lib/calibre/calibre/ebooks/metadata/book/formatter.py lib/calibre/calibre/ebooks/metadata/book/json_codec.py lib/calibre/calibre/ebooks/metadata/book/render.py lib/calibre/calibre/ebooks/metadata/book/serialize.py lib/calibre/calibre/ebooks/metadata/cli.py lib/calibre/calibre/ebooks/metadata/docx.py lib/calibre/calibre/ebooks/metadata/epub.py lib/calibre/calibre/ebooks/metadata/ereader.py lib/calibre/calibre/ebooks/metadata/extz.py lib/calibre/calibre/ebooks/metadata/fb2.py lib/calibre/calibre/ebooks/metadata/haodoo.py lib/calibre/calibre/ebooks/metadata/html.py lib/calibre/calibre/ebooks/metadata/imp.py lib/calibre/calibre/ebooks/metadata/kdl.py lib/calibre/calibre/ebooks/metadata/kfx.py lib/calibre/calibre/ebooks/metadata/lit.py lib/calibre/calibre/ebooks/metadata/lrx.py lib/calibre/calibre/ebooks/metadata/meta.py lib/calibre/calibre/ebooks/metadata/mobi.py lib/calibre/calibre/ebooks/metadata/odt.py lib/calibre/calibre/ebooks/metadata/opf.py lib/calibre/calibre/ebooks/metadata/opf2.py lib/calibre/calibre/ebooks/metadata/opf3.py lib/calibre/calibre/ebooks/metadata/opf3_test.py lib/calibre/calibre/ebooks/metadata/opf_2_to_3.py lib/calibre/calibre/ebooks/metadata/pdb.py lib/calibre/calibre/ebooks/metadata/pdf.py lib/calibre/calibre/ebooks/metadata/plucker.py lib/calibre/calibre/ebooks/metadata/pml.py lib/calibre/calibre/ebooks/metadata/rar.py lib/calibre/calibre/ebooks/metadata/rb.py lib/calibre/calibre/ebooks/metadata/rtf.py lib/calibre/calibre/ebooks/metadata/search_internet.py lib/calibre/calibre/ebooks/metadata/snb.py lib/calibre/calibre/ebooks/metadata/sources/__init__.py lib/calibre/calibre/ebooks/metadata/sources/amazon.py lib/calibre/calibre/ebooks/metadata/sources/base.py lib/calibre/calibre/ebooks/metadata/sources/big_book_search.py lib/calibre/calibre/ebooks/metadata/sources/cli.py lib/calibre/calibre/ebooks/metadata/sources/covers.py lib/calibre/calibre/ebooks/metadata/sources/douban.py lib/calibre/calibre/ebooks/metadata/sources/edelweiss.py lib/calibre/calibre/ebooks/metadata/sources/google_images.py lib/calibre/calibre/ebooks/metadata/sources/google.py lib/calibre/calibre/ebooks/metadata/sources/identify.py lib/calibre/calibre/ebooks/metadata/sources/openlibrary.py lib/calibre/calibre/ebooks/metadata/sources/overdrive.py lib/calibre/calibre/ebooks/metadata/sources/ozon.py lib/calibre/calibre/ebooks/metadata/sources/prefs.py lib/calibre/calibre/ebooks/metadata/sources/search_engines.py lib/calibre/calibre/ebooks/metadata/sources/test.py lib/calibre/calibre/ebooks/metadata/sources/update.py lib/calibre/calibre/ebooks/metadata/sources/worker.py lib/calibre/calibre/ebooks/metadata/tag_mapper.py lib/calibre/calibre/ebooks/metadata/toc.py lib/calibre/calibre/ebooks/metadata/topaz.py lib/calibre/calibre/ebooks/metadata/txt.py lib/calibre/calibre/ebooks/metadata/utils.py lib/calibre/calibre/ebooks/metadata/worker.py lib/calibre/calibre/ebooks/metadata/xisbn.py lib/calibre/calibre/ebooks/metadata/xmp.py lib/calibre/calibre/ebooks/metadata/zip.py lib/calibre/calibre/ebooks/mobi/__init__.py lib/calibre/calibre/ebooks/mobi/debug/__init__.py lib/calibre/calibre/ebooks/mobi/debug/containers.py lib/calibre/calibre/ebooks/mobi/debug/headers.py lib/calibre/calibre/ebooks/mobi/debug/index.py lib/calibre/calibre/ebooks/mobi/debug/main.py lib/calibre/calibre/ebooks/mobi/debug/mobi6.py lib/calibre/calibre/ebooks/mobi/debug/mobi8.py lib/calibre/calibre/ebooks/mobi/huffcdic.py lib/calibre/calibre/ebooks/mobi/langcodes.py lib/calibre/calibre/ebooks/mobi/mobiml.py lib/calibre/calibre/ebooks/mobi/reader/__init__.py lib/calibre/calibre/ebooks/mobi/reader/containers.py lib/calibre/calibre/ebooks/mobi/reader/headers.py lib/calibre/calibre/ebooks/mobi/reader/index.py lib/calibre/calibre/ebooks/mobi/reader/markup.py lib/calibre/calibre/ebooks/mobi/reader/mobi6.py lib/calibre/calibre/ebooks/mobi/reader/mobi8.py lib/calibre/calibre/ebooks/mobi/reader/ncx.py lib/calibre/calibre/ebooks/mobi/tweak.py lib/calibre/calibre/ebooks/mobi/utils.py lib/calibre/calibre/ebooks/mobi/writer2/__init__.py lib/calibre/calibre/ebooks/mobi/writer2/indexer.py lib/calibre/calibre/ebooks/mobi/writer2/main.py lib/calibre/calibre/ebooks/mobi/writer2/resources.py lib/calibre/calibre/ebooks/mobi/writer2/serializer.py lib/calibre/calibre/ebooks/mobi/writer8/__init__.py lib/calibre/calibre/ebooks/mobi/writer8/cleanup.py lib/calibre/calibre/ebooks/mobi/writer8/exth.py lib/calibre/calibre/ebooks/mobi/writer8/header.py lib/calibre/calibre/ebooks/mobi/writer8/index.py lib/calibre/calibre/ebooks/mobi/writer8/main.py lib/calibre/calibre/ebooks/mobi/writer8/mobi.py lib/calibre/calibre/ebooks/mobi/writer8/skeleton.py lib/calibre/calibre/ebooks/mobi/writer8/tbs.py lib/calibre/calibre/ebooks/mobi/writer8/toc.py lib/calibre/calibre/ebooks/odt/__init__.py lib/calibre/calibre/ebooks/odt/input.py lib/calibre/calibre/ebooks/oeb/__init__.py lib/calibre/calibre/ebooks/oeb/base.py lib/calibre/calibre/ebooks/oeb/display/__init__.py lib/calibre/calibre/ebooks/oeb/display/test-cfi/run_rapydscript.py lib/calibre/calibre/ebooks/oeb/display/test-cfi/run.py lib/calibre/calibre/ebooks/oeb/display/webview.py lib/calibre/calibre/ebooks/oeb/iterator/__init__.py lib/calibre/calibre/ebooks/oeb/iterator/book.py lib/calibre/calibre/ebooks/oeb/iterator/bookmarks.py lib/calibre/calibre/ebooks/oeb/iterator/spine.py lib/calibre/calibre/ebooks/oeb/normalize_css.py lib/calibre/calibre/ebooks/oeb/parse_utils.py lib/calibre/calibre/ebooks/oeb/polish/__init__.py lib/calibre/calibre/ebooks/oeb/polish/cascade.py lib/calibre/calibre/ebooks/oeb/polish/check/__init__.py lib/calibre/calibre/ebooks/oeb/polish/check/base.py lib/calibre/calibre/ebooks/oeb/polish/check/fonts.py lib/calibre/calibre/ebooks/oeb/polish/check/images.py lib/calibre/calibre/ebooks/oeb/polish/check/links.py lib/calibre/calibre/ebooks/oeb/polish/check/main.py lib/calibre/calibre/ebooks/oeb/polish/check/opf.py lib/calibre/calibre/ebooks/oeb/polish/check/parsing.py lib/calibre/calibre/ebooks/oeb/polish/container.py lib/calibre/calibre/ebooks/oeb/polish/cover.py lib/calibre/calibre/ebooks/oeb/polish/create.py lib/calibre/calibre/ebooks/oeb/polish/css.py lib/calibre/calibre/ebooks/oeb/polish/download.py lib/calibre/calibre/ebooks/oeb/polish/embed.py lib/calibre/calibre/ebooks/oeb/polish/errors.py lib/calibre/calibre/ebooks/oeb/polish/fonts.py lib/calibre/calibre/ebooks/oeb/polish/images.py lib/calibre/calibre/ebooks/oeb/polish/import_book.py lib/calibre/calibre/ebooks/oeb/polish/jacket.py lib/calibre/calibre/ebooks/oeb/polish/main.py lib/calibre/calibre/ebooks/oeb/polish/opf.py lib/calibre/calibre/ebooks/oeb/polish/parsing.py lib/calibre/calibre/ebooks/oeb/polish/pretty.py lib/calibre/calibre/ebooks/oeb/polish/replace.py lib/calibre/calibre/ebooks/oeb/polish/report.py lib/calibre/calibre/ebooks/oeb/polish/spell.py lib/calibre/calibre/ebooks/oeb/polish/split.py lib/calibre/calibre/ebooks/oeb/polish/stats.py lib/calibre/calibre/ebooks/oeb/polish/subset.py lib/calibre/calibre/ebooks/oeb/polish/tests/__init__.py lib/calibre/calibre/ebooks/oeb/polish/tests/base.py lib/calibre/calibre/ebooks/oeb/polish/tests/cascade.py lib/calibre/calibre/ebooks/oeb/polish/tests/container.py lib/calibre/calibre/ebooks/oeb/polish/tests/main.py lib/calibre/calibre/ebooks/oeb/polish/tests/parsing.py lib/calibre/calibre/ebooks/oeb/polish/tests/structure.py lib/calibre/calibre/ebooks/oeb/polish/toc.py lib/calibre/calibre/ebooks/oeb/polish/upgrade.py lib/calibre/calibre/ebooks/oeb/polish/utils.py lib/calibre/calibre/ebooks/oeb/reader.py lib/calibre/calibre/ebooks/oeb/stylizer.py lib/calibre/calibre/ebooks/oeb/transforms/__init__.py lib/calibre/calibre/ebooks/oeb/transforms/cover.py lib/calibre/calibre/ebooks/oeb/transforms/data_url.py lib/calibre/calibre/ebooks/oeb/transforms/embed_fonts.py lib/calibre/calibre/ebooks/oeb/transforms/filenames.py lib/calibre/calibre/ebooks/oeb/transforms/flatcss.py lib/calibre/calibre/ebooks/oeb/transforms/guide.py lib/calibre/calibre/ebooks/oeb/transforms/htmltoc.py lib/calibre/calibre/ebooks/oeb/transforms/jacket.py lib/calibre/calibre/ebooks/oeb/transforms/linearize_tables.py lib/calibre/calibre/ebooks/oeb/transforms/manglecase.py lib/calibre/calibre/ebooks/oeb/transforms/metadata.py lib/calibre/calibre/ebooks/oeb/transforms/page_margin.py lib/calibre/calibre/ebooks/oeb/transforms/rasterize.py lib/calibre/calibre/ebooks/oeb/transforms/rescale.py lib/calibre/calibre/ebooks/oeb/transforms/split.py lib/calibre/calibre/ebooks/oeb/transforms/structure.py lib/calibre/calibre/ebooks/oeb/transforms/subset.py lib/calibre/calibre/ebooks/oeb/transforms/trimmanifest.py lib/calibre/calibre/ebooks/oeb/transforms/unsmarten.py lib/calibre/calibre/ebooks/oeb/writer.py lib/calibre/calibre/ebooks/pdb/__init__.py lib/calibre/calibre/ebooks/pdb/ereader/__init__.py lib/calibre/calibre/ebooks/pdb/ereader/inspector.py lib/calibre/calibre/ebooks/pdb/ereader/reader.py lib/calibre/calibre/ebooks/pdb/ereader/reader132.py lib/calibre/calibre/ebooks/pdb/ereader/reader202.py lib/calibre/calibre/ebooks/pdb/ereader/writer.py lib/calibre/calibre/ebooks/pdb/formatreader.py lib/calibre/calibre/ebooks/pdb/formatwriter.py lib/calibre/calibre/ebooks/pdb/haodoo/__init__.py lib/calibre/calibre/ebooks/pdb/haodoo/reader.py lib/calibre/calibre/ebooks/pdb/header.py lib/calibre/calibre/ebooks/pdb/palmdoc/__init__.py lib/calibre/calibre/ebooks/pdb/palmdoc/reader.py lib/calibre/calibre/ebooks/pdb/palmdoc/writer.py lib/calibre/calibre/ebooks/pdb/pdf/__init__.py lib/calibre/calibre/ebooks/pdb/pdf/reader.py lib/calibre/calibre/ebooks/pdb/plucker/__init__.py lib/calibre/calibre/ebooks/pdb/plucker/reader.py lib/calibre/calibre/ebooks/pdb/ztxt/__init__.py lib/calibre/calibre/ebooks/pdb/ztxt/reader.py lib/calibre/calibre/ebooks/pdb/ztxt/writer.py lib/calibre/calibre/ebooks/pdf/__init__.py lib/calibre/calibre/ebooks/pdf/outline_writer.py lib/calibre/calibre/ebooks/pdf/pageoptions.py lib/calibre/calibre/ebooks/pdf/pdftohtml.py lib/calibre/calibre/ebooks/pdf/reflow.py lib/calibre/calibre/ebooks/pdf/render/__init__.py lib/calibre/calibre/ebooks/pdf/render/common.py lib/calibre/calibre/ebooks/pdf/render/engine.py lib/calibre/calibre/ebooks/pdf/render/fonts.py lib/calibre/calibre/ebooks/pdf/render/from_html.py lib/calibre/calibre/ebooks/pdf/render/gradients.py lib/calibre/calibre/ebooks/pdf/render/graphics.py lib/calibre/calibre/ebooks/pdf/render/links.py lib/calibre/calibre/ebooks/pdf/render/serialize.py lib/calibre/calibre/ebooks/pdf/render/test.py lib/calibre/calibre/ebooks/pdf/render/toc.py lib/calibre/calibre/ebooks/pml/__init__.py lib/calibre/calibre/ebooks/pml/pmlconverter.py lib/calibre/calibre/ebooks/pml/pmlml.py lib/calibre/calibre/ebooks/rb/__init__.py lib/calibre/calibre/ebooks/rb/rbml.py lib/calibre/calibre/ebooks/rb/reader.py lib/calibre/calibre/ebooks/rb/writer.py lib/calibre/calibre/ebooks/readability/__init__.py lib/calibre/calibre/ebooks/readability/cleaners.py lib/calibre/calibre/ebooks/readability/debug.py lib/calibre/calibre/ebooks/readability/htmls.py lib/calibre/calibre/ebooks/readability/readability.py lib/calibre/calibre/ebooks/rtf/__init__.py lib/calibre/calibre/ebooks/rtf/input.py lib/calibre/calibre/ebooks/rtf/preprocess.py lib/calibre/calibre/ebooks/rtf/rtfml.py lib/calibre/calibre/ebooks/rtf2xml/__init__.py lib/calibre/calibre/ebooks/rtf2xml/add_brackets.py lib/calibre/calibre/ebooks/rtf2xml/body_styles.py lib/calibre/calibre/ebooks/rtf2xml/border_parse.py lib/calibre/calibre/ebooks/rtf2xml/char_set.py lib/calibre/calibre/ebooks/rtf2xml/check_brackets.py lib/calibre/calibre/ebooks/rtf2xml/check_encoding.py lib/calibre/calibre/ebooks/rtf2xml/colors.py lib/calibre/calibre/ebooks/rtf2xml/combine_borders.py lib/calibre/calibre/ebooks/rtf2xml/configure_txt.py lib/calibre/calibre/ebooks/rtf2xml/convert_to_tags.py lib/calibre/calibre/ebooks/rtf2xml/copy.py lib/calibre/calibre/ebooks/rtf2xml/default_encoding.py lib/calibre/calibre/ebooks/rtf2xml/delete_info.py lib/calibre/calibre/ebooks/rtf2xml/field_strings.py lib/calibre/calibre/ebooks/rtf2xml/fields_large.py lib/calibre/calibre/ebooks/rtf2xml/fields_small.py lib/calibre/calibre/ebooks/rtf2xml/fonts.py lib/calibre/calibre/ebooks/rtf2xml/footnote.py lib/calibre/calibre/ebooks/rtf2xml/get_char_map.py lib/calibre/calibre/ebooks/rtf2xml/get_options.py lib/calibre/calibre/ebooks/rtf2xml/group_borders.py lib/calibre/calibre/ebooks/rtf2xml/group_styles.py lib/calibre/calibre/ebooks/rtf2xml/header.py lib/calibre/calibre/ebooks/rtf2xml/headings_to_sections.py lib/calibre/calibre/ebooks/rtf2xml/hex_2_utf8.py lib/calibre/calibre/ebooks/rtf2xml/info.py lib/calibre/calibre/ebooks/rtf2xml/inline.py lib/calibre/calibre/ebooks/rtf2xml/line_endings.py lib/calibre/calibre/ebooks/rtf2xml/list_numbers.py lib/calibre/calibre/ebooks/rtf2xml/list_table.py lib/calibre/calibre/ebooks/rtf2xml/make_lists.py lib/calibre/calibre/ebooks/rtf2xml/old_rtf.py lib/calibre/calibre/ebooks/rtf2xml/options_trem.py lib/calibre/calibre/ebooks/rtf2xml/output.py lib/calibre/calibre/ebooks/rtf2xml/override_table.py lib/calibre/calibre/ebooks/rtf2xml/paragraph_def.py lib/calibre/calibre/ebooks/rtf2xml/paragraphs.py lib/calibre/calibre/ebooks/rtf2xml/ParseRtf.py lib/calibre/calibre/ebooks/rtf2xml/pict.py lib/calibre/calibre/ebooks/rtf2xml/preamble_div.py lib/calibre/calibre/ebooks/rtf2xml/preamble_rest.py lib/calibre/calibre/ebooks/rtf2xml/process_tokens.py lib/calibre/calibre/ebooks/rtf2xml/replace_illegals.py lib/calibre/calibre/ebooks/rtf2xml/sections.py lib/calibre/calibre/ebooks/rtf2xml/styles.py lib/calibre/calibre/ebooks/rtf2xml/table_info.py lib/calibre/calibre/ebooks/rtf2xml/table.py lib/calibre/calibre/ebooks/rtf2xml/tokenize.py lib/calibre/calibre/ebooks/snb/__init__.py lib/calibre/calibre/ebooks/snb/snbfile.py lib/calibre/calibre/ebooks/snb/snbml.py lib/calibre/calibre/ebooks/tcr/__init__.py lib/calibre/calibre/ebooks/textile/__init__.py lib/calibre/calibre/ebooks/textile/functions.py lib/calibre/calibre/ebooks/textile/unsmarten.py lib/calibre/calibre/ebooks/tweak.py lib/calibre/calibre/ebooks/txt/__init__.py lib/calibre/calibre/ebooks/txt/markdownml.py lib/calibre/calibre/ebooks/txt/newlines.py lib/calibre/calibre/ebooks/txt/processor.py lib/calibre/calibre/ebooks/txt/textileml.py lib/calibre/calibre/ebooks/txt/txtml.py lib/calibre/calibre/ebooks/unihandecode/__init__.py lib/calibre/calibre/ebooks/unihandecode/jacodepoints.py lib/calibre/calibre/ebooks/unihandecode/jadecoder.py lib/calibre/calibre/ebooks/unihandecode/krcodepoints.py lib/calibre/calibre/ebooks/unihandecode/krdecoder.py lib/calibre/calibre/ebooks/unihandecode/pykakasi/__init__.py lib/calibre/calibre/ebooks/unihandecode/pykakasi/h2a.py lib/calibre/calibre/ebooks/unihandecode/pykakasi/j2h.py lib/calibre/calibre/ebooks/unihandecode/pykakasi/jisyo.py lib/calibre/calibre/ebooks/unihandecode/pykakasi/k2a.py lib/calibre/calibre/ebooks/unihandecode/pykakasi/kakasi.py lib/calibre/calibre/ebooks/unihandecode/unicodepoints.py lib/calibre/calibre/ebooks/unihandecode/unidecoder.py lib/calibre/calibre/ebooks/unihandecode/vncodepoints.py lib/calibre/calibre/ebooks/unihandecode/vndecoder.py lib/calibre/calibre/ebooks/unihandecode/zhcodepoints.py lib/calibre/calibre/gui_launch.py lib/calibre/calibre/gui2/__init__.py lib/calibre/calibre/gui2/actions/__init__.py lib/calibre/calibre/gui2/actions/add_to_library.py lib/calibre/calibre/gui2/actions/add.py lib/calibre/calibre/gui2/actions/annotate.py lib/calibre/calibre/gui2/actions/author_mapper.py lib/calibre/calibre/gui2/actions/catalog.py lib/calibre/calibre/gui2/actions/choose_library.py lib/calibre/calibre/gui2/actions/convert.py lib/calibre/calibre/gui2/actions/copy_to_library.py lib/calibre/calibre/gui2/actions/delete.py lib/calibre/calibre/gui2/actions/device.py lib/calibre/calibre/gui2/actions/edit_collections.py lib/calibre/calibre/gui2/actions/edit_metadata.py lib/calibre/calibre/gui2/actions/embed.py lib/calibre/calibre/gui2/actions/fetch_news.py lib/calibre/calibre/gui2/actions/help.py lib/calibre/calibre/gui2/actions/mark_books.py lib/calibre/calibre/gui2/actions/match_books.py lib/calibre/calibre/gui2/actions/next_match.py lib/calibre/calibre/gui2/actions/open.py lib/calibre/calibre/gui2/actions/plugin_updates.py lib/calibre/calibre/gui2/actions/polish.py lib/calibre/calibre/gui2/actions/preferences.py lib/calibre/calibre/gui2/actions/random.py lib/calibre/calibre/gui2/actions/restart.py lib/calibre/calibre/gui2/actions/save_to_disk.py lib/calibre/calibre/gui2/actions/show_book_details.py lib/calibre/calibre/gui2/actions/show_quickview.py lib/calibre/calibre/gui2/actions/show_template_tester.py lib/calibre/calibre/gui2/actions/similar_books.py lib/calibre/calibre/gui2/actions/sort.py lib/calibre/calibre/gui2/actions/store.py lib/calibre/calibre/gui2/actions/tag_mapper.py lib/calibre/calibre/gui2/actions/toc_edit.py lib/calibre/calibre/gui2/actions/tweak_epub.py lib/calibre/calibre/gui2/actions/unpack_book.py lib/calibre/calibre/gui2/actions/view.py lib/calibre/calibre/gui2/actions/virtual_library.py lib/calibre/calibre/gui2/add_filters.py lib/calibre/calibre/gui2/add.py lib/calibre/calibre/gui2/author_mapper.py lib/calibre/calibre/gui2/auto_add.py lib/calibre/calibre/gui2/bars.py lib/calibre/calibre/gui2/book_details.py lib/calibre/calibre/gui2/catalog/__init__.py lib/calibre/calibre/gui2/catalog/catalog_bibtex_ui.py lib/calibre/calibre/gui2/catalog/catalog_bibtex.py lib/calibre/calibre/gui2/catalog/catalog_csv_xml.py lib/calibre/calibre/gui2/catalog/catalog_epub_mobi_ui.py lib/calibre/calibre/gui2/catalog/catalog_epub_mobi.py lib/calibre/calibre/gui2/catalog/catalog_tab_template_ui.py lib/calibre/calibre/gui2/changes.py lib/calibre/calibre/gui2/comments_editor.py lib/calibre/calibre/gui2/complete2.py lib/calibre/calibre/gui2/convert/__init__.py lib/calibre/calibre/gui2/convert/azw3_output_ui.py lib/calibre/calibre/gui2/convert/azw3_output.py lib/calibre/calibre/gui2/convert/bulk.py lib/calibre/calibre/gui2/convert/comic_input_ui.py lib/calibre/calibre/gui2/convert/comic_input.py lib/calibre/calibre/gui2/convert/debug_ui.py lib/calibre/calibre/gui2/convert/debug.py lib/calibre/calibre/gui2/convert/docx_input_ui.py lib/calibre/calibre/gui2/convert/docx_input.py lib/calibre/calibre/gui2/convert/docx_output.py lib/calibre/calibre/gui2/convert/epub_output_ui.py lib/calibre/calibre/gui2/convert/epub_output.py lib/calibre/calibre/gui2/convert/fb2_input_ui.py lib/calibre/calibre/gui2/convert/fb2_input.py lib/calibre/calibre/gui2/convert/fb2_output_ui.py lib/calibre/calibre/gui2/convert/fb2_output.py lib/calibre/calibre/gui2/convert/font_key_ui.py lib/calibre/calibre/gui2/convert/font_key.py lib/calibre/calibre/gui2/convert/gui_conversion.py lib/calibre/calibre/gui2/convert/heuristics_ui.py lib/calibre/calibre/gui2/convert/heuristics.py lib/calibre/calibre/gui2/convert/htmlz_output_ui.py lib/calibre/calibre/gui2/convert/htmlz_output.py lib/calibre/calibre/gui2/convert/look_and_feel_ui.py lib/calibre/calibre/gui2/convert/look_and_feel.py lib/calibre/calibre/gui2/convert/lrf_output_ui.py lib/calibre/calibre/gui2/convert/lrf_output.py lib/calibre/calibre/gui2/convert/metadata_ui.py lib/calibre/calibre/gui2/convert/metadata.py lib/calibre/calibre/gui2/convert/mobi_output_ui.py lib/calibre/calibre/gui2/convert/mobi_output.py lib/calibre/calibre/gui2/convert/page_setup_ui.py lib/calibre/calibre/gui2/convert/page_setup.py lib/calibre/calibre/gui2/convert/pdb_output_ui.py lib/calibre/calibre/gui2/convert/pdb_output.py lib/calibre/calibre/gui2/convert/pdf_input_ui.py lib/calibre/calibre/gui2/convert/pdf_input.py lib/calibre/calibre/gui2/convert/pdf_output_ui.py lib/calibre/calibre/gui2/convert/pdf_output.py lib/calibre/calibre/gui2/convert/pml_output.py lib/calibre/calibre/gui2/convert/pmlz_output_ui.py lib/calibre/calibre/gui2/convert/rb_output_ui.py lib/calibre/calibre/gui2/convert/rb_output.py lib/calibre/calibre/gui2/convert/regex_builder_ui.py lib/calibre/calibre/gui2/convert/regex_builder.py lib/calibre/calibre/gui2/convert/rtf_input_ui.py lib/calibre/calibre/gui2/convert/rtf_input.py lib/calibre/calibre/gui2/convert/search_and_replace_ui.py lib/calibre/calibre/gui2/convert/search_and_replace.py lib/calibre/calibre/gui2/convert/single_ui.py lib/calibre/calibre/gui2/convert/single.py lib/calibre/calibre/gui2/convert/snb_output_ui.py lib/calibre/calibre/gui2/convert/snb_output.py lib/calibre/calibre/gui2/convert/structure_detection_ui.py lib/calibre/calibre/gui2/convert/structure_detection.py lib/calibre/calibre/gui2/convert/toc_ui.py lib/calibre/calibre/gui2/convert/toc.py lib/calibre/calibre/gui2/convert/txt_input_ui.py lib/calibre/calibre/gui2/convert/txt_input.py lib/calibre/calibre/gui2/convert/txt_output_ui.py lib/calibre/calibre/gui2/convert/txt_output.py lib/calibre/calibre/gui2/convert/txtz_output.py lib/calibre/calibre/gui2/convert/xexp_edit_ui.py lib/calibre/calibre/gui2/convert/xpath_wizard_ui.py lib/calibre/calibre/gui2/convert/xpath_wizard.py lib/calibre/calibre/gui2/cover_flow.py lib/calibre/calibre/gui2/covers.py lib/calibre/calibre/gui2/css_transform_rules.py lib/calibre/calibre/gui2/custom_column_widgets.py lib/calibre/calibre/gui2/dbus_export/__init__.py lib/calibre/calibre/gui2/dbus_export/demo.py lib/calibre/calibre/gui2/dbus_export/gtk.py lib/calibre/calibre/gui2/dbus_export/menu.py lib/calibre/calibre/gui2/dbus_export/menu2.py lib/calibre/calibre/gui2/dbus_export/tray.py lib/calibre/calibre/gui2/dbus_export/utils.py lib/calibre/calibre/gui2/dbus_export/widgets.py lib/calibre/calibre/gui2/device_drivers/__init__.py lib/calibre/calibre/gui2/device_drivers/configwidget_ui.py lib/calibre/calibre/gui2/device_drivers/configwidget.py lib/calibre/calibre/gui2/device_drivers/mtp_config.py lib/calibre/calibre/gui2/device_drivers/mtp_folder_browser.py lib/calibre/calibre/gui2/device_drivers/tabbed_device_config.py lib/calibre/calibre/gui2/device.py lib/calibre/calibre/gui2/dialogs/__init__.py lib/calibre/calibre/gui2/dialogs/add_empty_book.py lib/calibre/calibre/gui2/dialogs/add_from_isbn.py lib/calibre/calibre/gui2/dialogs/authors_edit.py lib/calibre/calibre/gui2/dialogs/book_info.py lib/calibre/calibre/gui2/dialogs/catalog_ui.py lib/calibre/calibre/gui2/dialogs/catalog.py lib/calibre/calibre/gui2/dialogs/check_library.py lib/calibre/calibre/gui2/dialogs/choose_format_device_ui.py lib/calibre/calibre/gui2/dialogs/choose_format_device.py lib/calibre/calibre/gui2/dialogs/choose_format.py lib/calibre/calibre/gui2/dialogs/choose_library_ui.py lib/calibre/calibre/gui2/dialogs/choose_library.py lib/calibre/calibre/gui2/dialogs/choose_plugin_toolbars.py lib/calibre/calibre/gui2/dialogs/comicconf_ui.py lib/calibre/calibre/gui2/dialogs/comments_dialog_ui.py lib/calibre/calibre/gui2/dialogs/comments_dialog.py lib/calibre/calibre/gui2/dialogs/confirm_delete_location_ui.py lib/calibre/calibre/gui2/dialogs/confirm_delete_location.py lib/calibre/calibre/gui2/dialogs/confirm_delete.py lib/calibre/calibre/gui2/dialogs/confirm_merge.py lib/calibre/calibre/gui2/dialogs/conversion_error_ui.py lib/calibre/calibre/gui2/dialogs/conversion_error.py lib/calibre/calibre/gui2/dialogs/custom_recipes.py lib/calibre/calibre/gui2/dialogs/delete_matching_from_device_ui.py lib/calibre/calibre/gui2/dialogs/delete_matching_from_device.py lib/calibre/calibre/gui2/dialogs/device_category_editor_ui.py lib/calibre/calibre/gui2/dialogs/device_category_editor.py lib/calibre/calibre/gui2/dialogs/drm_error_ui.py lib/calibre/calibre/gui2/dialogs/drm_error.py lib/calibre/calibre/gui2/dialogs/duplicates.py lib/calibre/calibre/gui2/dialogs/edit_authors_dialog_ui.py lib/calibre/calibre/gui2/dialogs/edit_authors_dialog.py lib/calibre/calibre/gui2/dialogs/exim.py lib/calibre/calibre/gui2/dialogs/jobs_ui.py lib/calibre/calibre/gui2/dialogs/match_books_ui.py lib/calibre/calibre/gui2/dialogs/match_books.py lib/calibre/calibre/gui2/dialogs/message_box.py lib/calibre/calibre/gui2/dialogs/metadata_bulk_ui.py lib/calibre/calibre/gui2/dialogs/metadata_bulk.py lib/calibre/calibre/gui2/dialogs/opml.py lib/calibre/calibre/gui2/dialogs/password_ui.py lib/calibre/calibre/gui2/dialogs/password.py lib/calibre/calibre/gui2/dialogs/plugin_updater.py lib/calibre/calibre/gui2/dialogs/progress.py lib/calibre/calibre/gui2/dialogs/quickview_ui.py lib/calibre/calibre/gui2/dialogs/quickview.py lib/calibre/calibre/gui2/dialogs/restore_library.py lib/calibre/calibre/gui2/dialogs/saved_search_editor_ui.py lib/calibre/calibre/gui2/dialogs/saved_search_editor.py lib/calibre/calibre/gui2/dialogs/scheduler.py lib/calibre/calibre/gui2/dialogs/search.py lib/calibre/calibre/gui2/dialogs/select_formats.py lib/calibre/calibre/gui2/dialogs/smartdevice_ui.py lib/calibre/calibre/gui2/dialogs/smartdevice.py lib/calibre/calibre/gui2/dialogs/tag_categories_ui.py lib/calibre/calibre/gui2/dialogs/tag_categories.py lib/calibre/calibre/gui2/dialogs/tag_editor_ui.py lib/calibre/calibre/gui2/dialogs/tag_editor.py lib/calibre/calibre/gui2/dialogs/tag_list_editor_ui.py lib/calibre/calibre/gui2/dialogs/tag_list_editor.py lib/calibre/calibre/gui2/dialogs/template_dialog_ui.py lib/calibre/calibre/gui2/dialogs/template_dialog.py lib/calibre/calibre/gui2/dialogs/template_line_editor.py lib/calibre/calibre/gui2/dialogs/trim_image.py lib/calibre/calibre/gui2/dnd.py lib/calibre/calibre/gui2/ebook_download.py lib/calibre/calibre/gui2/email.py lib/calibre/calibre/gui2/filename_pattern_ui.py lib/calibre/calibre/gui2/font_family_chooser.py lib/calibre/calibre/gui2/gestures.py lib/calibre/calibre/gui2/icon_theme.py lib/calibre/calibre/gui2/init.py lib/calibre/calibre/gui2/job_indicator.py lib/calibre/calibre/gui2/jobs.py lib/calibre/calibre/gui2/keyboard.py lib/calibre/calibre/gui2/languages.py lib/calibre/calibre/gui2/layout_menu.py lib/calibre/calibre/gui2/layout.py lib/calibre/calibre/gui2/library/__init__.py lib/calibre/calibre/gui2/library/alternate_views.py lib/calibre/calibre/gui2/library/caches.py lib/calibre/calibre/gui2/library/delegates.py lib/calibre/calibre/gui2/library/models.py lib/calibre/calibre/gui2/library/views.py lib/calibre/calibre/gui2/linux_file_dialogs.py lib/calibre/calibre/gui2/lrf_renderer/__init__.py lib/calibre/calibre/gui2/lrf_renderer/bookview.py lib/calibre/calibre/gui2/lrf_renderer/config_ui.py lib/calibre/calibre/gui2/lrf_renderer/document.py lib/calibre/calibre/gui2/lrf_renderer/main_ui.py lib/calibre/calibre/gui2/lrf_renderer/main.py lib/calibre/calibre/gui2/lrf_renderer/text.py lib/calibre/calibre/gui2/main_window.py lib/calibre/calibre/gui2/main.py lib/calibre/calibre/gui2/metadata/__init__.py lib/calibre/calibre/gui2/metadata/basic_widgets.py lib/calibre/calibre/gui2/metadata/bulk_download.py lib/calibre/calibre/gui2/metadata/config.py lib/calibre/calibre/gui2/metadata/diff.py lib/calibre/calibre/gui2/metadata/pdf_covers.py lib/calibre/calibre/gui2/metadata/single_download.py lib/calibre/calibre/gui2/metadata/single.py lib/calibre/calibre/gui2/notify.py lib/calibre/calibre/gui2/open_with.py lib/calibre/calibre/gui2/pin_columns.py lib/calibre/calibre/gui2/preferences/__init__.py lib/calibre/calibre/gui2/preferences/adding_ui.py lib/calibre/calibre/gui2/preferences/adding.py lib/calibre/calibre/gui2/preferences/behavior_ui.py lib/calibre/calibre/gui2/preferences/behavior.py lib/calibre/calibre/gui2/preferences/coloring.py lib/calibre/calibre/gui2/preferences/columns_ui.py lib/calibre/calibre/gui2/preferences/columns.py lib/calibre/calibre/gui2/preferences/conversion.py lib/calibre/calibre/gui2/preferences/create_custom_column.py lib/calibre/calibre/gui2/preferences/device_debug.py lib/calibre/calibre/gui2/preferences/device_user_defined.py lib/calibre/calibre/gui2/preferences/email_ui.py lib/calibre/calibre/gui2/preferences/emailp.py lib/calibre/calibre/gui2/preferences/history.py lib/calibre/calibre/gui2/preferences/ignored_devices.py lib/calibre/calibre/gui2/preferences/keyboard.py lib/calibre/calibre/gui2/preferences/look_feel_ui.py lib/calibre/calibre/gui2/preferences/look_feel.py lib/calibre/calibre/gui2/preferences/main.py lib/calibre/calibre/gui2/preferences/metadata_sources_ui.py lib/calibre/calibre/gui2/preferences/metadata_sources.py lib/calibre/calibre/gui2/preferences/misc_ui.py lib/calibre/calibre/gui2/preferences/misc.py lib/calibre/calibre/gui2/preferences/plugboard_ui.py lib/calibre/calibre/gui2/preferences/plugboard.py lib/calibre/calibre/gui2/preferences/plugins_ui.py lib/calibre/calibre/gui2/preferences/plugins.py lib/calibre/calibre/gui2/preferences/save_template_ui.py lib/calibre/calibre/gui2/preferences/save_template.py lib/calibre/calibre/gui2/preferences/saving_ui.py lib/calibre/calibre/gui2/preferences/saving.py lib/calibre/calibre/gui2/preferences/search_ui.py lib/calibre/calibre/gui2/preferences/search.py lib/calibre/calibre/gui2/preferences/sending_ui.py lib/calibre/calibre/gui2/preferences/sending.py lib/calibre/calibre/gui2/preferences/server.py lib/calibre/calibre/gui2/preferences/template_functions_ui.py lib/calibre/calibre/gui2/preferences/template_functions.py lib/calibre/calibre/gui2/preferences/texture_chooser.py lib/calibre/calibre/gui2/preferences/toolbar_ui.py lib/calibre/calibre/gui2/preferences/toolbar.py lib/calibre/calibre/gui2/preferences/tweaks.py lib/calibre/calibre/gui2/proceed.py lib/calibre/calibre/gui2/progress_indicator/__init__.py lib/calibre/calibre/gui2/qt_file_dialogs.py lib/calibre/calibre/gui2/save.py lib/calibre/calibre/gui2/search_box.py lib/calibre/calibre/gui2/search_restriction_mixin.py lib/calibre/calibre/gui2/shortcuts.py lib/calibre/calibre/gui2/splash_screen.py lib/calibre/calibre/gui2/store/__init__.py lib/calibre/calibre/gui2/store/basic_config_widget_ui.py lib/calibre/calibre/gui2/store/basic_config.py lib/calibre/calibre/gui2/store/config/__init__.py lib/calibre/calibre/gui2/store/config/chooser/__init__.py lib/calibre/calibre/gui2/store/config/chooser/adv_search_builder_ui.py lib/calibre/calibre/gui2/store/config/chooser/adv_search_builder.py lib/calibre/calibre/gui2/store/config/chooser/chooser_dialog.py lib/calibre/calibre/gui2/store/config/chooser/chooser_widget_ui.py lib/calibre/calibre/gui2/store/config/chooser/chooser_widget.py lib/calibre/calibre/gui2/store/config/chooser/models.py lib/calibre/calibre/gui2/store/config/chooser/results_view.py lib/calibre/calibre/gui2/store/config/search/__init__.py lib/calibre/calibre/gui2/store/config/search/search_widget_ui.py lib/calibre/calibre/gui2/store/config/search/search_widget.py lib/calibre/calibre/gui2/store/config/store.py lib/calibre/calibre/gui2/store/loader.py lib/calibre/calibre/gui2/store/opensearch_store.py lib/calibre/calibre/gui2/store/search_result.py lib/calibre/calibre/gui2/store/search/__init__.py lib/calibre/calibre/gui2/store/search/adv_search_builder_ui.py lib/calibre/calibre/gui2/store/search/adv_search_builder.py lib/calibre/calibre/gui2/store/search/download_thread.py lib/calibre/calibre/gui2/store/search/models.py lib/calibre/calibre/gui2/store/search/results_view.py lib/calibre/calibre/gui2/store/search/search_ui.py lib/calibre/calibre/gui2/store/search/search.py lib/calibre/calibre/gui2/store/stores/__init__.py lib/calibre/calibre/gui2/store/stores/amazon_au_plugin.py lib/calibre/calibre/gui2/store/stores/amazon_ca_plugin.py lib/calibre/calibre/gui2/store/stores/amazon_de_plugin.py lib/calibre/calibre/gui2/store/stores/amazon_es_plugin.py lib/calibre/calibre/gui2/store/stores/amazon_fr_plugin.py lib/calibre/calibre/gui2/store/stores/amazon_in_plugin.py lib/calibre/calibre/gui2/store/stores/amazon_it_plugin.py lib/calibre/calibre/gui2/store/stores/amazon_plugin.py lib/calibre/calibre/gui2/store/stores/amazon_uk_plugin.py lib/calibre/calibre/gui2/store/stores/archive_org_plugin.py lib/calibre/calibre/gui2/store/stores/baen_webscription_plugin.py lib/calibre/calibre/gui2/store/stores/beam_ebooks_de_plugin.py lib/calibre/calibre/gui2/store/stores/biblio_plugin.py lib/calibre/calibre/gui2/store/stores/bn_plugin.py lib/calibre/calibre/gui2/store/stores/bubok_portugal_plugin.py lib/calibre/calibre/gui2/store/stores/bubok_publishing_plugin.py lib/calibre/calibre/gui2/store/stores/chitanka_plugin.py lib/calibre/calibre/gui2/store/stores/ebook_nl_plugin.py lib/calibre/calibre/gui2/store/stores/ebookpoint_plugin.py lib/calibre/calibre/gui2/store/stores/ebooks_com_plugin.py lib/calibre/calibre/gui2/store/stores/ebooksgratuits_plugin.py lib/calibre/calibre/gui2/store/stores/ebookshoppe_uk_plugin.py lib/calibre/calibre/gui2/store/stores/eknigi_plugin.py lib/calibre/calibre/gui2/store/stores/empik_plugin.py lib/calibre/calibre/gui2/store/stores/feedbooks_plugin.py lib/calibre/calibre/gui2/store/stores/google_books_plugin.py lib/calibre/calibre/gui2/store/stores/gutenberg_plugin.py lib/calibre/calibre/gui2/store/stores/kobo_plugin.py lib/calibre/calibre/gui2/store/stores/legimi_plugin.py lib/calibre/calibre/gui2/store/stores/libri_de_plugin.py lib/calibre/calibre/gui2/store/stores/litres_plugin.py lib/calibre/calibre/gui2/store/stores/manybooks_plugin.py lib/calibre/calibre/gui2/store/stores/mills_boon_uk_plugin.py lib/calibre/calibre/gui2/store/stores/mobileread/__init__.py lib/calibre/calibre/gui2/store/stores/mobileread/adv_search_builder_ui.py lib/calibre/calibre/gui2/store/stores/mobileread/adv_search_builder.py lib/calibre/calibre/gui2/store/stores/mobileread/cache_progress_dialog_ui.py lib/calibre/calibre/gui2/store/stores/mobileread/cache_progress_dialog.py lib/calibre/calibre/gui2/store/stores/mobileread/cache_update_thread.py lib/calibre/calibre/gui2/store/stores/mobileread/mobileread_plugin.py lib/calibre/calibre/gui2/store/stores/mobileread/models.py lib/calibre/calibre/gui2/store/stores/mobileread/store_dialog_ui.py lib/calibre/calibre/gui2/store/stores/mobileread/store_dialog.py lib/calibre/calibre/gui2/store/stores/nexto_plugin.py lib/calibre/calibre/gui2/store/stores/open_books_plugin.py lib/calibre/calibre/gui2/store/stores/ozon_ru_plugin.py lib/calibre/calibre/gui2/store/stores/pragmatic_bookshelf_plugin.py lib/calibre/calibre/gui2/store/stores/publio_plugin.py lib/calibre/calibre/gui2/store/stores/rw2010_plugin.py lib/calibre/calibre/gui2/store/stores/smashwords_plugin.py lib/calibre/calibre/gui2/store/stores/swiatebookow_plugin.py lib/calibre/calibre/gui2/store/stores/virtualo_plugin.py lib/calibre/calibre/gui2/store/stores/weightless_books_plugin.py lib/calibre/calibre/gui2/store/stores/whsmith_uk_plugin.py lib/calibre/calibre/gui2/store/stores/woblink_plugin.py lib/calibre/calibre/gui2/store/stores/wolnelektury_plugin.py lib/calibre/calibre/gui2/store/stores/xinxii_plugin.py lib/calibre/calibre/gui2/store/web_control.py lib/calibre/calibre/gui2/store/web_store_dialog_ui.py lib/calibre/calibre/gui2/store/web_store_dialog.py lib/calibre/calibre/gui2/tag_browser/__init__.py lib/calibre/calibre/gui2/tag_browser/model.py lib/calibre/calibre/gui2/tag_browser/ui.py lib/calibre/calibre/gui2/tag_browser/view.py lib/calibre/calibre/gui2/tag_mapper.py lib/calibre/calibre/gui2/threaded_jobs.py lib/calibre/calibre/gui2/throbber.py lib/calibre/calibre/gui2/toc/__init__.py lib/calibre/calibre/gui2/toc/location.py lib/calibre/calibre/gui2/toc/main.py lib/calibre/calibre/gui2/tools.py lib/calibre/calibre/gui2/tweak_book/__init__.py lib/calibre/calibre/gui2/tweak_book/boss.py lib/calibre/calibre/gui2/tweak_book/char_select.py lib/calibre/calibre/gui2/tweak_book/check_links.py lib/calibre/calibre/gui2/tweak_book/check.py lib/calibre/calibre/gui2/tweak_book/completion/__init__.py lib/calibre/calibre/gui2/tweak_book/completion/basic.py lib/calibre/calibre/gui2/tweak_book/completion/popup.py lib/calibre/calibre/gui2/tweak_book/completion/utils.py lib/calibre/calibre/gui2/tweak_book/completion/worker.py lib/calibre/calibre/gui2/tweak_book/diff/__init__.py lib/calibre/calibre/gui2/tweak_book/diff/highlight.py lib/calibre/calibre/gui2/tweak_book/diff/main.py lib/calibre/calibre/gui2/tweak_book/diff/view.py lib/calibre/calibre/gui2/tweak_book/download.py lib/calibre/calibre/gui2/tweak_book/editor/__init__.py lib/calibre/calibre/gui2/tweak_book/editor/canvas.py lib/calibre/calibre/gui2/tweak_book/editor/comments.py lib/calibre/calibre/gui2/tweak_book/editor/help.py lib/calibre/calibre/gui2/tweak_book/editor/image.py lib/calibre/calibre/gui2/tweak_book/editor/insert_resource.py lib/calibre/calibre/gui2/tweak_book/editor/smarts/__init__.py lib/calibre/calibre/gui2/tweak_book/editor/smarts/css.py lib/calibre/calibre/gui2/tweak_book/editor/smarts/html.py lib/calibre/calibre/gui2/tweak_book/editor/smarts/python.py lib/calibre/calibre/gui2/tweak_book/editor/smarts/utils.py lib/calibre/calibre/gui2/tweak_book/editor/snippets.py lib/calibre/calibre/gui2/tweak_book/editor/syntax/__init__.py lib/calibre/calibre/gui2/tweak_book/editor/syntax/base.py lib/calibre/calibre/gui2/tweak_book/editor/syntax/css.py lib/calibre/calibre/gui2/tweak_book/editor/syntax/html.py lib/calibre/calibre/gui2/tweak_book/editor/syntax/javascript.py lib/calibre/calibre/gui2/tweak_book/editor/syntax/pygments_highlighter.py lib/calibre/calibre/gui2/tweak_book/editor/syntax/python.py lib/calibre/calibre/gui2/tweak_book/editor/syntax/utils.py lib/calibre/calibre/gui2/tweak_book/editor/syntax/xml.py lib/calibre/calibre/gui2/tweak_book/editor/text.py lib/calibre/calibre/gui2/tweak_book/editor/themes.py lib/calibre/calibre/gui2/tweak_book/editor/widget.py lib/calibre/calibre/gui2/tweak_book/file_list.py lib/calibre/calibre/gui2/tweak_book/function_replace.py lib/calibre/calibre/gui2/tweak_book/job.py lib/calibre/calibre/gui2/tweak_book/live_css.py lib/calibre/calibre/gui2/tweak_book/main.py lib/calibre/calibre/gui2/tweak_book/manage_fonts.py lib/calibre/calibre/gui2/tweak_book/plugin.py lib/calibre/calibre/gui2/tweak_book/polish.py lib/calibre/calibre/gui2/tweak_book/preferences.py lib/calibre/calibre/gui2/tweak_book/preview.py lib/calibre/calibre/gui2/tweak_book/reports.py lib/calibre/calibre/gui2/tweak_book/save.py lib/calibre/calibre/gui2/tweak_book/search.py lib/calibre/calibre/gui2/tweak_book/spell.py lib/calibre/calibre/gui2/tweak_book/templates.py lib/calibre/calibre/gui2/tweak_book/text_search.py lib/calibre/calibre/gui2/tweak_book/toc.py lib/calibre/calibre/gui2/tweak_book/ui.py lib/calibre/calibre/gui2/tweak_book/undo.py lib/calibre/calibre/gui2/tweak_book/widgets.py lib/calibre/calibre/gui2/ui.py lib/calibre/calibre/gui2/update.py lib/calibre/calibre/gui2/viewer/__init__.py lib/calibre/calibre/gui2/viewer/bookmarkmanager.py lib/calibre/calibre/gui2/viewer/config_ui.py lib/calibre/calibre/gui2/viewer/config.py lib/calibre/calibre/gui2/viewer/documentview.py lib/calibre/calibre/gui2/viewer/fake_net.py lib/calibre/calibre/gui2/viewer/flip.py lib/calibre/calibre/gui2/viewer/footnote.py lib/calibre/calibre/gui2/viewer/gestures.py lib/calibre/calibre/gui2/viewer/image_popup.py lib/calibre/calibre/gui2/viewer/inspector.py lib/calibre/calibre/gui2/viewer/javascript.py lib/calibre/calibre/gui2/viewer/keys.py lib/calibre/calibre/gui2/viewer/main.py lib/calibre/calibre/gui2/viewer/position.py lib/calibre/calibre/gui2/viewer/printing.py lib/calibre/calibre/gui2/viewer/table_popup.py lib/calibre/calibre/gui2/viewer/toc.py lib/calibre/calibre/gui2/viewer/ui.py lib/calibre/calibre/gui2/widgets.py lib/calibre/calibre/gui2/widgets2.py lib/calibre/calibre/gui2/win_file_dialogs.py lib/calibre/calibre/gui2/wizard/__init__.py lib/calibre/calibre/gui2/wizard/device_ui.py lib/calibre/calibre/gui2/wizard/finish_ui.py lib/calibre/calibre/gui2/wizard/kindle_ui.py lib/calibre/calibre/gui2/wizard/library_ui.py lib/calibre/calibre/gui2/wizard/send_email_ui.py lib/calibre/calibre/gui2/wizard/send_email.py lib/calibre/calibre/gui2/wizard/stanza_ui.py lib/calibre/calibre/library/__init__.py lib/calibre/calibre/library/add_to_library.py lib/calibre/calibre/library/caches.py lib/calibre/calibre/library/catalogs/__init__.py lib/calibre/calibre/library/catalogs/bibtex.py lib/calibre/calibre/library/catalogs/csv_xml.py lib/calibre/calibre/library/catalogs/epub_mobi_builder.py lib/calibre/calibre/library/catalogs/epub_mobi.py lib/calibre/calibre/library/catalogs/utils.py lib/calibre/calibre/library/check_library.py lib/calibre/calibre/library/coloring.py lib/calibre/calibre/library/comments.py lib/calibre/calibre/library/custom_columns.py lib/calibre/calibre/library/database.py lib/calibre/calibre/library/database2.py lib/calibre/calibre/library/field_metadata.py lib/calibre/calibre/library/prefs.py lib/calibre/calibre/library/restore.py lib/calibre/calibre/library/save_to_disk.py lib/calibre/calibre/library/schema_upgrades.py lib/calibre/calibre/library/sqlite.py lib/calibre/calibre/libunzip.py lib/calibre/calibre/linux.py lib/calibre/calibre/plugins/_patiencediff_c.so lib/calibre/calibre/plugins/bzzdec.so lib/calibre/calibre/plugins/certgen.so lib/calibre/calibre/plugins/chmlib.so lib/calibre/calibre/plugins/cPalmdoc.so lib/calibre/calibre/plugins/freetype.so lib/calibre/calibre/plugins/html.so lib/calibre/calibre/plugins/hunspell.so lib/calibre/calibre/plugins/icu.so lib/calibre/calibre/plugins/imageops.so lib/calibre/calibre/plugins/libheadless.so lib/calibre/calibre/plugins/libmtp.so lib/calibre/calibre/plugins/libusb.so lib/calibre/calibre/plugins/lzma_binding.so lib/calibre/calibre/plugins/lzx.so lib/calibre/calibre/plugins/matcher.so lib/calibre/calibre/plugins/monotonic.so lib/calibre/calibre/plugins/msdes.so lib/calibre/calibre/plugins/pictureflow.so lib/calibre/calibre/plugins/podofo.so lib/calibre/calibre/plugins/progress_indicator.so lib/calibre/calibre/plugins/qt_hack.so lib/calibre/calibre/plugins/speedup.so lib/calibre/calibre/plugins/sqlite_custom.so lib/calibre/calibre/plugins/tokenizer.so lib/calibre/calibre/plugins/unicode_names.so lib/calibre/calibre/plugins/zlib2.so lib/calibre/calibre/ptempfile.py lib/calibre/calibre/rpdb.py lib/calibre/calibre/spell/__init__.py lib/calibre/calibre/spell/break_iterator.py lib/calibre/calibre/spell/dictionary.py lib/calibre/calibre/spell/import_from.py lib/calibre/calibre/srv/__init__.py lib/calibre/calibre/srv/ajax.py lib/calibre/calibre/srv/auth.py lib/calibre/calibre/srv/auto_reload.py lib/calibre/calibre/srv/bonjour.py lib/calibre/calibre/srv/books.py lib/calibre/calibre/srv/cdb.py lib/calibre/calibre/srv/changes.py lib/calibre/calibre/srv/code.py lib/calibre/calibre/srv/content.py lib/calibre/calibre/srv/convert.py lib/calibre/calibre/srv/embedded.py lib/calibre/calibre/srv/errors.py lib/calibre/calibre/srv/handler.py lib/calibre/calibre/srv/http_request.py lib/calibre/calibre/srv/http_response.py lib/calibre/calibre/srv/jobs.py lib/calibre/calibre/srv/legacy.py lib/calibre/calibre/srv/library_broker.py lib/calibre/calibre/srv/loop.py lib/calibre/calibre/srv/manage_users_cli.py lib/calibre/calibre/srv/metadata.py lib/calibre/calibre/srv/opds.py lib/calibre/calibre/srv/opts.py lib/calibre/calibre/srv/pool.py lib/calibre/calibre/srv/pre_activated.py lib/calibre/calibre/srv/render_book.py lib/calibre/calibre/srv/routes.py lib/calibre/calibre/srv/sendfile.py lib/calibre/calibre/srv/standalone.py lib/calibre/calibre/srv/tests/__init__.py lib/calibre/calibre/srv/tests/ajax.py lib/calibre/calibre/srv/tests/auth.py lib/calibre/calibre/srv/tests/base.py lib/calibre/calibre/srv/tests/content.py lib/calibre/calibre/srv/tests/http.py lib/calibre/calibre/srv/tests/loop.py lib/calibre/calibre/srv/tests/main.py lib/calibre/calibre/srv/tests/routes.py lib/calibre/calibre/srv/tests/web_sockets.py lib/calibre/calibre/srv/users_api.py lib/calibre/calibre/srv/users.py lib/calibre/calibre/srv/utils.py lib/calibre/calibre/srv/web_socket.py lib/calibre/calibre/startup.py lib/calibre/calibre/test_build.py lib/calibre/calibre/translations/__init__.py lib/calibre/calibre/translations/dynamic.py lib/calibre/calibre/translations/msgfmt.py lib/calibre/calibre/utils/__init__.py lib/calibre/calibre/utils/bibtex.py lib/calibre/calibre/utils/browser.py lib/calibre/calibre/utils/certgen.py lib/calibre/calibre/utils/chm/__init__.py lib/calibre/calibre/utils/chm/chm.py lib/calibre/calibre/utils/cleantext.py lib/calibre/calibre/utils/complete.py lib/calibre/calibre/utils/config_base.py lib/calibre/calibre/utils/config.py lib/calibre/calibre/utils/date.py lib/calibre/calibre/utils/dbus_service.py lib/calibre/calibre/utils/exim.py -lib/calibre/calibre/utils/file_associations.py lib/calibre/calibre/utils/file_type_icons.py lib/calibre/calibre/utils/filenames.py lib/calibre/calibre/utils/fonts/__init__.py lib/calibre/calibre/utils/fonts/free_type.py lib/calibre/calibre/utils/fonts/metadata.py lib/calibre/calibre/utils/fonts/scanner.py lib/calibre/calibre/utils/fonts/sfnt/__init__.py lib/calibre/calibre/utils/fonts/sfnt/cff/__init__.py lib/calibre/calibre/utils/fonts/sfnt/cff/constants.py lib/calibre/calibre/utils/fonts/sfnt/cff/dict_data.py lib/calibre/calibre/utils/fonts/sfnt/cff/table.py lib/calibre/calibre/utils/fonts/sfnt/cff/writer.py lib/calibre/calibre/utils/fonts/sfnt/cmap.py lib/calibre/calibre/utils/fonts/sfnt/common.py lib/calibre/calibre/utils/fonts/sfnt/container.py lib/calibre/calibre/utils/fonts/sfnt/errors.py lib/calibre/calibre/utils/fonts/sfnt/glyf.py lib/calibre/calibre/utils/fonts/sfnt/gsub.py lib/calibre/calibre/utils/fonts/sfnt/head.py lib/calibre/calibre/utils/fonts/sfnt/kern.py lib/calibre/calibre/utils/fonts/sfnt/loca.py lib/calibre/calibre/utils/fonts/sfnt/maxp.py lib/calibre/calibre/utils/fonts/sfnt/metrics.py lib/calibre/calibre/utils/fonts/sfnt/subset.py lib/calibre/calibre/utils/fonts/utils.py lib/calibre/calibre/utils/fonts/win_fonts.py lib/calibre/calibre/utils/formatter_functions.py lib/calibre/calibre/utils/formatter.py lib/calibre/calibre/utils/html2text.py lib/calibre/calibre/utils/https.py lib/calibre/calibre/utils/icu_test.py lib/calibre/calibre/utils/icu.py lib/calibre/calibre/utils/img.py lib/calibre/calibre/utils/imghdr.py lib/calibre/calibre/utils/inotify.py lib/calibre/calibre/utils/ip_routing.py lib/calibre/calibre/utils/ipc/__init__.py lib/calibre/calibre/utils/ipc/job.py lib/calibre/calibre/utils/ipc/launch.py lib/calibre/calibre/utils/ipc/pool.py lib/calibre/calibre/utils/ipc/server.py lib/calibre/calibre/utils/ipc/simple_worker.py lib/calibre/calibre/utils/ipc/worker.py lib/calibre/calibre/utils/iphlpapi.py lib/calibre/calibre/utils/ipython.py lib/calibre/calibre/utils/iso8601.py lib/calibre/calibre/utils/linux_trash.py lib/calibre/calibre/utils/localization.py lib/calibre/calibre/utils/localunzip.py lib/calibre/calibre/utils/lock.py lib/calibre/calibre/utils/logging.py lib/calibre/calibre/utils/magick/__init__.py lib/calibre/calibre/utils/magick/draw.py lib/calibre/calibre/utils/magick/legacy.py lib/calibre/calibre/utils/matcher.py lib/calibre/calibre/utils/mdns.py lib/calibre/calibre/utils/mem.py lib/calibre/calibre/utils/monotonic.py lib/calibre/calibre/utils/mreplace.py lib/calibre/calibre/utils/network.py lib/calibre/calibre/utils/open_with/__init__.py lib/calibre/calibre/utils/open_with/linux.py lib/calibre/calibre/utils/open_with/osx.py lib/calibre/calibre/utils/open_with/windows.py lib/calibre/calibre/utils/opensearch/__init__.py lib/calibre/calibre/utils/opensearch/description.py lib/calibre/calibre/utils/opensearch/query.py lib/calibre/calibre/utils/opensearch/url.py lib/calibre/calibre/utils/ordered_dict.py lib/calibre/calibre/utils/podofo/__init__.py lib/calibre/calibre/utils/random_ua.py lib/calibre/calibre/utils/rapydscript.py lib/calibre/calibre/utils/recycle_bin.py lib/calibre/calibre/utils/resources.py lib/calibre/calibre/utils/run_tests.py lib/calibre/calibre/utils/search_query_parser.py lib/calibre/calibre/utils/search_query_parser_test.py lib/calibre/calibre/utils/serialize.py lib/calibre/calibre/utils/serve_coffee.py lib/calibre/calibre/utils/shared_file.py lib/calibre/calibre/utils/short_uuid.py lib/calibre/calibre/utils/smartypants.py lib/calibre/calibre/utils/smtp.py lib/calibre/calibre/utils/smtplib.py lib/calibre/calibre/utils/socket_inheritance.py lib/calibre/calibre/utils/speedups.py lib/calibre/calibre/utils/spell/__init__.py lib/calibre/calibre/utils/tdir_in_cache.py lib/calibre/calibre/utils/terminal.py lib/calibre/calibre/utils/test_lock.py lib/calibre/calibre/utils/text2int.py lib/calibre/calibre/utils/threadpool.py lib/calibre/calibre/utils/titlecase.py lib/calibre/calibre/utils/unicode_getpass.py lib/calibre/calibre/utils/unicode_names.py lib/calibre/calibre/utils/unrar.py lib/calibre/calibre/utils/unsmarten.py +lib/calibre/calibre/utils/windows/__init__.py +lib/calibre/calibre/utils/windows/wintest.py lib/calibre/calibre/utils/winreg/__init__.py lib/calibre/calibre/utils/winreg/dde.py lib/calibre/calibre/utils/winreg/default_programs.py lib/calibre/calibre/utils/winreg/lib.py lib/calibre/calibre/utils/wmf/__init__.py lib/calibre/calibre/utils/wmf/emf.py lib/calibre/calibre/utils/wmf/parse.py lib/calibre/calibre/utils/wordcount.py lib/calibre/calibre/utils/Zeroconf.py lib/calibre/calibre/utils/zipfile.py lib/calibre/calibre/web/__init__.py lib/calibre/calibre/web/feeds/__init__.py lib/calibre/calibre/web/feeds/news.py lib/calibre/calibre/web/feeds/recipes/__init__.py lib/calibre/calibre/web/feeds/recipes/collection.py lib/calibre/calibre/web/feeds/recipes/model.py lib/calibre/calibre/web/feeds/templates.py lib/calibre/calibre/web/fetch/__init__.py lib/calibre/calibre/web/fetch/simple.py lib/calibre/calibre/web/fetch/utils.py lib/calibre/css_selectors/__init__.py lib/calibre/css_selectors/errors.py lib/calibre/css_selectors/ordered_set.py lib/calibre/css_selectors/parser.py lib/calibre/css_selectors/select.py lib/calibre/css_selectors/tests.py lib/calibre/duktape/__init__.py lib/calibre/duktape/tests.py lib/calibre/lzma/__init__.py lib/calibre/lzma/errors.py lib/calibre/lzma/lzma1.py lib/calibre/lzma/xz.py lib/calibre/odf/__init__.py lib/calibre/odf/anim.py lib/calibre/odf/attrconverters.py lib/calibre/odf/chart.py lib/calibre/odf/config.py lib/calibre/odf/dc.py lib/calibre/odf/dr3d.py lib/calibre/odf/draw.py lib/calibre/odf/easyliststyle.py lib/calibre/odf/element.py lib/calibre/odf/elementtypes.py lib/calibre/odf/form.py lib/calibre/odf/grammar.py lib/calibre/odf/load.py lib/calibre/odf/manifest.py lib/calibre/odf/math.py lib/calibre/odf/meta.py lib/calibre/odf/namespaces.py lib/calibre/odf/number.py lib/calibre/odf/odf2moinmoin.py lib/calibre/odf/odf2xhtml.py lib/calibre/odf/odfmanifest.py lib/calibre/odf/office.py lib/calibre/odf/opendocument.py lib/calibre/odf/presentation.py lib/calibre/odf/script.py lib/calibre/odf/style.py lib/calibre/odf/svg.py lib/calibre/odf/table.py lib/calibre/odf/teletype.py lib/calibre/odf/text.py lib/calibre/odf/thumbnail.py lib/calibre/odf/userfield.py lib/calibre/odf/xforms.py lib/calibre/polyglot/__init__.py lib/calibre/polyglot/binary.py lib/calibre/polyglot/builtins.py lib/calibre/polyglot/functools.py lib/calibre/polyglot/html_entities.py lib/calibre/polyglot/http_client.py lib/calibre/polyglot/http_cookie.py lib/calibre/polyglot/http_server.py lib/calibre/polyglot/io.py lib/calibre/polyglot/plistlib.py lib/calibre/polyglot/queue.py lib/calibre/polyglot/reprlib.py lib/calibre/polyglot/smtplib.py lib/calibre/polyglot/socketserver.py lib/calibre/polyglot/urllib.py lib/calibre/templite/__init__.py lib/calibre/tinycss/__init__.py lib/calibre/tinycss/color3.py lib/calibre/tinycss/css21.py lib/calibre/tinycss/decoding.py lib/calibre/tinycss/fonts3.py lib/calibre/tinycss/media3.py lib/calibre/tinycss/page3.py lib/calibre/tinycss/parsing.py lib/calibre/tinycss/tests/__init__.py lib/calibre/tinycss/tests/color3.py lib/calibre/tinycss/tests/css21.py lib/calibre/tinycss/tests/decoding.py lib/calibre/tinycss/tests/fonts3.py lib/calibre/tinycss/tests/main.py lib/calibre/tinycss/tests/media3.py lib/calibre/tinycss/tests/page3.py lib/calibre/tinycss/tests/tokenizing.py lib/calibre/tinycss/token_data.py lib/calibre/tinycss/tokenizer.py lib/calibre/tinycss/version.py %%DATADIR%%/builtin_recipes.xml %%DATADIR%%/builtin_recipes.zip %%DATADIR%%/calibre-ebook-root-CA.crt %%DATADIR%%/calibre-mimetypes.xml %%DATADIR%%/calibre-portable.bat %%DATADIR%%/calibre-portable.sh %%DATADIR%%/catalog/DefaultCover.jpg %%DATADIR%%/catalog/mastheadImage.gif %%DATADIR%%/catalog/section_list_templates.conf %%DATADIR%%/catalog/stylesheet.css %%DATADIR%%/catalog/template.xhtml %%DATADIR%%/coffee-script.js %%DATADIR%%/compiled_coffeescript.zip %%DATADIR%%/content-server/calibre.appcache %%DATADIR%%/content-server/calibre.png %%DATADIR%%/content-server/empty.html %%DATADIR%%/content-server/index-generated.html %%DATADIR%%/content-server/index.html %%DATADIR%%/content-server/locales.zip %%DATADIR%%/content-server/mobile.css %%DATADIR%%/content-server/reset.css %%DATADIR%%/csscolorparser.js %%DATADIR%%/default_tweaks.py %%DATADIR%%/dictionaries/en-GB/en-GB.aff %%DATADIR%%/dictionaries/en-GB/en-GB.dic %%DATADIR%%/dictionaries/en-GB/locales %%DATADIR%%/dictionaries/en-US/en-US.aff %%DATADIR%%/dictionaries/en-US/en-US.dic %%DATADIR%%/dictionaries/en-US/locales %%DATADIR%%/dictionaries/es-ES/es-ES.aff %%DATADIR%%/dictionaries/es-ES/es-ES.dic %%DATADIR%%/dictionaries/es-ES/locales %%DATADIR%%/ebook-convert-complete.calibre_msgpack %%DATADIR%%/editor-functions.json %%DATADIR%%/editor-help/css.json %%DATADIR%%/editor-help/html.json %%DATADIR%%/editor-help/mathml.json %%DATADIR%%/editor-help/opf2.json %%DATADIR%%/editor-help/opf3.json %%DATADIR%%/editor-help/svg.json %%DATADIR%%/editor.js %%DATADIR%%/fonts/calibreSymbols.otf %%DATADIR%%/fonts/liberation/LiberationMono-Bold.ttf %%DATADIR%%/fonts/liberation/LiberationMono-BoldItalic.ttf %%DATADIR%%/fonts/liberation/LiberationMono-Italic.ttf %%DATADIR%%/fonts/liberation/LiberationMono-Regular.ttf %%DATADIR%%/fonts/liberation/LiberationSans-Bold.ttf %%DATADIR%%/fonts/liberation/LiberationSans-BoldItalic.ttf %%DATADIR%%/fonts/liberation/LiberationSans-Italic.ttf %%DATADIR%%/fonts/liberation/LiberationSans-Regular.ttf %%DATADIR%%/fonts/liberation/LiberationSerif-Bold.ttf %%DATADIR%%/fonts/liberation/LiberationSerif-BoldItalic.ttf %%DATADIR%%/fonts/liberation/LiberationSerif-Italic.ttf %%DATADIR%%/fonts/liberation/LiberationSerif-Regular.ttf %%DATADIR%%/images.qrc %%DATADIR%%/images/add_book.png %%DATADIR%%/images/apple-touch-icon.png %%DATADIR%%/images/arrow-down.png %%DATADIR%%/images/arrow-up.png %%DATADIR%%/images/auto_author_sort.png %%DATADIR%%/images/auto-reload.png %%DATADIR%%/images/back.png %%DATADIR%%/images/beautify.png %%DATADIR%%/images/blank.png %%DATADIR%%/images/book.png %%DATADIR%%/images/bookmarks.png %%DATADIR%%/images/books_in_series.png %%DATADIR%%/images/catalog.png %%DATADIR%%/images/chapters.png %%DATADIR%%/images/character-set.png %%DATADIR%%/images/clear_left.png %%DATADIR%%/images/code.png %%DATADIR%%/images/column.png %%DATADIR%%/images/compress-image.png %%DATADIR%%/images/config.png %%DATADIR%%/images/connect_share_on.png %%DATADIR%%/images/connect_share.png %%DATADIR%%/images/convert.png %%DATADIR%%/images/copy-to-library.png %%DATADIR%%/images/cover_flow.png %%DATADIR%%/images/debug.png %%DATADIR%%/images/default_cover.png %%DATADIR%%/images/devices/bambook.png %%DATADIR%%/images/devices/boox.png %%DATADIR%%/images/devices/folder.png %%DATADIR%%/images/devices/ipad.png %%DATADIR%%/images/devices/italica.png %%DATADIR%%/images/devices/itunes.png %%DATADIR%%/images/devices/kindle.png %%DATADIR%%/images/devices/nook.png %%DATADIR%%/images/devices/tablet.png %%DATADIR%%/images/dialog_error.png %%DATADIR%%/images/dialog_information.png %%DATADIR%%/images/dialog_question.png %%DATADIR%%/images/dialog_warning.png %%DATADIR%%/images/dictionary.png %%DATADIR%%/images/diff.png %%DATADIR%%/images/document_open.png %%DATADIR%%/images/document-encrypt.png %%DATADIR%%/images/document-import.png %%DATADIR%%/images/document-new.png %%DATADIR%%/images/document-split.png %%DATADIR%%/images/donate.png %%DATADIR%%/images/dot_green.png %%DATADIR%%/images/dot_red.png %%DATADIR%%/images/download-metadata.png %%DATADIR%%/images/drm-locked.png %%DATADIR%%/images/drm-unlocked.png %%DATADIR%%/images/edit_book.png %%DATADIR%%/images/edit_input.png %%DATADIR%%/images/edit-clear.png %%DATADIR%%/images/edit-copy.png %%DATADIR%%/images/edit-cut.png %%DATADIR%%/images/edit-paste.png %%DATADIR%%/images/edit-redo.png %%DATADIR%%/images/edit-select-all.png %%DATADIR%%/images/edit-undo.png %%DATADIR%%/images/eject.png %%DATADIR%%/images/embed-fonts.png %%DATADIR%%/images/exec.png %%DATADIR%%/images/filter.png %%DATADIR%%/images/folder_saved_search.png %%DATADIR%%/images/font_size_larger.png %%DATADIR%%/images/font_size_smaller.png %%DATADIR%%/images/font.png %%DATADIR%%/images/format-fill-color.png %%DATADIR%%/images/format-indent-less.png %%DATADIR%%/images/format-indent-more.png %%DATADIR%%/images/format-justify-center.png %%DATADIR%%/images/format-justify-fill.png %%DATADIR%%/images/format-justify-left.png %%DATADIR%%/images/format-justify-right.png %%DATADIR%%/images/format-list-ordered.png %%DATADIR%%/images/format-list-unordered.png %%DATADIR%%/images/format-text-bold.png %%DATADIR%%/images/format-text-color.png %%DATADIR%%/images/format-text-heading.png %%DATADIR%%/images/format-text-hr.png %%DATADIR%%/images/format-text-italic.png %%DATADIR%%/images/format-text-strikethrough.png %%DATADIR%%/images/format-text-subscript.png %%DATADIR%%/images/format-text-superscript.png %%DATADIR%%/images/format-text-underline.png %%DATADIR%%/images/forward.png %%DATADIR%%/images/gear.png %%DATADIR%%/images/gmail_logo.png %%DATADIR%%/images/grid.png %%DATADIR%%/images/help.png %%DATADIR%%/images/heuristics.png %%DATADIR%%/images/highlight_only_off.png %%DATADIR%%/images/highlight_only_on.png %%DATADIR%%/images/hotmail.png %%DATADIR%%/images/html-fix.png %%DATADIR%%/images/icon_choose.png %%DATADIR%%/images/identifiers.png %%DATADIR%%/images/insert-link.png %%DATADIR%%/images/jobs.png %%DATADIR%%/images/keyboard-prefs.png %%DATADIR%%/images/languages.png %%DATADIR%%/images/library.png %%DATADIR%%/images/list_remove.png %%DATADIR%%/images/lookfeel.png %%DATADIR%%/images/lt.png %%DATADIR%%/images/mail.png %%DATADIR%%/images/marked.png %%DATADIR%%/images/merge_books.png %%DATADIR%%/images/merge.png %%DATADIR%%/images/metadata.png %%DATADIR%%/images/mimetypes/azw2.png %%DATADIR%%/images/mimetypes/azw3.png %%DATADIR%%/images/mimetypes/bmp.png %%DATADIR%%/images/mimetypes/cbr.png %%DATADIR%%/images/mimetypes/cbz.png %%DATADIR%%/images/mimetypes/computer.png %%DATADIR%%/images/mimetypes/dir.png %%DATADIR%%/images/mimetypes/djvu.png %%DATADIR%%/images/mimetypes/docx.png %%DATADIR%%/images/mimetypes/epub.png %%DATADIR%%/images/mimetypes/fb2.png %%DATADIR%%/images/mimetypes/gif.png %%DATADIR%%/images/mimetypes/html.png %%DATADIR%%/images/mimetypes/jpeg.png %%DATADIR%%/images/mimetypes/lit.png %%DATADIR%%/images/mimetypes/lrf.png %%DATADIR%%/images/mimetypes/lrx.png %%DATADIR%%/images/mimetypes/mobi.png %%DATADIR%%/images/mimetypes/odt.png %%DATADIR%%/images/mimetypes/opml.png %%DATADIR%%/images/mimetypes/pdf.png %%DATADIR%%/images/mimetypes/png.png %%DATADIR%%/images/mimetypes/rar.png %%DATADIR%%/images/mimetypes/rtf.png %%DATADIR%%/images/mimetypes/snb.png %%DATADIR%%/images/mimetypes/svg.png %%DATADIR%%/images/mimetypes/tpz.png %%DATADIR%%/images/mimetypes/txt.png %%DATADIR%%/images/mimetypes/unknown.png %%DATADIR%%/images/mimetypes/xps.png %%DATADIR%%/images/mimetypes/zero.png %%DATADIR%%/images/mimetypes/zip.png %%DATADIR%%/images/minus.png %%DATADIR%%/images/minusminus.png %%DATADIR%%/images/modified.png %%DATADIR%%/images/network-server.png %%DATADIR%%/images/news.png %%DATADIR%%/images/next.png %%DATADIR%%/images/ok.png %%DATADIR%%/images/page.png %%DATADIR%%/images/plugboard.png %%DATADIR%%/images/plugins.png %%DATADIR%%/images/plugins/mobileread.png %%DATADIR%%/images/plugins/plugin_deprecated.png %%DATADIR%%/images/plugins/plugin_disabled_invalid.png %%DATADIR%%/images/plugins/plugin_disabled_ok.png %%DATADIR%%/images/plugins/plugin_disabled_valid.png %%DATADIR%%/images/plugins/plugin_new_invalid.png %%DATADIR%%/images/plugins/plugin_new_valid.png %%DATADIR%%/images/plugins/plugin_new.png %%DATADIR%%/images/plugins/plugin_updater_updates.png %%DATADIR%%/images/plugins/plugin_updater.png %%DATADIR%%/images/plugins/plugin_upgrade_invalid.png %%DATADIR%%/images/plugins/plugin_upgrade_ok.png %%DATADIR%%/images/plugins/plugin_upgrade_valid.png %%DATADIR%%/images/plus.png %%DATADIR%%/images/plusplus.png %%DATADIR%%/images/polish.png %%DATADIR%%/images/previous.png %%DATADIR%%/images/print.png %%DATADIR%%/images/publisher.png %%DATADIR%%/images/quickview.png %%DATADIR%%/images/random.png %%DATADIR%%/images/rating.png %%DATADIR%%/images/reader.png %%DATADIR%%/images/remove_books.png %%DATADIR%%/images/reports.png %%DATADIR%%/images/resize.png %%DATADIR%%/images/restart.png %%DATADIR%%/images/rotate-right.png %%DATADIR%%/images/save.png %%DATADIR%%/images/scheduler.png %%DATADIR%%/images/scroll.png %%DATADIR%%/images/sd.png %%DATADIR%%/images/search_add_saved.png %%DATADIR%%/images/search_copy_saved.png %%DATADIR%%/images/search_delete_saved.png %%DATADIR%%/images/search.png %%DATADIR%%/images/series.png %%DATADIR%%/images/similar.png %%DATADIR%%/images/smarten-punctuation.png %%DATADIR%%/images/snippets.png %%DATADIR%%/images/sort.png %%DATADIR%%/images/spell-check.png %%DATADIR%%/images/store.png %%DATADIR%%/images/subset-fonts.png %%DATADIR%%/images/swap.png %%DATADIR%%/images/sync-right.png %%DATADIR%%/images/sync.png %%DATADIR%%/images/tags.png %%DATADIR%%/images/tb_folder.png %%DATADIR%%/images/template_funcs.png %%DATADIR%%/images/textures/dark_cloth.png %%DATADIR%%/images/textures/dark_wood.png %%DATADIR%%/images/textures/grey_wash_wall.png %%DATADIR%%/images/textures/light_wood.png %%DATADIR%%/images/textures/subtle_wood.png %%DATADIR%%/images/toc.png %%DATADIR%%/images/trash.png %%DATADIR%%/images/trim.png %%DATADIR%%/images/tweak.png %%DATADIR%%/images/tweaks.png %%DATADIR%%/images/unpack-book.png %%DATADIR%%/images/user_profile.png %%DATADIR%%/images/view-image.png %%DATADIR%%/images/view-refresh.png %%DATADIR%%/images/view.png %%DATADIR%%/images/viewer.png %%DATADIR%%/images/vl.png %%DATADIR%%/images/window-close.png %%DATADIR%%/images/wizard.png %%DATADIR%%/jacket/stylesheet.css %%DATADIR%%/jacket/template.xhtml %%DATADIR%%/jquery.simulate.js %%DATADIR%%/localization/iso3166.calibre_msgpack %%DATADIR%%/localization/iso639.calibre_msgpack %%DATADIR%%/localization/locales.zip %%DATADIR%%/localization/pykakasi/itaijidict2.calibre_msgpack %%DATADIR%%/localization/pykakasi/kanadict2.calibre_msgpack %%DATADIR%%/localization/pykakasi/kanwadict2.calibre_msgpack %%DATADIR%%/localization/stats.calibre_msgpack %%DATADIR%%/localization/website-languages.txt %%DATADIR%%/mathjax/extensions/a11y/accessibility-menu.js %%DATADIR%%/mathjax/extensions/a11y/auto-collapse.js %%DATADIR%%/mathjax/extensions/a11y/collapsible.js %%DATADIR%%/mathjax/extensions/a11y/explorer.js %%DATADIR%%/mathjax/extensions/a11y/invalid_keypress.mp3 %%DATADIR%%/mathjax/extensions/a11y/invalid_keypress.ogg %%DATADIR%%/mathjax/extensions/a11y/mathjax-sre.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/functions/algebra.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/functions/elementary.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/functions/hyperbolic.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/functions/trigonometry.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/greek-capital.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-bold.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-italic.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-sans-serif-bold.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/greek-scripts.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/greek-small.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/greek-symbols.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/hebrew_letters.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-lower-double-accent.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-lower-normal.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-lower-phonetic.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-lower-single-accent.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold-fraktur.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold-script.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-double-struck.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-fraktur.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-italic.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-monospace.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif-bold.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif-italic.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-script.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-rest.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-upper-double-accent.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-upper-normal.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/latin-upper-single-accent.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/math_angles.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/math_arrows.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/math_characters.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/math_delimiters.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/math_digits.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/math_geometry.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/math_harpoons.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/math_non_characters.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/math_symbols.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/math_whitespace.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/symbols/other_stars.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/units/energy.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/units/length.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/units/memory.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/units/other.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/units/speed.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/units/temperature.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/units/time.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/units/volume.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/en/units/weight.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/functions/algebra.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/functions/elementary.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/functions/hyperbolic.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/functions/trigonometry.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/greek-capital.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-bold.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-italic.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-sans-serif-bold.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/greek-scripts.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/greek-small.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/greek-symbols.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/hebrew_letters.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-lower-double-accent.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-lower-normal.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-lower-phonetic.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-lower-single-accent.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold-fraktur.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold-script.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-double-struck.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-fraktur.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-italic.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-monospace.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif-bold.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif-italic.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-script.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-rest.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-upper-double-accent.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-upper-normal.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/latin-upper-single-accent.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/math_angles.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/math_arrows.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/math_characters.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/math_delimiters.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/math_digits.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/math_geometry.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/math_harpoons.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/math_non_characters.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/math_symbols.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/math_whitespace.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/symbols/other_stars.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/units/energy.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/units/length.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/units/memory.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/units/other.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/units/speed.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/units/temperature.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/units/time.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/units/volume.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/es/units/weight.js %%DATADIR%%/mathjax/extensions/a11y/mathmaps/mathmaps_ie.js %%DATADIR%%/mathjax/extensions/a11y/semantic-enrich.js %%DATADIR%%/mathjax/extensions/a11y/wgxpath.install.js %%DATADIR%%/mathjax/extensions/asciimath2jax.js %%DATADIR%%/mathjax/extensions/AssistiveMML.js %%DATADIR%%/mathjax/extensions/CHTML-preview.js %%DATADIR%%/mathjax/extensions/fast-preview.js %%DATADIR%%/mathjax/extensions/FontWarnings.js %%DATADIR%%/mathjax/extensions/HelpDialog.js %%DATADIR%%/mathjax/extensions/HTML-CSS/handle-floats.js %%DATADIR%%/mathjax/extensions/jsMath2jax.js %%DATADIR%%/mathjax/extensions/MatchWebFonts.js %%DATADIR%%/mathjax/extensions/MathEvents.js %%DATADIR%%/mathjax/extensions/MathMenu.js %%DATADIR%%/mathjax/extensions/MathML/content-mathml.js %%DATADIR%%/mathjax/extensions/MathML/mml3.js %%DATADIR%%/mathjax/extensions/MathZoom.js %%DATADIR%%/mathjax/extensions/mml2jax.js %%DATADIR%%/mathjax/extensions/Safe.js %%DATADIR%%/mathjax/extensions/TeX/action.js %%DATADIR%%/mathjax/extensions/TeX/AMScd.js %%DATADIR%%/mathjax/extensions/TeX/AMSmath.js %%DATADIR%%/mathjax/extensions/TeX/AMSsymbols.js %%DATADIR%%/mathjax/extensions/TeX/autobold.js %%DATADIR%%/mathjax/extensions/TeX/autoload-all.js %%DATADIR%%/mathjax/extensions/TeX/bbox.js %%DATADIR%%/mathjax/extensions/TeX/begingroup.js %%DATADIR%%/mathjax/extensions/TeX/boldsymbol.js %%DATADIR%%/mathjax/extensions/TeX/cancel.js %%DATADIR%%/mathjax/extensions/TeX/color.js %%DATADIR%%/mathjax/extensions/TeX/enclose.js %%DATADIR%%/mathjax/extensions/TeX/extpfeil.js %%DATADIR%%/mathjax/extensions/TeX/HTML.js %%DATADIR%%/mathjax/extensions/TeX/mathchoice.js %%DATADIR%%/mathjax/extensions/TeX/mediawiki-texvc.js %%DATADIR%%/mathjax/extensions/TeX/mhchem.js %%DATADIR%%/mathjax/extensions/TeX/mhchem3/mhchem.js %%DATADIR%%/mathjax/extensions/TeX/newcommand.js %%DATADIR%%/mathjax/extensions/TeX/noErrors.js %%DATADIR%%/mathjax/extensions/TeX/noUndefined.js %%DATADIR%%/mathjax/extensions/TeX/unicode.js %%DATADIR%%/mathjax/extensions/TeX/verb.js %%DATADIR%%/mathjax/extensions/tex2jax.js %%DATADIR%%/mathjax/extensions/toMathML.js %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Vector-Bold.woff %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Vector-Regular.woff %%DATADIR%%/mathjax/jax/element/mml/jax.js %%DATADIR%%/mathjax/jax/element/mml/optable/Arrows.js %%DATADIR%%/mathjax/jax/element/mml/optable/BasicLatin.js %%DATADIR%%/mathjax/jax/element/mml/optable/CombDiacritMarks.js %%DATADIR%%/mathjax/jax/element/mml/optable/CombDiactForSymbols.js %%DATADIR%%/mathjax/jax/element/mml/optable/Dingbats.js %%DATADIR%%/mathjax/jax/element/mml/optable/GeneralPunctuation.js %%DATADIR%%/mathjax/jax/element/mml/optable/GeometricShapes.js %%DATADIR%%/mathjax/jax/element/mml/optable/GreekAndCoptic.js %%DATADIR%%/mathjax/jax/element/mml/optable/Latin1Supplement.js %%DATADIR%%/mathjax/jax/element/mml/optable/LetterlikeSymbols.js %%DATADIR%%/mathjax/jax/element/mml/optable/MathOperators.js %%DATADIR%%/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js %%DATADIR%%/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js %%DATADIR%%/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js %%DATADIR%%/mathjax/jax/element/mml/optable/MiscTechnical.js %%DATADIR%%/mathjax/jax/element/mml/optable/SpacingModLetters.js %%DATADIR%%/mathjax/jax/element/mml/optable/SupplementalArrowsA.js %%DATADIR%%/mathjax/jax/element/mml/optable/SupplementalArrowsB.js %%DATADIR%%/mathjax/jax/element/mml/optable/SuppMathOperators.js %%DATADIR%%/mathjax/jax/input/AsciiMath/config.js %%DATADIR%%/mathjax/jax/input/AsciiMath/jax.js %%DATADIR%%/mathjax/jax/input/MathML/config.js %%DATADIR%%/mathjax/jax/input/MathML/entities/a.js %%DATADIR%%/mathjax/jax/input/MathML/entities/b.js %%DATADIR%%/mathjax/jax/input/MathML/entities/c.js %%DATADIR%%/mathjax/jax/input/MathML/entities/d.js %%DATADIR%%/mathjax/jax/input/MathML/entities/e.js %%DATADIR%%/mathjax/jax/input/MathML/entities/f.js %%DATADIR%%/mathjax/jax/input/MathML/entities/fr.js %%DATADIR%%/mathjax/jax/input/MathML/entities/g.js %%DATADIR%%/mathjax/jax/input/MathML/entities/h.js %%DATADIR%%/mathjax/jax/input/MathML/entities/i.js %%DATADIR%%/mathjax/jax/input/MathML/entities/j.js %%DATADIR%%/mathjax/jax/input/MathML/entities/k.js %%DATADIR%%/mathjax/jax/input/MathML/entities/l.js %%DATADIR%%/mathjax/jax/input/MathML/entities/m.js %%DATADIR%%/mathjax/jax/input/MathML/entities/n.js %%DATADIR%%/mathjax/jax/input/MathML/entities/o.js %%DATADIR%%/mathjax/jax/input/MathML/entities/opf.js %%DATADIR%%/mathjax/jax/input/MathML/entities/p.js %%DATADIR%%/mathjax/jax/input/MathML/entities/q.js %%DATADIR%%/mathjax/jax/input/MathML/entities/r.js %%DATADIR%%/mathjax/jax/input/MathML/entities/s.js %%DATADIR%%/mathjax/jax/input/MathML/entities/scr.js %%DATADIR%%/mathjax/jax/input/MathML/entities/t.js %%DATADIR%%/mathjax/jax/input/MathML/entities/u.js %%DATADIR%%/mathjax/jax/input/MathML/entities/v.js %%DATADIR%%/mathjax/jax/input/MathML/entities/w.js %%DATADIR%%/mathjax/jax/input/MathML/entities/x.js %%DATADIR%%/mathjax/jax/input/MathML/entities/y.js %%DATADIR%%/mathjax/jax/input/MathML/entities/z.js %%DATADIR%%/mathjax/jax/input/MathML/jax.js %%DATADIR%%/mathjax/jax/input/TeX/config.js %%DATADIR%%/mathjax/jax/input/TeX/jax.js %%DATADIR%%/mathjax/jax/output/CommonHTML/autoload/annotation-xml.js %%DATADIR%%/mathjax/jax/output/CommonHTML/autoload/maction.js %%DATADIR%%/mathjax/jax/output/CommonHTML/autoload/menclose.js %%DATADIR%%/mathjax/jax/output/CommonHTML/autoload/mglyph.js %%DATADIR%%/mathjax/jax/output/CommonHTML/autoload/mmultiscripts.js %%DATADIR%%/mathjax/jax/output/CommonHTML/autoload/ms.js %%DATADIR%%/mathjax/jax/output/CommonHTML/autoload/mtable.js %%DATADIR%%/mathjax/jax/output/CommonHTML/autoload/multiline.js %%DATADIR%%/mathjax/jax/output/CommonHTML/config.js %%DATADIR%%/mathjax/jax/output/CommonHTML/fonts/TeX/AMS-Regular.js %%DATADIR%%/mathjax/jax/output/CommonHTML/fonts/TeX/Caligraphic-Bold.js %%DATADIR%%/mathjax/jax/output/CommonHTML/fonts/TeX/fontdata-extra.js %%DATADIR%%/mathjax/jax/output/CommonHTML/fonts/TeX/fontdata.js %%DATADIR%%/mathjax/jax/output/CommonHTML/fonts/TeX/Fraktur-Bold.js %%DATADIR%%/mathjax/jax/output/CommonHTML/fonts/TeX/Fraktur-Regular.js %%DATADIR%%/mathjax/jax/output/CommonHTML/fonts/TeX/Main-Bold.js %%DATADIR%%/mathjax/jax/output/CommonHTML/fonts/TeX/Math-BoldItalic.js %%DATADIR%%/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Bold.js %%DATADIR%%/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Italic.js %%DATADIR%%/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Regular.js %%DATADIR%%/mathjax/jax/output/CommonHTML/fonts/TeX/Script-Regular.js %%DATADIR%%/mathjax/jax/output/CommonHTML/fonts/TeX/Typewriter-Regular.js %%DATADIR%%/mathjax/jax/output/CommonHTML/jax.js %%DATADIR%%/mathjax/manifest.json %%DATADIR%%/mathjax/MathJax.js %%DATADIR%%/metadata_sqlite.sql %%DATADIR%%/mime.types %%DATADIR%%/mozilla-ca-certs.pem %%DATADIR%%/quick_start/deu.epub %%DATADIR%%/quick_start/eng.epub %%DATADIR%%/quick_start/fra.epub %%DATADIR%%/quick_start/ita.epub %%DATADIR%%/quick_start/swe.epub %%DATADIR%%/rapydscript/compiler.js.xz %%DATADIR%%/rapydscript/lib/aes.pyj %%DATADIR%%/rapydscript/lib/elementmaker.pyj %%DATADIR%%/rapydscript/lib/encodings.pyj %%DATADIR%%/rapydscript/lib/gettext.pyj %%DATADIR%%/rapydscript/lib/math.pyj %%DATADIR%%/rapydscript/lib/operator.pyj %%DATADIR%%/rapydscript/lib/pythonize.pyj %%DATADIR%%/rapydscript/lib/random.pyj %%DATADIR%%/rapydscript/lib/re.pyj %%DATADIR%%/rapydscript/lib/traceback.pyj %%DATADIR%%/rapydscript/lib/uuid.pyj %%DATADIR%%/scripts.calibre_msgpack %%DATADIR%%/template-functions.json %%DATADIR%%/templates/book_details.css %%DATADIR%%/templates/fb2.xsl %%DATADIR%%/templates/html_export_default_index.tmpl %%DATADIR%%/templates/html_export_default.css %%DATADIR%%/templates/html_export_default.tmpl %%DATADIR%%/templates/html.css %%DATADIR%%/templates/inline_toc_styles.css %%DATADIR%%/templates/lrf.xsl %%DATADIR%%/templates/new_book.html %%DATADIR%%/templates/new_nav.html %%DATADIR%%/templates/rtf.xsl %%DATADIR%%/tracer.epub %%DATADIR%%/user-agent-data.json %%DATADIR%%/user-manual-translation-stats.json %%DATADIR%%/viewer.html %%DATADIR%%/viewer.js %%DATADIR%%/viewer/blank.html %%DATADIR%%/viewer/bookmarks.js %%DATADIR%%/viewer/hyphenate/Hyphenator.js %%DATADIR%%/viewer/hyphenate/patterns.zip %%DATADIR%%/viewer/hyphenation.js %%DATADIR%%/viewer/images.js %%DATADIR%%/viewer/jquery_scrollTo.js %%DATADIR%%/viewer/jquery.js %%DATADIR%%/viewer/referencing.js %%PYTHON_SITELIBDIR%%/init_calibre.py share/appdata/calibre-ebook-edit.appdata.xml share/appdata/calibre-ebook-viewer.appdata.xml share/appdata/calibre-gui.appdata.xml share/applications/calibre-ebook-edit.desktop share/applications/calibre-ebook-viewer.desktop share/applications/calibre-gui.desktop share/applications/calibre-lrfviewer.desktop share/bash-completion/completions/calibre share/icons/hicolor/128x128/apps/calibre-ebook-edit.png share/icons/hicolor/128x128/apps/calibre-gui.png share/icons/hicolor/128x128/apps/calibre-viewer.png share/icons/hicolor/128x128/mimetypes/application-lrf.png share/icons/hicolor/128x128/mimetypes/application-x-kindle-application.png share/icons/hicolor/128x128/mimetypes/application-x-mobi8-ebook.png share/icons/hicolor/128x128/mimetypes/application-x-mobipocket-ebook.png share/icons/hicolor/128x128/mimetypes/application-x-topaz-ebook.png share/icons/hicolor/128x128/mimetypes/gnome-mime-application-lrf.png share/icons/hicolor/128x128/mimetypes/gnome-mime-application-x-kindle-application.png share/icons/hicolor/128x128/mimetypes/gnome-mime-application-x-mobi8-ebook.png share/icons/hicolor/128x128/mimetypes/gnome-mime-application-x-mobipocket-ebook.png share/icons/hicolor/128x128/mimetypes/gnome-mime-application-x-topaz-ebook.png share/icons/hicolor/128x128/mimetypes/gnome-mime-text-lrs.png share/icons/hicolor/128x128/mimetypes/text-lrs.png share/icons/hicolor/16x16/apps/calibre-ebook-edit.png share/icons/hicolor/16x16/apps/calibre-gui.png share/icons/hicolor/16x16/apps/calibre-viewer.png share/icons/hicolor/16x16/mimetypes/application-lrf.png share/icons/hicolor/16x16/mimetypes/application-x-kindle-application.png share/icons/hicolor/16x16/mimetypes/application-x-mobi8-ebook.png share/icons/hicolor/16x16/mimetypes/application-x-mobipocket-ebook.png share/icons/hicolor/16x16/mimetypes/application-x-topaz-ebook.png share/icons/hicolor/16x16/mimetypes/gnome-mime-application-lrf.png share/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-kindle-application.png share/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-mobi8-ebook.png share/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-mobipocket-ebook.png share/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-topaz-ebook.png share/icons/hicolor/16x16/mimetypes/gnome-mime-text-lrs.png share/icons/hicolor/16x16/mimetypes/text-lrs.png share/icons/hicolor/256x256/apps/calibre-ebook-edit.png share/icons/hicolor/256x256/apps/calibre-gui.png share/icons/hicolor/256x256/apps/calibre-viewer.png share/icons/hicolor/256x256/mimetypes/application-lrf.png share/icons/hicolor/256x256/mimetypes/application-x-kindle-application.png share/icons/hicolor/256x256/mimetypes/application-x-mobi8-ebook.png share/icons/hicolor/256x256/mimetypes/application-x-mobipocket-ebook.png share/icons/hicolor/256x256/mimetypes/application-x-topaz-ebook.png share/icons/hicolor/256x256/mimetypes/gnome-mime-application-lrf.png share/icons/hicolor/256x256/mimetypes/gnome-mime-application-x-kindle-application.png share/icons/hicolor/256x256/mimetypes/gnome-mime-application-x-mobi8-ebook.png share/icons/hicolor/256x256/mimetypes/gnome-mime-application-x-mobipocket-ebook.png share/icons/hicolor/256x256/mimetypes/gnome-mime-application-x-topaz-ebook.png share/icons/hicolor/256x256/mimetypes/gnome-mime-text-lrs.png share/icons/hicolor/256x256/mimetypes/text-lrs.png share/icons/hicolor/32x32/apps/calibre-ebook-edit.png share/icons/hicolor/32x32/apps/calibre-gui.png share/icons/hicolor/32x32/apps/calibre-viewer.png share/icons/hicolor/32x32/mimetypes/application-lrf.png share/icons/hicolor/32x32/mimetypes/application-x-kindle-application.png share/icons/hicolor/32x32/mimetypes/application-x-mobi8-ebook.png share/icons/hicolor/32x32/mimetypes/application-x-mobipocket-ebook.png share/icons/hicolor/32x32/mimetypes/application-x-topaz-ebook.png share/icons/hicolor/32x32/mimetypes/gnome-mime-application-lrf.png share/icons/hicolor/32x32/mimetypes/gnome-mime-application-x-kindle-application.png share/icons/hicolor/32x32/mimetypes/gnome-mime-application-x-mobi8-ebook.png share/icons/hicolor/32x32/mimetypes/gnome-mime-application-x-mobipocket-ebook.png share/icons/hicolor/32x32/mimetypes/gnome-mime-application-x-topaz-ebook.png share/icons/hicolor/32x32/mimetypes/gnome-mime-text-lrs.png share/icons/hicolor/32x32/mimetypes/text-lrs.png share/icons/hicolor/48x48/apps/calibre-ebook-edit.png share/icons/hicolor/48x48/apps/calibre-gui.png share/icons/hicolor/48x48/apps/calibre-viewer.png share/icons/hicolor/48x48/mimetypes/application-lrf.png share/icons/hicolor/48x48/mimetypes/application-x-kindle-application.png share/icons/hicolor/48x48/mimetypes/application-x-mobi8-ebook.png share/icons/hicolor/48x48/mimetypes/application-x-mobipocket-ebook.png share/icons/hicolor/48x48/mimetypes/application-x-topaz-ebook.png share/icons/hicolor/48x48/mimetypes/gnome-mime-application-lrf.png share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-kindle-application.png share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-mobi8-ebook.png share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-mobipocket-ebook.png share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-topaz-ebook.png share/icons/hicolor/48x48/mimetypes/gnome-mime-text-lrs.png share/icons/hicolor/48x48/mimetypes/text-lrs.png share/icons/hicolor/64x64/apps/calibre-ebook-edit.png share/icons/hicolor/64x64/apps/calibre-gui.png share/icons/hicolor/64x64/apps/calibre-viewer.png share/icons/hicolor/64x64/mimetypes/application-lrf.png share/icons/hicolor/64x64/mimetypes/application-x-kindle-application.png share/icons/hicolor/64x64/mimetypes/application-x-mobi8-ebook.png share/icons/hicolor/64x64/mimetypes/application-x-mobipocket-ebook.png share/icons/hicolor/64x64/mimetypes/application-x-topaz-ebook.png share/icons/hicolor/64x64/mimetypes/gnome-mime-application-lrf.png share/icons/hicolor/64x64/mimetypes/gnome-mime-application-x-kindle-application.png share/icons/hicolor/64x64/mimetypes/gnome-mime-application-x-mobi8-ebook.png share/icons/hicolor/64x64/mimetypes/gnome-mime-application-x-mobipocket-ebook.png share/icons/hicolor/64x64/mimetypes/gnome-mime-application-x-topaz-ebook.png share/icons/hicolor/64x64/mimetypes/gnome-mime-text-lrs.png share/icons/hicolor/64x64/mimetypes/text-lrs.png share/mime/packages/calibre-mimetypes.xml