41095 Commits

Author SHA1 Message Date
Kovid Goyal
0a16099857
Merge branch 'patch-1' of https://github.com/HexPandaa/calibre 2020-07-16 07:43:17 +05:30
HexPandaa
ecbb141064
Fixed a typo in the Nia addition
Removed a doubled parenthesis in the code added to support Kobo Nia
2020-07-15 20:01:47 +02:00
Kovid Goyal
936e4bba5b
Kobo driver: Add support for the new Kobo Nia
Merge branch 'master' of https://github.com/davidfor/calibre
2020-07-15 20:56:33 +05:30
David
2a7359a3ad Add Kobo Nia
Kobo have just released the Nia. This adds the device ids. The firmware version number does not need to be changed.
2020-07-16 01:17:03 +10:00
Kovid Goyal
6fe1a1dd91
Fix #1887536 [Automatic book adding indexerror](https://bugs.launchpad.net/calibre/+bug/1887536) 2020-07-14 20:20:55 +05:30
Kovid Goyal
06f69ee170
py3 compat: FIx d&d in file list in editor
Fixes #1887508 [Cannot drag and drop files while editing a book](https://bugs.launchpad.net/calibre/+bug/1887508)
2020-07-14 17:20:18 +05:30
Kovid Goyal
dc64f044db
Merge branch 'master' of https://github.com/yurikaka/calibre 2020-07-14 08:17:55 +05:30
yurikaka
8ee224995a
Update content.py
fix typo
2020-07-13 18:32:12 -07:00
yurikaka
d1b303fad3
Update content.py
remove the '!' character from file name when try to download a kepub file from kobo browser
since kepub file with a '!' in name doesn't work on a kobo device(at least on my kobo forma)
2020-07-13 17:57:27 -07:00
Kovid Goyal
1578573a7b
Fix #1886882 ["Sort by" unavailable in main toolbar when device is connected](https://bugs.launchpad.net/calibre/+bug/1886882) 2020-07-13 08:59:56 +05:30
Kovid Goyal
fc2ba657f8
Fix #1887276 [Cannot paste into setup library location dialog](https://bugs.launchpad.net/calibre/+bug/1887276) by making the line edit look like a label 2020-07-13 08:45:29 +05:30
Kovid Goyal
bcc38b32f4
string changes 2020-07-13 08:22:18 +05:30
Kovid Goyal
e2baaa3a9d
Remove unused tracer.epub that was needed for the old iTunes driver 2020-07-13 08:06:03 +05:30
Kovid Goyal
73696d4bae
Fix #1887170 [[Enhancement] Remove the word "plugin" from the list of plugin categories](https://bugs.launchpad.net/calibre/+bug/1887170) 2020-07-10 19:48:21 +05:30
Kovid Goyal
23db78d486
Cover grid: Vertically center covers that are smaller than the available space. Fixes #1886731 [Enhancement request: Vertically centering images in book grid](https://bugs.launchpad.net/calibre/+bug/1886731) 2020-07-08 19:26:01 +05:30
Kovid Goyal
c52574c4d9
Update 1843
Fixes #1886805 [Recipes: 1843.recipe not work well now](https://bugs.launchpad.net/calibre/+bug/1886805)
2020-07-08 18:49:24 +05:30
Kovid Goyal
869d429cb3
DRYer 2020-07-08 16:32:25 +05:30
Kovid Goyal
195ff72d44
Edit book: Fix initial sync of preview panel to cursor position sometimes not working when a new HTML file is opened for editing 2020-07-07 21:49:44 +05:30
Kovid Goyal
685ac9e5cb
String changes 2020-07-07 19:25:44 +05:30
Kovid Goyal
dbd738e5f6
DOCX Output: When detecting empty list items that contain a nested list, ignore whitespace 2020-07-07 19:06:15 +05:30
Kovid Goyal
51e4651c34
Fix changed author sort name not being used when adding another book by the author to the library. Fixes #1886492 [custom author_sort skipped when adding books](https://bugs.launchpad.net/calibre/+bug/1886492) 2020-07-06 22:01:43 +05:30
Kovid Goyal
e203712395
Quickview panel: Add a checkbox to esilt toggle if virtual libraries are respected. Fixes #1886347 [Enhancement Request: "Apply virtual libraries in quickview" toggle button in QV panel](https://bugs.launchpad.net/calibre/+bug/1886347)
Merge branch 'master' of https://github.com/cbhaley/calibre
2020-07-06 15:53:00 +05:30
Charles Haley
34cbfad9a8 Enhancement #1886347: Apply virtual libraries in quickview" toggle button in QV panel 2020-07-06 11:11:51 +01:00
Kovid Goyal
40f17e4b0d
String changes 2020-07-06 09:20:30 +05:30
Kovid Goyal
c61cc4b14d
Viewer: Ignore the zero width non-joiner character in searches 2020-07-06 08:38:58 +05:30
Kovid Goyal
78c53c9da9
Viewer: Fix CBC comic files not being viewed correctly. Fixes #1886307 [ebook-viewer not open .cbc](https://bugs.launchpad.net/calibre/+bug/1886307)
Viewer: Fix Table of Contents not correct for comics.

