33789 Commits

Author SHA1 Message Date
Kovid Goyal
e89dbb1d3f
Fix #1885318 [Private bug](https://bugs.launchpad.net/calibre/+bug/1885318) 2020-06-27 08:30:41 +05:30
Kovid Goyal
b5ae91b6a6
Fix hyphenation dicts being re-extracted unnecessarily 2020-06-26 14:42:35 +05:30
Kovid Goyal
44923e9e45
Merge branch 'master' of https://github.com/davidfor/calibre 2020-06-25 19:52:20 +05:30
David
dbddb8f8c6 Bump supported firmware version for Kobo devices
No changes needed other than the firmware and database versions.
2020-06-25 19:10:54 +10:00
Kovid Goyal
ea7637bf60
Force a few error messages to unicode 2020-06-25 14:02:12 +05:30
Charles Haley
6218e5a48d Enhancement: in the tag browser don't show counts for searches because the number is always zero. 2020-06-25 09:23:33 +01:00
Kovid Goyal
9b3c57062b
Allow copy/pasting dates from columns having different date display formats. Fixes #1885004 [Enhancement Request: Copy & paste dates between fields of unlike formats](https://bugs.launchpad.net/calibre/+bug/1885004)
Also consolidate all date/time editor to use the same underlying
widget.
2020-06-25 12:44:59 +05:30
Kovid Goyal
e949fe1fee
Fix #1885001 [[Enhancement] Center buttons in the category editors](https://bugs.launchpad.net/calibre/+bug/1885001) 2020-06-25 09:34:36 +05:30
Kovid Goyal
45e14b7797
Fix #1884208 [[Enhancement] Translate "Generic" in the Welcome wizard](https://bugs.launchpad.net/calibre/+bug/1884208) 2020-06-24 16:52:05 +05:30
Charles Haley
74cf63c2f4 Fix bug #1884544: check library doesn't open if it has permission errors on author directories. 2020-06-22 18:35:12 +01:00
Charles Haley
9bd85dd38c Fix #1884399: Week number only appears on date selector in Bulk Metadata Edit window by removing the week number in bulk edit 2020-06-21 16:49:09 +01:00
Kovid Goyal
b8cb8fc20f
Allow selecting individual items to delete in the Check library dialog. Fixes #1884402 [[Enhancement] request for check library function](https://bugs.launchpad.net/calibre/+bug/1884402)
Merge branch 'master' of https://github.com/cbhaley/calibre
2020-06-21 19:31:04 +05:30
Charles Haley
2da65972b7 Enhancement #1884402: Check Library: add delete checkboxes to deletable error categories to select all books in that category. 2020-06-21 14:45:36 +01:00
Kovid Goyal
9ba6848530
Remove version spec from python docs links 2020-06-21 14:07:42 +05:30
Kovid Goyal
6704ee62c3
Forgot to bump plugin version 2020-06-21 10:04:18 +05:30
Kovid Goyal
fe6e4e59ea
Amazon metadata download: Fix download of ratings not working from amazon.co.jp 2020-06-21 10:01:29 +05:30
Kovid Goyal
1f6072c886
Change in google search page markup
Fixes #1884400 [Amazon.co.jp metadata won't download](https://bugs.launchpad.net/calibre/+bug/1884400)
2020-06-21 09:54:35 +05:30
Kovid Goyal
33917b2737
pep8 2020-06-20 21:59:06 +05:30
Charles Haley
222599e870 Add a new template function "rating_to_stars" 2020-06-20 17:12:26 +01:00
Kovid Goyal
70f28e78fb
pep8 2020-06-20 19:36:42 +05:30
Charles Haley
da7aac6009 Enhancement #1884343: Add action to show a tag in the Tag browser when right clicking on a tag in the Book details panel 2020-06-20 14:34:06 +01:00
Kovid Goyal
8bbc16234a
Fix #1884347 [ISBN incorrectly capitalized](https://bugs.launchpad.net/calibre/+bug/1884347) 2020-06-20 13:35:59 +05:30
Kovid Goyal
14c8099abb
Port the in-browser viewer to use MathJax v3 2020-06-20 00:34:16 +05:30
Kovid Goyal
b7b7d9d681
Edit book: Preview: Support displaying mathematics 2020-06-19 20:59:50 +05:30
Kovid Goyal
85c771ac9a
Make handling of MathJax requests re-useable 2020-06-19 20:59:32 +05:30
Kovid Goyal
67132b1e64
Get MathJax 3 working with PDF output as well 2020-06-19 19:09:33 +05:30
Kovid Goyal
e2243bf7a9
Upgrade MathJax to version 3
version 3 is more performant, smaller and simpler to integrate, without
monkeypatching. On the down side, it does not do line breaking, as yet.

