30187 Commits

Author SHA1 Message Date
Kovid Goyal
a30fb54406 DOCX Output: Support the <br> tag 2015-02-15 19:10:33 +05:30
Kovid Goyal
97281c4569 ... 2015-02-15 18:34:25 +05:30
Kovid Goyal
a403ec4351 DOCX Output: Handle invisible HTML elements 2015-02-15 18:33:34 +05:30
Kovid Goyal
51a08167db Refactor styles code into its own module 2015-02-15 18:26:55 +05:30
Kovid Goyal
957ce7604e Implement mapping of CSS to DOCX for run styles
Also switch to CSS 3 color parsing for run colors
2015-02-15 18:15:53 +05:30
Kovid Goyal
4e8f148e59 Mapping from CSS to DOCX for block styles 2015-02-15 15:43:59 +05:30
Kovid Goyal
bbbcc7774e ... 2015-02-15 12:33:46 +05:30
Kovid Goyal
12271efe3d Do not write to the db when storing preferences that have not actually changed 2015-02-15 11:28:40 +05:30
Kovid Goyal
1ddde725be Ensure rec_index in the field_metadata is constant (sorted by column label) 2015-02-15 11:23:12 +05:30
Kovid Goyal
045aefd003 Kill PEP8 error about assigning lambda expressions 2015-02-15 10:54:57 +05:30
Kovid Goyal
8ae0a180c1 Conversion: Ignore incorrectly URL encoded links instead of erroring out on them. Fixes #1421996 [Private bug](https://bugs.launchpad.net/calibre/+bug/1421996) 2015-02-15 08:49:48 +05:30
Kovid Goyal
0f0e62b3a0 Get towards writing a full docx skeleton with all text but no styles/images/etc. 2015-02-14 12:47:26 +05:30
Kovid Goyal
cbc85be903 Add defaults for text-shadow 2015-02-14 12:47:26 +05:30
Kovid Goyal
6c916d78cc Handle first-letter selectors 2015-02-14 12:47:26 +05:30
Kovid Goyal
6cc3b82729 Fix whitespace handling when creating <w:t> elements 2015-02-14 12:47:26 +05:30
Kovid Goyal
c9f6eb7b17 ... 2015-02-14 12:47:26 +05:30
Kovid Goyal
b86a502fbb ... 2015-02-14 12:47:26 +05:30
Kovid Goyal
4b20988a2e Finish up character properties 2015-02-14 12:47:26 +05:30
Kovid Goyal
05040af6fb Start work on converting character styles 2015-02-14 12:47:26 +05:30
Kovid Goyal
c26f948f75 Boilerplate only docx output plugin 2015-02-14 12:47:26 +05:30
Kovid Goyal
83c764c451 ... 2015-02-14 12:47:14 +05:30
Kovid Goyal
96bc19e652 Amazon metadata download: Update plugin for website changes to Amazon Brazil. Fixes #1420629 [Amazon.br metadata source, error with accents](https://bugs.launchpad.net/calibre/+bug/1420629) 2015-02-11 12:41:22 +05:30
Kovid Goyal
22f386303d Update list of supported formats 2015-02-10 12:49:49 +05:30
Kovid Goyal
90f749533f Fix #1419612 [Fetch News: 'NoneType' object has no attribute 'extract'](https://bugs.launchpad.net/calibre/+bug/1419612) 2015-02-09 11:47:27 +05:30
Kovid Goyal
df780dd8e0 E-book viewer: Remove soft-hyphens when copying text to clipboard 2015-02-08 21:54:44 +05:30
Kovid Goyal
e8f1f3079f Fix #1419142 [Different uses of "OK"](https://bugs.launchpad.net/calibre/+bug/1419142) 2015-02-08 15:53:23 +05:30
Kovid Goyal
65ca3c490a Remove BOM bytes from recipes as well when compiling 2015-02-08 15:48:40 +05:30
Kovid Goyal
959acc1f28 Remove BOM mark from litres plugin and also handle BOM mark when downloading plugins 2015-02-08 15:22:31 +05:30
Kovid Goyal
ba12709d65 ... 2015-02-08 13:36:27 +05:30
Kovid Goyal
e1c136e3c3 Update aktualne.cz. Fixes #1419375 [Fetching aktualne.cz results in wrong encoding in article details](https://bugs.launchpad.net/calibre/+bug/1419375) 2015-02-08 09:55:18 +05:30
Kovid Goyal
05ee6b477e Make publishers in the book details panel clickable. Fixes #1419313 [[Feature Request]Make Publisher clickable](https://bugs.launchpad.net/calibre/+bug/1419313) 2015-02-08 09:50:54 +05:30
Kovid Goyal
4e9476c49f Squelch the silly E402 errors from pep8 2015-02-08 09:50:14 +05:30
Kovid Goyal
9c17693aea Fix #1418960 ["edit toc" doesn't work in the newest version](https://bugs.launchpad.net/calibre/+bug/1418960) 2015-02-06 18:43:22 +05:30
Kovid Goyal
51e6e70765 Fix #1418841 [Bug in tooltip for "Auto close tags" checkbox in preferences](https://bugs.launchpad.net/calibre/+bug/1418841) 2015-02-06 13:32:33 +05:30
Kovid Goyal
afc333449e Make updating calibre on file mirrors robust against history rewriting 2015-02-06 13:03:20 +05:30
Kovid Goyal
415b7f4de5 version 2.19.0 v2.19.0 2015-02-06 09:46:24 +05:30
Kovid Goyal
18514f9eff Add empty book: Allow setting the title as well as the author and series for the added empty book records 2015-02-05 19:24:25 +05:30
Kovid Goyal
262273518f Windows driver for Grammata Papyre 602. Fixes #1418207 [Calibre don't detect papyre 602](https://bugs.launchpad.net/calibre/+bug/1418207) 2015-02-05 08:29:02 +05:30
Kovid Goyal
5a0fb8eaf9 Fix QXcbEventReader segfault in worker process used for rendering splash screen on linux 2015-02-04 13:32:56 +05:30
Kovid Goyal
acfff78330 Mark the fd used for singleinstance of OS X as CLOEXEC 2015-02-04 10:04:28 +05:30
Kovid Goyal
da0c6f8048 ... 2015-02-04 09:41:42 +05:30
Kovid Goyal
bfae849753 Edit Book: Add an option to turn off auto-completion of closing tags 2015-02-04 09:17:09 +05:30
Kovid Goyal
8cc82b6c8f Edit Book: Do not autocomplete the closing tag wen typing the / key inside an existing tag. Fixes #1417700 [Editor: Auto-Completion of HTML is screwing up the HTML](https://bugs.launchpad.net/calibre/+bug/1417700) 2015-02-04 08:53:29 +05:30
Kovid Goyal
2a4e027b0b Update FAZ.net 2015-02-04 08:24:44 +05:30
Kovid Goyal
ff1a8f9eec Allow adding a description for custom columns. Fixes #1417219 [Comment/description for custom columns](https://bugs.launchpad.net/calibre/+bug/1417219)
Merge branch 'master' of https://github.com/cbhaley/calibre
2015-02-03 14:52:29 +05:30
Charles Haley
719b36ea00 Enhancement #1417219: description field for custom columns 2015-02-03 10:05:36 +01:00
Kovid Goyal
9c19537b70 Update Indian Express 2015-02-03 14:04:43 +05:30
Kovid Goyal
7a611660d7 Fix Booken Lev e-book reader not being detected in OS X and Linux. Fixes #1417325 [My ereader not is detect in Calibre 2.18 (Binary package)](https://bugs.launchpad.net/calibre/+bug/1417325) 2015-02-03 13:14:13 +05:30
Kovid Goyal
29f4e41fba Conversion: Convert entities that reference non-BMP unicode codepoints on Windows and OS X correctly. Linux was not affected by this bug. Fixes #1417327 [incorrect assignment code of symbol](https://bugs.launchpad.net/calibre/+bug/1417327) 2015-02-03 12:44:59 +05:30
Kovid Goyal
4618304369 DOCX Input: Change handling of sequences of space characters to more closely follow Microsoft Word. 2015-02-03 11:14:23 +05:30