Note that for both these fixes, you will have to reload the book from
the viewer controls.
2020-07-05 21:07:08 +05:30
Kovid Goyal
300935541f
When creating custom columns allow specifying a default value to be applied to new books for that column
Fixes #1886079 [set default value [Enhancement]](https://bugs.launchpad.net/calibre/+bug/1886079)

Merge branch 'master' of https://github.com/cbhaley/calibre
2020-07-05 14:21:29 +05:30
Charles Haley
082d2ae8b3 For default values, use native types in the display. Add a lot of error checking. 2020-07-05 08:34:59 +01:00
Kovid Goyal
b948bf49f6
Cover browser: improve rendering of text with heavily hinted fonts. Fixes #1886239 [Cover Browser: Font clipping with Microsoft ClearType Fonts](https://bugs.launchpad.net/calibre/+bug/1886239)
Turn off hinting since we render to an offscreen buffer that is copied
to screen later anyway and hinting results in very poor rendering.
Hinting should not be needed at the larger text sizes typically used in
the cover browser anyway.
2020-07-04 22:10:32 +05:30
Charles Haley
248edbe8fb Add untranslated words to custom column default specification 2020-07-04 17:00:24 +01:00
Charles Haley
b106805700 Enhancement #1886079: default value for custom columns 2020-07-04 13:35:08 +01:00
Kovid Goyal
8b7b02cc41
Update Caravan Magazine
Add support for optional login
2020-07-04 15:38:13 +05:30
Kovid Goyal
ccf23b7b86
Merge branch 'master' of https://github.com/cbhaley/calibre
Fix #1886219 [[Enhancement] Don't only select the tag but also focus on the tag](https://bugs.launchpad.net/calibre/+bug/1886219)
2020-07-04 14:10:10 +05:30
Charles Haley
5192ba8c22 Enhancement #1886219 bis:set focus to cell only if a cell is preselected. 2020-07-04 09:34:34 +01:00
Charles Haley
74a8e17f33 Enhancement #1886219: In category editor, set focus to selected item 2020-07-04 09:20:00 +01:00
Kovid Goyal
2592198a82
Viewer: Fix wheel mice that generate line scroll events per click requiring multiple wheel clicks to turn a page in paged mode. Fixes #1886231 [In 4.20 viewer, mouse wheel scroll is malfunctioning in paged mode](https://bugs.launchpad.net/calibre/+bug/1886231) 2020-07-04 13:02:50 +05:30
Kovid Goyal
714ce3624a
String changes 2020-07-03 23:02:11 +05:30
Kovid Goyal
9d7dc2e2fa
Viewer: Fix a regression in the previous release that broke reading of books with mathematics and also <a> tags without href attributes. Fixes #1886192 [EPUB crashes. Cannot read property 'startswith'.](https://bugs.launchpad.net/calibre/+bug/1886192) 2020-07-03 20:58:11 +05:30
Kovid Goyal
304f682808
Avoid re-parsing identical selectors for class names 2020-07-03 12:24:43 +05:30
Kovid Goyal
0bdabbaeef
Cover grid: When using a background image do not scroll it with the covers. Fixes #1886139 [cover grid background image displays poorly when scrolling](https://bugs.launchpad.net/calibre/+bug/1886139) 2020-07-03 12:10:41 +05:30
Kovid Goyal
23580d97ab
version 4.20.0 v4.20.0 2020-07-03 07:41:13 +05:30
Kovid Goyal
46b2c9f082
Merge branch 'master' of https://github.com/cbhaley/calibre 2020-07-02 18:36:55 +05:30
Charles Haley
7cd342f3a2 Enhancement 1885943: Ignore articles when sorting custom columns. Implemented by a new formatter function, swap_around_articles(), that applies title_sort to each item in the list. 2020-07-02 11:48:59 +01:00
Kovid Goyal
5b2baa7233
Fix for plistlib dropping Data in python 3.9
Fixes #1184 (plistlib.Data is going to be dropped in python 3.9)
2020-07-02 08:42:18 +05:30
Kovid Goyal
4d3d69ccd1
... 2020-07-01 21:40:28 +05:30
Kovid Goyal
ea059d5e4c
Update Popular Science 2020-07-01 21:38:36 +05:30
Kovid Goyal
9fed1d5092
Merge branch 'master' of https://github.com/cbhaley/calibre 2020-07-01 16:50:30 +05:30
Charles Haley
91be8beb83 Add an option to the wireless device driver to ignore device free space when sending books. 2020-07-01 12:08:58 +01:00
Kovid Goyal
be90c08642
Edit book: Fix pasting files from another editor instance causing unsaved changes in open editors to be lost. Fixes #1885455 [Unsaved edits lost on paste from another editor instance](https://bugs.launchpad.net/calibre/+bug/1885455) 2020-06-30 14:19:09 +05:30
Kovid Goyal
9d3de69829
Update Caravan Magazine 2020-06-30 14:02:34 +05:30