25084 Commits

Author SHA1 Message Date
Tomasz Długosz
3c239dfc83 cdp plugin: dropping items by link is obsolete now 2016-01-06 01:06:22 +01:00
Tomasz Długosz
6c9d568b7f virtualo plugin: rewrite metadata parsing for new page layout 2016-01-06 00:56:48 +01:00
Tomasz Długosz
d8c44b22c3 ebookpoint plugin: fix cover fetching 2016-01-05 22:57:01 +01:00
Kovid Goyal
d51bd57bfb Improve documentation 2016-01-04 19:07:18 +05:30
Kovid Goyal
c956a64aa3 Add a callback to FileTypePlugins that is useful for modifying the book record in the database when it is first created 2016-01-04 18:58:50 +05:30
Kovid Goyal
8fce6f04ef Fix #474 (Fixing an exception if the CSS contains "@media all;") 2016-01-04 08:46:05 +05:30
Kovid Goyal
e41d08be9e Ensure table is flushed right in RTL display 2016-01-03 11:27:16 +05:30
Kovid Goyal
6e4a31ac87 E-book viewer: Fix failure to view comic files that contain non-ASCII characters int heir internal filenames. Fixes #1530517 [Bug with Viewer and Localized characters](https://bugs.launchpad.net/calibre/+bug/1530517) 2016-01-02 14:29:02 +05:30
Kovid Goyal
4e3ca20879 version 2.48.0 2016-01-01 09:24:08 +05:30
Kovid Goyal
d1150b2887 When detecting footnote link, do not cross block display boundaries 2015-12-31 13:54:18 +05:30
Kovid Goyal
fed8adbcde E-book viewer: When using heuristics to detect footnote links check for vertical-align set to top and bottom as well as sub and super 2015-12-31 13:49:30 +05:30
Kovid Goyal
7c0a12659d Change name a documentation for DOCX sup/sub option 2015-12-31 13:45:20 +05:30
m4mmon
0e57cb6a90 DOCX Input: Add option to have superscripts/subscripts converted so that they do not affect the line height of the line containing them.
Fixes #1528055 [New option for sub/sup styles in docx input](https://bugs.launchpad.net/calibre/+bug/1528055)
2015-12-31 13:34:41 +05:30
m4mmon
031dce78f5 Add option to use top/bottom as css property vertical-align instead of superscript/subscript 2015-12-31 13:34:41 +05:30
Kovid Goyal
752a0aec90 Fix #1529501 [Some theme icons aren't substituted](https://bugs.launchpad.net/calibre/+bug/1529501) 2015-12-31 13:16:42 +05:30
Kovid Goyal
e19221a28d Driver for Energy Ereader Screenlight. Fixes #1529108 [Calibre doesn`t detect my Energy Sistem Device](https://bugs.launchpad.net/calibre/+bug/1529108) 2015-12-31 11:50:58 +05:30
Kovid Goyal
c33017583e Book details panel: Display data in right-to-left format when the calibre interface language is set to a right-to-left language such as Hebrew or Arabic 2015-12-31 10:23:12 +05:30
Kovid Goyal
ab11e8f878 ... 2015-12-22 10:17:18 +05:30
Kovid Goyal
67e82c25e1 Image compression: Fix spurious zero byte .bak files being created when compressing png images inside epub files
Works around bug in optipng
2015-12-22 09:33:54 +05:30
Kovid Goyal
c98dc668ef ... 2015-12-21 21:35:16 +05:30
Kovid Goyal
83988df64a DRYer 2015-12-21 21:32:10 +05:30
Kovid Goyal
ac70ab0a0b Fix race that could cause zero byte output files/or file in use errors when compressing images 2015-12-21 21:32:00 +05:30
Kovid Goyal
cda271f2d9 ... 2015-12-21 21:08:50 +05:30
Kovid Goyal
e300871797 Implement hiding of empty categories for server 2015-12-21 17:45:25 +05:30
Kovid Goyal
203c783ed3 Dont send Tag Browser params to init 2015-12-21 17:38:00 +05:30
Kovid Goyal
6dbf05e76b New option to hide empty categories in Tag Browser (Preferences->Look & Feel->Tag Browser)
Merge branch 'master' of https://github.com/cbhaley/calibre
2015-12-21 17:29:03 +05:30
Charles Haley
24becbfe28 Add option to hide empty categories in the tag browser. 2015-12-21 11:30:53 +01:00
Kovid Goyal
bcc9f7b24a Use an ETag to allow caching JSON representation of Tag Browser client side 2015-12-21 15:57:01 +05:30
Kovid Goyal
b14405e6a1 Ensure only single content-type header when using json post-processor 2015-12-21 15:47:43 +05:30
Kovid Goyal
e3c8ab98b1 Allow serving etagged dynamic content that is only generated on demand 2015-12-21 15:36:17 +05:30
Kovid Goyal
e5180db446 ... 2015-12-21 13:49:38 +05:30
Kovid Goyal
87cb403f60 ... 2015-12-21 11:05:18 +05:30
Kovid Goyal
9f426ed9c1 version 2.47.0 2015-12-21 09:27:33 +05:30
Kovid Goyal
ea9e907298 Refactor panel architecture to use browser history
This means that the panels work with the browsers back and forward
actions
2015-12-21 09:01:20 +05:30
Kovid Goyal
6a0c039d93 Fix forward not working when changing searches 2015-12-20 16:47:22 +05:30
Kovid Goyal
396219e539 Move focus off search input when handling return 2015-12-20 15:43:46 +05:30
Kovid Goyal
6dec545167 ... 2015-12-20 15:34:20 +05:30
Kovid Goyal
cb91b28566 Close all open panels when a search result is displayed 2015-12-20 15:23:13 +05:30
Kovid Goyal
7e830f90b2 Restore Amazon EU Get Books plugins (without affiliate ids) 2015-12-20 10:58:44 +05:30
Kovid Goyal
dbf36e96e7 Handle data URLs for covers in Get Books results 2015-12-20 10:37:57 +05:30
Kovid Goyal
21346e3e20 Get Books: Add store plugins for Amazon Australia and Amazon India. Fixes #1526089 [Feature request - please add Amazon.au](https://bugs.launchpad.net/calibre/+bug/1526089) 2015-12-20 10:06:33 +05:30
Jim Miller
eb85a15ab3 Don't apply clickable link to title in book details. 2015-12-19 21:09:30 -06:00
Kovid Goyal
2326e936ff Use a more robust parser when parsing the outline generated by pdftohtml 2015-12-19 18:54:43 +05:30
Kovid Goyal
5a7b251025 Fix implementation of clean_xml_chars
Also speedup it up by implementing it in native code
2015-12-19 18:45:33 +05:30
Kovid Goyal
61064892b0 Remove all disallowed XML chars, not just ascii control codes 2015-12-19 10:55:19 +05:30
Kovid Goyal
237e3ff23d PDF Input: Fix conversion of PDF documents that contain ASCII control codes in their outlines not working. Fixes #1527697 [failure to convert book](https://bugs.launchpad.net/calibre/+bug/1527697) 2015-12-19 10:50:30 +05:30
Kovid Goyal
f0962dd696 ... 2015-12-19 09:42:36 +05:30
Kovid Goyal
3e89b6c7f7 ... 2015-12-19 09:34:23 +05:30
Kovid Goyal
7e1068852d ... 2015-12-19 09:00:45 +05:30
Kovid Goyal
06dd87542f Finish up implementation of export/import
Remains to be tested on windows with its crazy file locking semantics
2015-12-18 16:29:28 +05:30