48320 Commits

Author SHA1 Message Date
Kovid Goyal
a209713677
Remove the in src copy of the ISO lang and country code data
Instead download it when building the resources
2023-07-13 14:17:40 +05:30
Kovid Goyal
5a74da0443
Remove unused code 2023-07-13 11:32:44 +05:30
Kovid Goyal
98343d3720
Use common name as country name 2023-07-13 11:02:17 +05:30
Kovid Goyal
12b2de5d06
Update ISO 639-3 db from /usr/share/iso-codes/json/iso_639-3.json 2023-07-13 08:44:45 +05:30
Kovid Goyal
63f8e5f1b0
Update ISO 3166 database from /usr/share/iso-codes/json/iso_3166-1.json 2023-07-13 08:43:30 +05:30
Kovid Goyal
d280d0cdf6
Merge branch 'patch-17' of https://github.com/Sophist-UK/calibre 2023-07-13 08:14:44 +05:30
Kovid Goyal
b1142ab3be
Merge branch 'patch-16' of https://github.com/Sophist-UK/calibre 2023-07-13 08:14:04 +05:30
Kovid Goyal
01d3e45a18
Move code to load ISO 3166 data into localization.py 2023-07-13 08:13:09 +05:30
Kovid Goyal
a562c1f637
Couple of german tagged recipes 2023-07-13 07:54:45 +05:30
Kovid Goyal
f1ee07e199
Also lowercase language 2023-07-13 07:38:03 +05:30
Sophist
359ebd2c19
Make title consistent with other arabic titles
i.e. Arabic first, then latin.
2023-07-12 22:48:02 +01:00
Sophist
1512bd2579
Arabic edition of a Ukrainian newspaper
Mark as Arabic_Ukrainian
2023-07-12 22:43:21 +01:00
Sophist
37fbf67369
Mark as being Egyptian Arabic
News site is specifically egyptian.
2023-07-12 22:39:11 +01:00
Kovid Goyal
74bd089c64
compile_srv should use the headless exe when running calibre-debug 2023-07-12 21:25:16 +05:30
Kovid Goyal
b8ea550a76
Handle compile_srv() being run in a non-GUI thread 2023-07-12 21:08:05 +05:30
Kovid Goyal
d594981038
Normalize recipe language codes to use underscore and capitals for country code 2023-07-12 20:42:01 +05:30
Kovid Goyal
ca6709e99d
Add missing language to some recipes 2023-07-12 17:47:24 +05:30
Kovid Goyal
6492b297dc
Fix categorization of en_UK recipes 2023-07-12 17:45:14 +05:30
Kovid Goyal
7ff965be8b
All en-US recipes belong in plain en move the outliers 2023-07-12 17:37:16 +05:30
Kovid Goyal
877dd2da1d
Content server: Allow opening the book details page for a matches book from the Full text search results page. Fixes #2025333 [Link to Book Details in FTS - Content Server](https://bugs.launchpad.net/calibre/+bug/2025333) 2023-07-12 15:18:12 +05:30
Kovid Goyal
2a409302cd
LIT Output: Fix error converting anything to LIT on Windows. Fixes #2026795 [can't convert epub to lit](https://bugs.launchpad.net/calibre/+bug/2026795) 2023-07-12 11:55:24 +05:30
Kovid Goyal
88c92c56f7
Update Guardian & Observer 2023-07-12 08:06:27 +05:30
Kovid Goyal
6c8faf379f
Merge branch 'master' of https://github.com/breadtk/calibre 2023-07-12 07:56:45 +05:30
Kovid Goyal
26034418c4
Merge branch 'recipe-the-press-project' of https://github.com/sotpapathe/calibre 2023-07-12 07:52:30 +05:30
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