33789 Commits

Author SHA1 Message Date
Kovid Goyal
379d1ddfd4
Write to buffer 2020-08-22 18:47:57 +05:30
Kovid Goyal
baf0685ceb
De-vendor pychm 2020-08-22 18:47:57 +05:30
Kovid Goyal
411da596b4
The Apple build is working 2020-08-22 18:47:57 +05:30
Kovid Goyal
01b0fba8ad
Auto fix excess blank lines 2020-08-22 18:47:56 +05:30
Kovid Goyal
a2731553d4
Remove some more referefences to the old lzma 2020-08-22 18:47:56 +05:30
Kovid Goyal
113b14e376
Drop the custom lzma module
Use the builtin one from the python stdlib
2020-08-22 18:47:56 +05:30
Kovid Goyal
ceb558f447
Add sgmllib ported to python 3 for feedparser 2020-08-22 18:47:56 +05:30
Kovid Goyal
ec167b7ac7
Get the linux frozen build working with py3 2020-08-22 18:47:56 +05:30
Kovid Goyal
520c46dfb9
Minor fixups for changes when removing py3 conditionals 2020-08-22 18:47:56 +05:30
Kovid Goyal
764e8bff7e
Remove py3 conditionals 2020-08-22 18:47:56 +05:30
Kovid Goyal
36d81d74d5
Remove hardcoding of mbcs for filesystem names 2020-08-22 18:47:55 +05:30
Kovid Goyal
9ff27782de
Remove useless __future__ imports
Not needed on python3
2020-08-22 18:47:55 +05:30
Kovid Goyal
29cd8d64ea
Change shebangs to python from python2
Also remove a few other miscellaneous references to python2
2020-08-22 18:47:51 +05:30
Kovid Goyal
9d881ed2fc
version 4.23.0 2020-08-21 07:09:18 +05:30
Kovid Goyal
ff67af8312
Content server: Fix Esc ky not working in several views. Fixes #1849958 [[Enhancement] Go back by clicking Esc on server](https://bugs.launchpad.net/calibre/+bug/1849958) 2020-08-18 13:03:13 +05:30
Charles Haley
cdae060f47 Enhancement #1891765: Add operations to quickview's context menu.
Added several operations to the quickview book and item list context menus. As a result the search button became superfluous and was removed.
2020-08-16 16:02:11 +01:00
Ira Hanson
8c3be2a766
Preserve cover aspect ratio in the download preview 2020-08-15 14:04:25 -05:00
Kovid Goyal
889437588d
String changes 2020-08-13 21:30:42 +05:30
David
60a6dcf9a6 Bump supported Kobo firmware version
Also add recognition of "Kobo Plus" subscription books. This should have been added a long time ago.
2020-08-13 00:12:24 +10:00
Charles Haley
a9650f2643 Sorry, I forgot to remove some commented out experimental code in the last commit. 2020-08-07 08:56:02 +01:00
Charles Haley
535c02437b Add ability to save the current on-device column width. 2020-08-06 22:24:24 +01:00
Kovid Goyal
b0a613a0c1
Fix #1890239 [[Enhancement] Show number of books being converted in window title of the Bulk convert window](https://bugs.launchpad.net/calibre/+bug/1890239) 2020-08-06 13:30:49 +05:30
Charles Haley
fc70165969 When updating an OPF, remove custom columns from the target that don't exist in the source 2020-08-05 09:19:44 +01:00
Kovid Goyal
b3eba1479a
Catalogs: Increase max allowed thumbnail width 2020-08-05 08:34:25 +05:30
Kovid Goyal
8601bd43f7
String changes 2020-08-03 23:20:32 +05:30
Charles Haley
03b3574e8e Ooops. That fix had side effects even if there were errors 2020-08-01 13:43:00 +01:00
Charles Haley
dac7563405 Fix bug #1889973 custom column of bool type: cannot delete default value once it's set 2020-08-01 13:39:10 +01:00
Kovid Goyal
716db6162b
Edit book: Allow customizing the base background/foreground and link colors for the preview window. Fixes #1889925 [[Enhancement] Editor Preview customise background colour](https://bugs.launchpad.net/calibre/+bug/1889925) 2020-08-01 12:20:52 +05:30
Kovid Goyal
95c4381900
EPUB Output: When splitting dont consider files with only a single character empty 2020-07-31 23:44:13 +05:30
Kovid Goyal
379e5137e8
Fix missing formatting around attribute values in the comments editor HTML syntax highlighter 2020-07-31 22:48:28 +05:30
Kovid Goyal
a19f61bc5f
Comments editor: Fix syntax coloring for HTML view in dark mode 2020-07-31 22:40:58 +05:30
Kovid Goyal
fe9653fa13
Book list: When a series column is not wide enough, elide text in the middle so that the series number is visible 2020-07-31 19:43:33 +05:30
Charles Haley
6e4dada20c Enhancement: add some math functions to the template language: ceiling, floor, fractional_part, mod, and round. 2020-07-31 12:57:13 +01:00
Kovid Goyal
8861f5019a
version 4.22.0 2020-07-31 08:38:38 +05:30
Kovid Goyal
a697d27e2f
Avoid unnecessary color: currentColor for body 2020-07-30 18:05:34 +05:30
Kovid Goyal
d0a5b4b2a5
DOCX Input: Leave undefined text colors in the input document as undefined (currentColor in CSS). Fixes #1888897 [Text color mangling converting from DOCX to EPUB/AZW3](https://bugs.launchpad.net/calibre/+bug/1888897) 2020-07-30 17:58:21 +05:30
Kovid Goyal
22acded7a2
Viewer: Fix using a very small font step size not working. Fixes #1888609 [If I reduce font size below 10, then keyboard shortcut to increase font size stops working](https://bugs.launchpad.net/calibre/+bug/1888609) 2020-07-30 13:42:09 +05:30
Kovid Goyal
252d6dacec
Prevent flash of unstyled emptiness in preview panel during load
This is particularly noticeable in dark mode where the unstyled
emptiness is light colored
2020-07-29 23:35:03 +05:30
Kovid Goyal
2baff1954d
Apply dark mode css on DOM content creation as otherwise it sometimes fails 2020-07-29 23:18:11 +05:30
Kovid Goyal
ff086a69bb
Edit book: In dark mode, make the preview panel also dark. Fixes #1888071 [[Enhancement] Make Editor file preview background color customizable](https://bugs.launchpad.net/calibre/+bug/1888071) 2020-07-29 23:10:23 +05:30
Kovid Goyal
0bf542b17b
Fix #1888901 [[Enhancement] Show number of books being edited in window title](https://bugs.launchpad.net/calibre/+bug/1888901) 2020-07-29 13:57:22 +05:30
Kovid Goyal
68f624addd
Fix #1888251 [Selecting multiple entries in menu editor only moves one](https://bugs.launchpad.net/calibre/+bug/1888251) 2020-07-29 13:43:19 +05:30
Kovid Goyal
14ba9d1461
Edit book: Fix a regression in the previous release that caused poor performance when editing large files. Fixes #1889047 [Calibre 4.21 editor hangs (randomly?) in Windows 10](https://bugs.launchpad.net/calibre/+bug/1889047) 2020-07-29 10:24:08 +05:30
Charles Haley
c686bf212d Fix bug 1889255: wireless TCP port upper limit is 32000 only 2020-07-28 16:23:04 +01:00
Kovid Goyal
12c14b491f
String changes 2020-07-27 18:30:58 +05:30
Kovid Goyal
eea9b583fc
PDF Output: Headers/footers: Allow displaying the current page number and total number fo pages in the top level section/chapter. Fixes #1889000 [Request: Add pages left in chapter for PDF conversion](https://bugs.launchpad.net/calibre/+bug/1889000) 2020-07-26 22:24:30 +05:30
Kovid Goyal
835a71e39d
... 2020-07-26 13:42:35 +05:30
Kovid Goyal
1558b858a6
Fix translated string not being used in a couple of places 2020-07-25 21:17:50 +05:30
Kovid Goyal
bc90617eec
oops 2020-07-24 13:07:56 +05:30
Kovid Goyal
9b386b6a46
Font scanner: Also scan the new win 10 local font paths
Fixes #1888798 [Additional Windows 10 font directory location (v 1809)](https://bugs.launchpad.net/calibre/+bug/1888798)
2020-07-24 13:03:52 +05:30