Kovid Goyal
3d3651ebce
Merge branch 'economist' of https://github.com/xxyzz/calibre
2022-06-17 07:53:43 +05:30
xxyzz
9992c75327
Get articles data from json
...
The economist website changes the `a` tag class name to random string
2022-06-17 09:49:18 +08:00
Kovid Goyal
ab2e9a50d9
Amazon metadata download: Add an option to prefer the Kindle edition when multiple book types are returned by the search (Preferences->Metadata download->Configure the Amazon plugin). Fixes #1976105 [Add option to only scrape kindle ASIN]( https://bugs.launchpad.net/calibre/+bug/1976105 )
2022-06-16 13:43:05 +05:30
Kovid Goyal
aa3312d514
Update Harvard Business Review
2022-06-16 13:33:05 +05:30
Kovid Goyal
4abda26e92
Edit book: Live CSS: Fix @namespace rules causing jumping to rule definition to go to the wrong definition. Fixes #1978500 [Private bug]( https://bugs.launchpad.net/calibre/+bug/1978500 )
2022-06-16 12:49:56 +05:30
Kovid Goyal
211efd35d1
Update Philosophy Now
2022-06-16 11:56:39 +05:30
Kovid Goyal
c0a2656cb2
Use the IANA registered mimetypes for fonts in the pipeline
...
Also use the IANA types for EPUB versions > 3.1
Fixes #1659 (Update fonts MIME following IANA recommendation)
2022-06-16 11:08:57 +05:30
Kovid Goyal
0cecc77a22
The exception raised by datetime when converting epochs has changed
2022-06-14 07:58:31 +05:30
Kovid Goyal
7e72349b5f
Merge branch 'smh-au-recipe-fix' of https://github.com/ping/calibre
2022-06-14 07:46:24 +05:30
ping
8bc3d757f4
Fix for Sydney Morning Herald (SMH) recipe
2022-06-14 09:14:15 +08:00
Kovid Goyal
dbd51b6032
The Healthy from Reader's Digest by Stephen Genusa
...
Merge branch 'master' of https://github.com/StephenGenusa/calibre
2022-06-11 20:16:48 +05:30
Stephen Genusa
2a6027c213
Create readersdigest_thehealthy.recipe
2022-06-11 09:14:39 -05:00
Kovid Goyal
d64bdaf059
Update Haaretz
...
Fixes #1978381 [Haaretz recipe update](https://bugs.launchpad.net/calibre/+bug/1978381 )
2022-06-11 19:02:24 +05:30
Kovid Goyal
4d66abc33b
Update Indian Express
2022-06-11 15:51:38 +05:30
Kovid Goyal
23e52f2cba
Dont fail to download interactive aricles from the Economist
...
They dont work well and look pretty awful, but better than nothing
2022-06-11 12:34:23 +05:30
Kovid Goyal
bff96f44c2
Update Hindi Business Line
2022-06-11 08:27:27 +05:30
Kovid Goyal
53924284c8
Possible fix for Apple screwing with device node names reported in statfs structures in macOS 13
2022-06-10 22:34:49 +05:30
Kovid Goyal
fdbf44e3bd
Update The New York Times
2022-06-10 10:23:48 +05:30
Kovid Goyal
8b1ae42869
Show full blocked url request
2022-06-10 10:14:46 +05:30
Kovid Goyal
5265812c2f
...
2022-06-10 10:00:31 +05:30
Kovid Goyal
40f65ba16c
Update Nature
...
Merge branch 'nature-recipe-fix' of https://github.com/ping/calibre
2022-06-10 09:58:06 +05:30
ping
ef487db79c
Fix recipe for nature.com
2022-06-10 12:21:48 +08:00
Kovid Goyal
89d26dade1
Print debug info from USBMS driver when running in normal GUI as well
2022-06-10 09:51:01 +05:30
Kovid Goyal
609b431c91
A new API so that plugins are notified before the library is about to change
...
Fix #1977979 [Private bug](https://bugs.launchpad.net/calibre/+bug/1977979 )
2022-06-08 19:57:18 +05:30
Kovid Goyal
d80d0d55a9
Merge branch 'master' of https://github.com/davidfor/calibre
2022-06-08 10:42:13 +05:30
David
fc8d5e9ec8
Missed change for collections template and bump firmware version
...
Missed a check in determining if collection management should be done.
And Kobo have released another firmware versions. No changes are needed to support it.
2022-06-08 14:31:15 +10:00
Kovid Goyal
336d6f55f9
Update Eenadu
2022-06-08 07:25:42 +05:30
Kovid Goyal
946ae082e1
Nautilus by unkn0wn
2022-06-08 07:23:16 +05:30
Kovid Goyal
cf3ca9395e
Manage tags dialog: If tags are present in the add tags input when OK is clicked, add them automatically, without needing to click the plus button first
2022-06-06 08:41:53 +05:30
Kovid Goyal
741ecc3cce
Dont abort the quit if the in progress save finishes while the finish saving first popup is visible
2022-06-06 08:30:11 +05:30
Kovid Goyal
491f57b071
pep8
2022-06-06 08:24:46 +05:30
Kovid Goyal
0a6dbad59e
Merge branch 'master' of https://github.com/cbhaley/calibre
2022-06-06 07:39:33 +05:30
Charles Haley
9e5b656bd5
This commit works the way I want, ensuring the checked button is focused while using 'vanilla' Qt. It doesn't work around the odd behavior of backtab.
...
Apologies for the multiple commits. I don't know what happens if I remove commits in a pull request so I left them all.
2022-06-05 21:37:47 +01:00
Charles Haley
8d3d28da09
Make the accelerator on &Show work.
...
I am a bit concerned about why shift-tab works differently from tab. It clearly does, but perhaps because of a bug in Qt? In any event, without the code one gets stuck in the group box.
2022-06-05 17:40:51 +01:00
Kovid Goyal
0e9e771d1b
Cleanup previous PR
2022-06-05 20:43:41 +05:30
Kovid Goyal
ace0cc7e6c
Merge branch 'master' of https://github.com/cbhaley/calibre
2022-06-05 20:41:46 +05:30
Charles Haley
2ff3814a80
Forgot the keyboard accelerators.
2022-06-05 16:07:13 +01:00
Charles Haley
f500c9a45b
Enhancement #1977681 : additional display options for custom yes/no column
2022-06-05 15:55:18 +01:00
Kovid Goyal
f192171922
Economist apparently uses <small> for multi word phrases as well
...
Le bubbling sigh
2022-06-04 15:13:34 +05:30
Kovid Goyal
303380ba37
Merge branch 'master' of https://github.com/cbhaley/calibre
...
Fixes ##1977496
2022-06-03 19:01:01 +05:30
Charles Haley
b341100d12
I forgot the Key enum ...
2022-06-03 14:20:15 +01:00
Charles Haley
9db4584517
Bug #1977496 : shortcut for OK buttons
2022-06-03 14:17:23 +01:00
Kovid Goyal
fc1a064525
Update Scientific American
2022-06-02 13:00:37 +05:30
Kovid Goyal
8f30c16e98
Update Business Today
2022-06-01 20:54:50 +05:30
Kovid Goyal
b80ba397d5
...
2022-06-01 12:17:00 +05:30
Kovid Goyal
9bdc8b33e1
...
2022-05-31 13:00:05 +05:30
Kovid Goyal
909ab3723f
Fix warning from extlinks
2022-05-31 12:47:49 +05:30
Kovid Goyal
bece99941d
Workaround yet another regression in Sphinx
...
https://github.com/sphinx-doc/sphinx/issues/10498
2022-05-31 12:40:51 +05:30
Kovid Goyal
89eb12d8ec
Update Irish Times
...
Fixes #1976297 [Irish Times 'Failed to fetch news'](https://bugs.launchpad.net/calibre/+bug/1976297 )
2022-05-31 11:48:46 +05:30
Kovid Goyal
46cc7dc6c2
Skip PDF version of manual for Japanese
...
Getting a useable Japanese PDF out of Sphinx+LaTeX is a nightmare
2022-05-31 08:17:17 +05:30