24520 Commits

Author SHA1 Message Date
Kovid Goyal
66b908552e Avoid compiling filename sanitization regex during application startup
Since the regex module uses an internal cache there should be no
significant performance impact when sending files.
2015-08-13 18:37:55 +05:30
David
04a7fee292 Kobo driver: Bmp firmware version, sanitize file names
Kobo have release firmware 3.17.0. There are no changes needed for the
driver except the supported version numbers. Plus one in case,

Also adding filename sanitization. This should have been done before
especially when sending kepubs was added This sanitization has been
copied from the KoboTouchExtended driver. Fixes #1484516 [Kobo firmware 3.17.0, sanitize file names](https://bugs.launchpad.net/calibre/+bug/1484516)
2015-08-13 18:29:55 +05:30
Kovid Goyal
60e8690e6e Fix stopping content server message not being dismissable 2015-08-12 11:56:03 +05:30
Kovid Goyal
33f926a8d6 Another PyQt 5.5 fix 2015-08-12 07:54:47 +05:30
Kovid Goyal
3f11fae224 E-book viewer: Allow setting the number of pages per screen separately for portrait and landscape modes. Fixes #1483313 [[Enhancement] Viewer: auto adjust number of columns when display orientation changes](https://bugs.launchpad.net/calibre/+bug/1483313) 2015-08-11 16:03:57 +05:30
Kovid Goyal
0a11860fd6 Book list: Fix the current row number being partially cutoff on some windows 10 machines. Fixes #1482993 [Book number appears cut when book is marked](https://bugs.launchpad.net/calibre/+bug/1482993) 2015-08-11 11:41:41 +05:30
Kovid Goyal
ee0931ee67 PyQt 5.5 compatibility 2015-08-11 10:59:03 +05:30
Kovid Goyal
66aae13cd7 DOCX Input: Fix a regression in the previous release that broke conversion of some documents that specify vertical alignment in absolute units 2015-08-11 09:03:29 +05:30
Kovid Goyal
7ee4c44573 Conversion: Fix error when converting a file that uses media queries with comments in the media selector. Fixes #1482983 [Cannot convert epub book](https://bugs.launchpad.net/calibre/+bug/1482983) 2015-08-10 00:04:09 +05:30
Kovid Goyal
05d5ea41fc Use LZMA compression for the RS compiler 2015-08-08 13:05:34 +05:30
Kovid Goyal
12556e6e09 ... 2015-08-08 11:07:11 +05:30
Kovid Goyal
e6fa5795fe Implement creation of .xz files 2015-08-08 09:23:35 +05:30
Kovid Goyal
d37b124fb5 Add a build test for the lzma module 2015-08-08 08:32:32 +05:30
Kovid Goyal
096895828a See #1482670 (I receive a fault when adding a word to user dictionary.) 2015-08-07 20:50:12 +05:30
Kovid Goyal
ae73e16909 ... 2015-08-07 17:02:32 +05:30
Kovid Goyal
b8f70edc65 ... 2015-08-07 16:54:45 +05:30
Kovid Goyal
de82a9c437 LZMA2 compression now works 2015-08-07 12:46:50 +05:30
Kovid Goyal
7ce47c2d91 ... 2015-08-07 10:31:56 +05:30
Kovid Goyal
c9fa66a3ad C89 compatibility fixes 2015-08-07 09:39:19 +05:30
Kovid Goyal
0edac074de version 2.34.0 2015-08-07 09:11:01 +05:30
Kovid Goyal
d100eaeb9d Start work on creating .xz files 2015-08-07 09:03:59 +05:30
Kovid Goyal
63d9d6bca5 Add a decompressor for LZMA1 2015-08-06 17:37:49 +05:30
Kovid Goyal
a85e8b31ba ... 2015-08-06 13:32:41 +05:30
Kovid Goyal
50e0da0804 Implement decoding of .xz files
LZMA decoding code taken from the public domain LZMA SDK by Igor Pavlov.
2015-08-06 13:14:37 +05:30
Charles Haley
2e6f3898ba drop the trigger only if it exists 2015-08-05 12:09:47 +02:00
Charles Haley
350c619df1 Write the "real" series sort value to the existing column in the series table. 2015-08-05 11:33:24 +02:00
Kovid Goyal
a2120265e0 Catalogs: Add an option to not add the generated catalog to the library. Fixes #1481529 [[Enhancement] Don't Save Catalogue in Library Option](https://bugs.launchpad.net/calibre/+bug/1481529) 2015-08-05 10:19:12 +05:30
Kovid Goyal
1f15db67f2 ... 2015-08-04 14:02:56 +05:30
Kovid Goyal
7d62e921f8 Amazon metadata download: add support for amazon.nl. To use it go to Preferences->Metadata download and configure the amazon plugin to use Netherlands as the source. 2015-08-04 13:20:17 +05:30
Kovid Goyal
3c7c651e14 Update RapydScript 2015-08-04 10:49:13 +05:30
Kovid Goyal
27672b7832 Update dukpy 2015-08-04 10:49:05 +05:30
Kovid Goyal
a623077d05 Fix #1481061 [[Enhancement] Descriptive Change in Preferences](https://bugs.launchpad.net/calibre/+bug/1481061) 2015-08-04 07:03:04 +05:30
Kovid Goyal
3c7aa1b49a ... 2015-08-03 17:53:46 +05:30
Kovid Goyal
2cd0c92224 DOCX Input: Add support for text whose vertical position is adjusted by offsets from the baseline 2015-08-03 09:11:20 +05:30
Kovid Goyal
78a269d983 DOCX Output: Handle length and percentage values for vertical-align in the input document. Fixes #1480300 [CSS "vertical-align: 33%" NOT supported in ePub -> DocX Conversion](https://bugs.launchpad.net/calibre/+bug/1480300) 2015-08-03 08:59:21 +05:30
Kovid Goyal
560ed1c480 Ignore failure to flush stdout/stderr in worker process at exit 2015-08-03 08:39:46 +05:30
Kovid Goyal
955d040745 Edit Book: Check Book: Fix automatic correction of invalid ids not working for ids in the OPF file. Fixes #1479462 [Check Book repair function has unexpected file remove side-effect](https://bugs.launchpad.net/calibre/+bug/1479462) 2015-08-02 18:18:46 +05:30
Kovid Goyal
24b71ed3e0 Fix #1478515 [print to pdf filename uses illegal path characters](https://bugs.launchpad.net/calibre/+bug/1478515) 2015-07-27 17:39:23 +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
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
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 2015-07-24 09:10:19 +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
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