osman
8b3d451c29
Merge branch 'master' of https://github.com/kovidgoyal/calibre
2023-07-11 19:15:39 -07:00
osman
a72df373d7
Add all official Wapo feeds.
2023-07-11 19:12:52 -07:00
Kovid Goyal
67ba227f90
Fix zero division error in spell check when list of words is empty
2023-07-12 07:34:23 +05:30
Sotiris Papatheodorou
4bf31fa581
Add recipe for ThePressProject
2023-07-11 22:49:01 +02:00
Kovid Goyal
8daa598bb9
Merge branch 'layout-icon' of https://github.com/un-pogaz/calibre
2023-07-11 21:44:16 +05:30
un-pogaz
fcd6c95233
add layout icon
2023-07-11 11:39:51 +02:00
Kovid Goyal
bc4f0113d9
Merge branch 'master' of https://github.com/cbhaley/calibre
2023-07-11 06:14:21 +05:30
Charles Haley
73840a950c
Prevent attempts at creating empty user subcategories if the option to hide empty categories is set. Previously a Nonetype exception was thrown.
2023-07-10 20:45:16 +01:00
Kovid Goyal
d3803affa0
Make the dict a map of panel enum items since we cant guarantee that translated names are unique
2023-07-10 17:36:55 +05:30
Kovid Goyal
64a31a1efb
Merge branch 'master' of https://github.com/cbhaley/calibre
2023-07-10 17:27:21 +05:30
Charles Haley
4e900992f1
Add docstrings as suggested.
2023-07-10 12:52:12 +01:00
Kovid Goyal
ce7c2c6d14
remove unused code
2023-07-10 16:34:24 +05:30
Kovid Goyal
e2a7ce6bba
Merge branch 'master' of https://github.com/cbhaley/calibre
2023-07-10 16:19:00 +05:30
Charles Haley
cc0feb7681
Cleanup of PR cleanup
2023-07-10 11:13:36 +01:00
Kovid Goyal
cf131b765f
Cleanup previous PR
...
Ensure that if the button names in gui2.init are ever changes we will
get an exception on startup.
2023-07-10 12:00:38 +05:30
Kovid Goyal
013d7c165b
Merge branch 'master' of https://github.com/cbhaley/calibre
2023-07-10 11:22:46 +05:30
Charles Haley
278387a7d6
Provide an API for action chains and view manager to show and hide calibre panels. I did it as an Action because these are easy for the plugins to use. In fact, Action Chains requires no work.
2023-07-09 13:36:38 +01:00
Kovid Goyal
aed7358824
Delay load gesture names
2023-07-09 16:54:03 +05:30
Kovid Goyal
1c743ac686
Cleanup previous PR
...
Fixes #2025355 [Metadata wrong for books from gui.download_ebook](https://bugs.launchpad.net/calibre/+bug/2025355 )
2023-07-09 16:44:47 +05:30
Kovid Goyal
b85735f767
Merge branch 'fix-2025355' of https://github.com/ping/calibre
2023-07-09 16:38:42 +05:30
ping
4cb5db6bd9
Fix #2025355 [Metadata wrong for books from gui.download_ebook]( https://bugs.launchpad.net/calibre/+bug/2025355 )
2023-07-08 17:46:08 +08:00
Kovid Goyal
efe1e31731
Windows: Fix empty data folder getting created in directory calibre is launched from when changing title/author for a book with an existing data folder
2023-07-05 12:13:00 +05:30
Kovid Goyal
99ef684419
Ignore failures to expire old trash during startup
...
These are not critical and can prevent calibre from starting with a bad
database error which is pretty confusing. See #2025814 (Apparently missing library)
2023-07-04 21:40:49 +05:30
Kovid Goyal
306d4f4c37
Amazon metadata download: Fix retrieval of publisher information from amazon.fr
...
Fixes #2025786 [Amazon.fr metadata fetching doesn't work properly](https://bugs.launchpad.net/calibre/+bug/2025786 )
2023-07-04 20:36:41 +05:30
Kovid Goyal
0ad4d24f90
...
2023-07-04 19:33:27 +05:30
Kovid Goyal
437ca3bec2
string changes
2023-07-03 19:04:08 +05:30
Kovid Goyal
501aa41609
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2023-07-02 13:25:32 +05:30
unkn0w7n
09df62c428
hindutamil.recipe
2023-07-02 12:38:41 +05:30
Kovid Goyal
3d2287ef49
flake8 fixes
2023-07-02 07:20:06 +05:30
Kovid Goyal
050c9caa3d
Merge branch 'patch-20' of https://github.com/Sophist-UK/calibre
2023-07-02 07:20:00 +05:30
Sophist
1def665183
Tweaks to content, formatting and metadata
2023-07-01 21:46:25 +01:00
Sophist
3baef4a41e
Improve Private_Eye.Recipe
...
Rewrite (by Sophist-UK) to fit latest web pages, correctly identify pages to include and improve formatting.
Please run the existing recipe and this revised one and compare the contents between them. Also compare new output to web site to see how much closer it looks.
2023-07-01 16:12:26 +01:00
Kovid Goyal
a3b42042aa
Merge branch 'patch-19' of https://github.com/Sophist-UK/calibre
2023-07-01 10:10:43 +05:30
Sophist
17c095c209
Add change log
2023-06-30 20:45:07 +01:00
Sophist
170409f9e7
Fix group in builtin recipe UI tree
...
Because it say `en-Us` rather than `en` or `en-us` it appears in a branch on its own.
Since this site is web -design oriented and not specific to the USA, I have chosen to change it to `en` rather than `en-us` so it appears under English rather than English (United States).
Note: This is one of many language tweaks that are needed to clean up the UI. I will try to do as many as I can - please advise whether you would like them submitted as a single PR or in individual PRs.
2023-06-30 20:41:17 +01:00
Kovid Goyal
ca2b4e02ed
Remove PoDoFo 0.10.0 compat path
...
Since podofo 0.10.1 is released and has various performance and security
fixes over 0.10.0, everyone should use that.
2023-06-30 09:50:16 +05:30
Kovid Goyal
27981cd3aa
...
v6.22.0
2023-06-30 07:24:16 +05:30
Kovid Goyal
5341dfd23c
version 6.22.0
2023-06-30 07:09:17 +05:30
Kovid Goyal
1953745041
Bump version of podofo to latest release
2023-06-29 17:15:09 +05:30
Kovid Goyal
58c609fa7d
Merge branch 'fix-recipe-covers' of https://github.com/ping/calibre
2023-06-28 11:25:13 +05:30
Kovid Goyal
e454b0c6d4
add a simple append test for PDF
2023-06-28 11:24:45 +05:30
ping
c1634e6df5
Fix recipe cover_url for Foreign Affairs, Nature
2023-06-28 13:50:26 +08:00
Kovid Goyal
6e990c3c15
PDF Output: Fix regression that caused large slowdowns when converting books with lots of internal HTML files to PDF
...
Sadly the podofo maintainer has not made a release so we are building a
commit.
2023-06-28 11:09:32 +05:30
Kovid Goyal
69ca92de92
Fix #2025088 [Kobo database version unsupported (22 June 2023; firmware ver. 4.37.21533)]( https://bugs.launchpad.net/calibre/+bug/2025088 )
2023-06-27 07:02:33 +05:30
Kovid Goyal
f42d0aaf6c
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2023-06-26 07:40:20 +05:30
unkn0w7n
3865197e1b
Update google_news.recipe
2023-06-26 01:29:55 +05:30
unkn0w7n
0c6f9949cd
...
2023-06-26 01:18:59 +05:30
unkn0w7n
a655f3cfac
Bloomberg recipes update
...
increased delay.
2023-06-26 00:59:52 +05:30
Kovid Goyal
258e168687
Merge branch 'optimize-images' of https://github.com/un-pogaz/calibre
2023-06-25 08:46:42 +05:30
un-pogaz
59bd2bc260
optimize images
2023-06-24 21:40:11 +02:00