Kovid Goyal
dc8b1da999
pep8
2022-03-27 19:23:28 +05:30
Kovid Goyal
8f3bbf0e0d
Merge branch 'master' of https://github.com/cbhaley/calibre
2022-03-27 19:22:38 +05:30
Charles Haley
ee89d968ee
Improvements to the template language:
...
1) Support for defining nested template functions.
2) An operator, &, to do string concatenation like strcat().
3) A fair amount of clean up. mostly reording methods to make them easier to find.
2022-03-27 14:31:53 +01:00
Kovid Goyal
9005036dd0
More work on webengine scraper
2022-03-27 11:42:09 +05:30
Kovid Goyal
3df6200ca7
DOCX Output: Fix a comment immediately after a <li> tag breaking the conversion
2022-03-24 21:02:00 +05:30
Kovid Goyal
2c8e5a3a36
Start working on using Chromiums network stack to download HTML
...
A bunch of websites have started using TLS fingerprinting to deny
access. Bloody morons.
2022-03-24 17:35:48 +05:30
Kovid Goyal
b5370e0270
Fix #1965693 [Search-as-you-type triggers extra search after manual confirmation]( https://bugs.launchpad.net/calibre/+bug/1965693 )
2022-03-23 09:14:15 +05:30
Kovid Goyal
29500738eb
Allow setting current with ids as well
2022-03-23 08:18:13 +05:30
Kovid Goyal
3155a36b4b
Use shared memory for IPC with toc editor
2022-03-22 10:49:49 +05:30
Kovid Goyal
54fd6080fc
Combine close and unlink
...
This gives similar semantic on Windows and UNIX. On Windows closing
unlinks automatically, so do the same on UNIX.
2022-03-22 10:48:19 +05:30
Kovid Goyal
308d9ce73b
Merge branch 'courrierinternational-categories' of https://github.com/konfiot/calibre
2022-03-22 08:20:20 +05:30
Arthur Toussaint
c4fee3ccb8
Update courrierinternational recipe
...
Add categories
2022-03-21 23:56:30 +01:00
Kovid Goyal
d4214ed54a
...
2022-03-21 18:25:52 +05:30
Kovid Goyal
09ce82c760
Allow usage of SHM from python
2022-03-21 18:15:14 +05:30
Kovid Goyal
b9cd42edaa
Standalone ToC editor: Fix spurious error message if left open for more than two minutes
2022-03-21 12:30:34 +05:30
Kovid Goyal
c81e84687d
version 5.39.1
v5.39.1
2022-03-20 10:03:51 +05:30
Kovid Goyal
cfebe99209
Seminar Magazine by unkn0wn
2022-03-20 09:51:30 +05:30
Kovid Goyal
20ce4011ea
Merge branch 'master' of https://github.com/cbhaley/calibre
2022-03-20 09:49:55 +05:30
Charles Haley
bcfbe8e003
Fix regression documented in " Columns won't keep size in 5.39" ( https://www.mobileread.com/forums/showthread.php?t=345781 )
2022-03-19 16:50:15 +00:00
Kovid Goyal
3515195d32
Frontline by unkn0wn
2022-03-19 08:21:44 +05:30
Kovid Goyal
a74e172940
Bulk metadata edit dialog: Fix a regression that broke changing case
2022-03-18 16:52:19 +05:30
Kovid Goyal
4225ab51a5
TXT Input: Speed up removal of leading whitespace. Fixes #1965443 ["Remove indents at beginning of lines" sometimes greatly slow down conversion]( https://bugs.launchpad.net/calibre/+bug/1965443 )
2022-03-18 10:55:41 +05:30
Kovid Goyal
3627a442be
...
2022-03-18 10:51:11 +05:30
Kovid Goyal
7ce6e3ef0b
version 5.39.0
v5.39.0
2022-03-18 08:17:21 +05:30
Kovid Goyal
b966579e88
Pre-import calibre.utils.img when building manual as otherwise importing it can fail
2022-03-17 19:22:29 +05:30
Kovid Goyal
49e45e052e
Optimize prefix insertion
2022-03-17 19:13:46 +05:30
Kovid Goyal
3f8c675690
Catalog generation: Fix a rare crash when generating very large catalogs. Fixes #1965182 [cannot create epub nor mobi catalog]( https://bugs.launchpad.net/calibre/+bug/1965182 )
2022-03-17 18:52:33 +05:30
Kovid Goyal
bc44f19504
More delay loading of Qt
2022-03-17 18:31:33 +05:30
Kovid Goyal
1163242fa6
Dont load Qt in db.backend until needed
2022-03-17 18:27:26 +05:30
Kovid Goyal
f72ecb6a0e
Fix automatic searches causing search box to lose focus when search as you type is enabled in Preferences->Searching. Fixes #1963868 [Focus stolen from search bar after several seconds leads to misclicks]( https://bugs.launchpad.net/calibre/+bug/1963868 )
2022-03-16 21:48:59 +05:30
Kovid Goyal
6cfeec7245
Viewer: Fix ESC key not working reliably in preference panels
...
Fixes #1964505 [[Enhancement - Content server] Pressing ESC to close Preferences page and subpages](https://bugs.launchpad.net/calibre/+bug/1964505 )
2022-03-16 15:21:54 +05:30
Kovid Goyal
852b9d8cd2
Edit book: Check book: Auto fix package identifier being empty. Fixes #1963748 [Add automatic solution for empty dc:identifier]( https://bugs.launchpad.net/calibre/+bug/1963748 )
2022-03-16 12:15:59 +05:30
Kovid Goyal
9ab58a73c6
Use a stylesheet instead of sapcing works better with wordwrap
2022-03-16 11:10:00 +05:30
Kovid Goyal
97e96ddaf9
Spacing causes weird blank areas when combined with wordwrap so dont use it
2022-03-16 10:55:28 +05:30
Kovid Goyal
a509c9cb38
Fix #1963699 [Inconsistent initial display of Tweaks dialog]( https://bugs.launchpad.net/calibre/+bug/1963699 )
2022-03-16 10:50:11 +05:30
Kovid Goyal
47a24ae092
Edit metadata dialog: When using the change case operations if some text is selected, only operate on the selected text. Fixes #1963822 [change case doesn't care about selection]( https://bugs.launchpad.net/calibre/+bug/1963822 )
2022-03-16 10:39:27 +05:30
Kovid Goyal
51f5dcb678
Allow usage of webengine in main calibre process
2022-03-16 06:57:30 +05:30
Kovid Goyal
5fe9010e74
...
2022-03-14 20:11:35 +05:30
Kovid Goyal
f8f971d208
Content server: Fix reading of books with thousands of internal files not working in the Chrome browser. Fixes #1964742 [Error when opening EPUB file which contains many chapters via Web Interface]( https://bugs.launchpad.net/calibre/+bug/1964742 )
...
Apparently chrome's network stack is too dumb to queue multiple ajax
requests so do it in our code.
2022-03-14 20:09:05 +05:30
Kovid Goyal
b2950eaeee
Swarajya Magazine by unkn0wn
2022-03-14 10:34:05 +05:30
Kovid Goyal
4a5e505ccf
Edit book: Insert hyperlinks: When sorting anchors on elements without any text content, use the anchor itself
2022-03-13 20:18:52 +05:30
Kovid Goyal
7b64f8a396
Update India Legal Magazine
2022-03-13 20:07:00 +05:30
Kovid Goyal
91697b777a
Edit book: Make the saved search panel freely resizable
2022-03-13 07:21:33 +05:30
Kovid Goyal
8d8ee82288
Edit book: When dragging to select a region or adjust the selection fix mouse moving outside the image causing the region to no longer be adjusted
2022-03-13 06:57:50 +05:30
Kovid Goyal
f1002b15ef
Update The Smithsonian
2022-03-12 09:52:01 +05:30
Kovid Goyal
78333c8683
Update The Federalist
2022-03-12 08:43:53 +05:30
Kovid Goyal
5989f3cef7
...
2022-03-12 08:37:37 +05:30
Kovid Goyal
0d775490b0
Ignore corrupted reading rates json file
2022-03-11 12:25:18 +05:30
Kovid Goyal
15d40ce3c1
use default umask as temp value
2022-03-09 11:11:11 +05:30
Kovid Goyal
7acaee07d0
Create config files with permissions based on umask rather than the hardcoded ones created by python's tempfile module
2022-03-09 11:10:05 +05:30