Commit Graph

30824 Commits

Author SHA1 Message Date
Kovid Goyal 4699aaaf56 Update Wired Magazine 2015-07-27 09:47:18 +05:30
Kovid Goyal 2fcff93e07 Remove Wired UK 2015-07-27 09:28:22 +05:30
Kovid Goyal cf3882c775 E-book viewer: Improve performance of hyphenation
Also fix a bug in the hyphenation algorithm that could cause the word
"undefined" to be mangled during hyphenation. Fixes #1478292 [E-book Viewer display error on word "undefined"](https://bugs.launchpad.net/calibre/+bug/1478292)

Both these changes come from updating the Hyphenator library to version
5.1.0
2015-07-27 09:11:16 +05:30
Kovid Goyal 708ee5521a ODT Input: Fix custom styles with a dot in their name not being inherited. Fixes #1478346 [Attributes lost for hierarchical custom styles when reading odt documents](https://bugs.launchpad.net/calibre/+bug/1478346) 2015-07-27 08:52:04 +05:30
Kovid Goyal de0f59d6d1 ... 2015-07-26 08:59:10 +05:30
Kovid Goyal e0e8f460a4 Change dictionaries link to LibreOffice in the manual as well 2015-07-25 08:30:52 +05:30
David 53ef5a7c2a Bump Kobo firmware version for sneak release of 3.16.9
Bug #1477999  is a report of firmware 3.16.9. This was unexpected, but,
a release to match the release of the Glo HD in Japan is expected. These
might be related, but there is probably another version. So, bumping to
3.16.11. Fixes #1477999 [New Driver 3.16.9 for Kobo Glo HD isn't supported yet](https://bugs.launchpad.net/calibre/+bug/1477999)
2015-07-25 08:26:25 +05:30
Kovid Goyal f862513e83 Remove unused WOFF font format support
The code was unused and the original code from Mozilla has some buffer
overflows, so we get rid of it.
2015-07-24 22:31:37 +05:30
Kovid Goyal 1a55539cf3 ... 2015-07-24 15:23:24 +05:30
Kovid Goyal 1f3f1c57d5 ... 2015-07-24 13:15:02 +05:30
Kovid Goyal 0036f435dd Fix incorrect icon for copy action in viewer context menu 2015-07-24 10:49:56 +05:30
Kovid Goyal 782566aab9 version 2.33.0 v2.33.0 2015-07-24 09:10:19 +05:30
Kovid Goyal 4372e47634 ... 2015-07-24 09:01:29 +05:30
Kovid Goyal 5edd84e213 Workaround for dictionaries that use incorrect relative paths in their .xcu files. Fixes #1477561 [Unable to import italian dictionary](https://bugs.launchpad.net/calibre/+bug/1477561) 2015-07-23 21:36:34 +05:30
Kovid Goyal 8f75f2d5ad More compatibility fixes for PyQt 5.5 2015-07-23 11:47:53 +05:30
Kovid Goyal 0de1cf661d Update msnbc.com 2015-07-23 08:34:22 +05:30
Kovid Goyal 0ebb813f8b Ensure output of calibredb list is always sorted 2015-07-23 07:03:37 +05:30
Kovid Goyal f785c132ad Spell check: Convert all dictionaries to UTF-8 before loading them in hunspell
This allows adding arbitrary unicode words as user words to the
dictionaries.
2015-07-23 00:17:21 +05:30
Kovid Goyal 9b96964e3d Edit Book: When showing suggestions for mis-spelled words, also show suggestions from the active user created word lists 2015-07-22 21:59:48 +05:30
Kovid Goyal 313b2096c7 Edit Book: Fix a memory leak in the spell checker 2015-07-22 21:17:30 +05:30
Kovid Goyal edcd88b346 ... 2015-07-22 18:28:38 +05:30
Kovid Goyal f46d465475 Edit Book: Check Book: Add a check for "invalid" ids
Some sad-sack ebook services barf on "invalid" ids. See #1467765 (Private bug)
They should just accept all valid HTML 5 ids instead of relying
on the terrible epubcheck.
2015-07-22 18:21:41 +05:30
Kovid Goyal f37b91ad49 Change dictionary download site to LibreOffice
The OpenOffice extensions download site is currently broken.
2015-07-22 15:22:36 +05:30
Kovid Goyal 7fafdfcd9f Proper error message when hunspell fails to load 2015-07-22 14:35:55 +05:30
Kovid Goyal 66b8f4dcc6 Update bundled copy of hunspell to 1.3.3 2015-07-22 14:35:25 +05:30
Kovid Goyal a837768348 Dont fail to recognize a UTF-8 encoded file even when the coding regexp has a spurious match 2015-07-22 14:09:26 +05:30
Kovid Goyal e5cdc8f347 Make media query handling a little more robust 2015-07-22 13:09:54 +05:30
Kovid Goyal 6a2f6c2ad4 Conversion: Ignore stylesheets linked via media queries that use device specific features. Fixes #1476089 [Private bug](https://bugs.launchpad.net/calibre/+bug/1476089) 2015-07-22 12:01:44 +05:30
Kovid Goyal 7ef73186d7 ... 2015-07-22 08:25:39 +05:30
Kovid Goyal da11b159c2 Remove no longer needed workaround for Qt bug
https://bugreports.qt.io/browse/QTBUG-40938
2015-07-21 17:29:57 +05:30
Kovid Goyal c5044db1b4 ... 2015-07-21 08:31:07 +05:30
Kovid Goyal 49a66615e8 Fix covers not being read from some TXTZ files. Fixes #1475984 [could not read cover from txtz format](https://bugs.launchpad.net/calibre/+bug/1475984) 2015-07-20 12:01:10 +05:30
Kovid Goyal 336f803883 Driver for SONY DPT-S1. Fixes #1476093 [Sony DPT-S1 - device not detected](https://bugs.launchpad.net/calibre/+bug/1476093) 2015-07-20 11:47:44 +05:30
Kovid Goyal 1d717ccaec ODT Input: Add support for numbered lists that do not start numbering at 1. Fixes #1475846 [ordered list numbering is off if starts at not-1](https://bugs.launchpad.net/calibre/+bug/1475846) 2015-07-20 11:17:11 +05:30
Kovid Goyal 8e33b0503e Update Houston Chronicle
Merge branch 'master' of https://github.com/dkfurrow/calibre
2015-07-18 23:14:04 +05:30
Dale Furrow e25dca7651 updated houston chronicle recipe 2015-07-18 11:06:54 -05:00
Kovid Goyal c3424face0 ... 2015-07-18 00:46:24 +05:30
Kovid Goyal b6f0d42c1a version 2.32.1 v2.32.1 2015-07-17 22:10:48 +05:30
Kovid Goyal 9017475556 Fix a regression in the previous release that caused conversion to PDF to fail 2015-07-17 22:06:37 +05:30
Kovid Goyal 99dd85dbc7 ... 2015-07-17 21:48:28 +05:30
Kovid Goyal 396aa7f150 DOCX Input: Dont error out when the input document contains a hyperlink that spans multiple paragraphs. Fixes #1474499 [Private bug](https://bugs.launchpad.net/calibre/+bug/1474499) 2015-07-17 21:47:11 +05:30
Kovid Goyal 4b5f34a441 ... 2015-07-17 20:51:21 +05:30
Kovid Goyal 65f0da0d49 Update La Jornada
Merge branch 'master' of https://github.com/rogeliodh/calibre
2015-07-17 20:14:46 +05:30
Rogelio Domínguez Hernández 84f1c0e71a Fix indenting 2015-07-17 09:37:23 -05:00
Rogelio Domínguez Hernández 68662d65d6 Correctly remove "partner" query param and some more fail proof in "La Jornada (Mexico)" recipe.
The recipe stopped working since July 11th, 2015 because "partner" query param changed position.
2015-07-17 09:22:05 -05:00
Kovid Goyal 253d9034c7 Fix #1475538 [version attribute missing when converting to azw3 format](https://bugs.launchpad.net/calibre/+bug/1475538) 2015-07-17 14:09:03 +05:30
Kovid Goyal 458276eb30 Stop uploading to sourceforge 2015-07-17 07:58:00 +05:30
Kovid Goyal 98a65cca6c version 2.32.0 v2.32.0 2015-07-17 06:15:38 +05:30
Kovid Goyal b876c31ef5 ... 2015-07-16 21:38:58 +05:30
Kovid Goyal c5e1104a01 calibredb: Add a new search sub-command that can be used to generate a list of book ids based on a search expression. Many other sub-commands can then use that list of ids to perform some action. 2015-07-16 21:36:12 +05:30