Note that only the viewer is currently ported
2020-06-19 18:43:23 +05:30
Kovid Goyal
acba68ead4
version 4.19.0 2020-06-19 07:50:55 +05:30
Kovid Goyal
eca6da34cd
pep8 2020-06-19 07:50:39 +05:30
Charles Haley
860280ec2d Fix another regression in manage authors related to which column is selected. 2020-06-17 11:54:23 +01:00
Kovid Goyal
dcf699e9b4
Fix #1883834 [[Enhancement] Translate "Tablet" in the output profiles](https://bugs.launchpad.net/calibre/+bug/1883834) 2020-06-17 15:14:11 +05:30
Charles Haley
cde05462e4 Fix bug \1883768: "Manage Author" from book details panel doesn't jump to author 2020-06-17 09:33:26 +01:00
Kovid Goyal
a9f9f8088e
Fix #1883481 [[Enhancement] Translate devices in the Welcome wizard](https://bugs.launchpad.net/calibre/+bug/1883481) 2020-06-15 21:39:51 +05:30
Kovid Goyal
54d14349e2
calibredb set_metadata: When converting a string into a datetime if the string is a full ISO 8601 date with timezone do not adjust the date to make it timezone neutral. Fixes #1883433 [Can't Set timestamp field to first or last of month via CLI](https://bugs.launchpad.net/calibre/+bug/1883433) 2020-06-14 22:22:20 +05:30
Kovid Goyal
36dac43b93
Fix some tabs in preferences not having margins 2020-06-14 10:14:43 +05:30
Kovid Goyal
5e68de686b
Fix currentWidget not correct for ScrollingTab 2020-06-14 09:56:04 +05:30
Kovid Goyal
19f5c9080b
String changes 2020-06-13 22:50:32 +05:30
Kovid Goyal
e4997a02e1
Edit book: Fix Check book spuriously reporting incorrect mime type warnings for fonts after upgrading a book from EPUB 2 to EPUB 3. Fixes #1882436 [Upgrade book internals from 2 to 3 causes font MIME type warningserr](https://bugs.launchpad.net/calibre/+bug/1882436) 2020-06-11 19:58:48 +05:30
Kovid Goyal
8258b394fb
Book details panel: Dont show sizes less than 0.01MB as zero. Fixes #1882469 [Rounding on file sizes below 5.12 kilobytes](https://bugs.launchpad.net/calibre/+bug/1882469) 2020-06-11 13:57:04 +05:30
Kovid Goyal
feabfbf294
Fix #1882835 [[Enhancement] Translate Generic e-ink](https://bugs.launchpad.net/calibre/+bug/1882835) 2020-06-10 07:20:19 +05:30
Charles Haley
9f419f033b Improvements to edit authors:
1) remove a linear list search
2) Don't recalculate sort keys on every comparison
3) Use set comprehensions to build the info needed to display
4) Add an Undo option to the context menu if the item has been changed
2020-06-07 13:56:18 +01:00
Charles Haley
3d9983abc0 Remove unwanted comma 2020-06-07 00:57:24 +01:00
Charles Haley
307182df09 Enhancement #1882349: allow series as a destination in plugboards 2020-06-06 16:40:45 +01:00
Kovid Goyal
a7c28570ec
Viewer: Fix jump to previous section not working when viewer is on last section 2020-06-06 11:58:47 +05:30
Kovid Goyal
f6944a9407
... 2020-06-06 08:56:49 +05:30
Kovid Goyal
f8cfbbe383
Guard against invalid skip_dialog_name 2020-06-06 08:50:42 +05:30
Kovid Goyal
7c06692233
Fix #1882316 [Check library database failure](https://bugs.launchpad.net/calibre/+bug/1882316) 2020-06-06 08:40:44 +05:30
Kovid Goyal
646bae2043
String changes 2020-06-05 10:50:39 +05:30
Kovid Goyal
65ad7eabd3
version 4.18.0 2020-06-05 07:45:33 +05:30
Kovid Goyal
e0e0714426
When merging metadata objects, if a custom column has type multiple in the new data and some other type in the old data, ignore the old data instead of erroring out. Fixes #1881796 [Private bug](https://bugs.launchpad.net/calibre/+bug/1881796) 2020-06-04 07:54:47 +05:30