Commit Graph

36431 Commits

Author SHA1 Message Date
Kovid Goyal c0a5cb4270 Add a warning about renaming a library causing calibre:// URLs pointing to it to stop working 2023-07-18 09:28:57 +05:30
Kovid Goyal e6d838ad45 pep8 2023-07-17 06:58:13 +05:30
Charles Haley babae5c3cd Use the new layout icon on the status bar as suggested here:
https://www.mobileread.com/forums/showthread.php?p=4339960#post4339960
2023-07-15 09:57:26 +01:00
Kovid Goyal 52c3084aa3 Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #2027727 [Accented characters in tag browser find](https://bugs.launchpad.net/calibre/+bug/2027727)
2023-07-14 20:18:11 +05:30
Charles Haley befbcb112f Enhancement #2027727: Accented characters in tag browser find 2023-07-14 14:15:11 +01:00
Kovid Goyal e5222ccdde Windows: HTML Input: Fix error when trying to add HTML files with links to other files that are invalid pathnames. Fixes #2027763 [Convert HTML page to EPUB is no longer possible](https://bugs.launchpad.net/calibre/+bug/2027763) 2023-07-14 11:28:56 +05:30
Kovid Goyal 941730f56f version 6.23.0 2023-07-14 06:59:18 +05:30
Kovid Goyal f77c451716 PDF Output: Add an option to discard the book cover instead of inserting it as the first page of the PDF. Fixes #2025942 [Add no-cover option to PDF output, like DOCX output](https://bugs.launchpad.net/calibre/+bug/2025942) 2023-07-13 20:09:45 +05:30
Kovid Goyal 15cd88472a Remove no longer needed lang+country translations 2023-07-13 19:35:01 +05:30
Kovid Goyal af5bd7ee60 Translate language and country names separately in the fetch news dialog 2023-07-13 19:27:52 +05:30
Kovid Goyal aaeeb51573 Add country name translations from the iso-codes project 2023-07-13 18:28:11 +05:30
Kovid Goyal d9d2e798ca Use the translations for language names from the iso-codes project 2023-07-13 17:59:22 +05:30
Kovid Goyal 9f02e0a91c ... 2023-07-13 15:06:57 +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 f1ee07e199 Also lowercase language 2023-07-13 07:38:03 +05:30
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 6492b297dc Fix categorization of en_UK recipes 2023-07-12 17:45:14 +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 67ba227f90 Fix zero division error in spell check when list of words is empty 2023-07-12 07:34:23 +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
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
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
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
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 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 5341dfd23c version 6.22.0 2023-06-30 07:09:17 +05:30
Kovid Goyal e454b0c6d4 add a simple append test for PDF 2023-06-28 11:24:45 +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
NogNoa 3321d27ef7 Merge branch 'master' of https://github.com/NogNoa/calibre 2023-06-24 00:21:47 +03:00
Kovid Goyal e7f8ee5cd6 E-book viewer: Fix selection popup not showing for some books on some platforms when the selection is in the top line. Fixes #2024375 [Private bug](https://bugs.launchpad.net/calibre/+bug/2024375) 2023-06-23 09:28:24 +05:30
Kovid Goyal 44eb122aba ... 2023-06-22 09:59:05 +05:30
NogNoa b5d6e0a964 add altimg to link_attrs 2023-06-21 17:48:07 +03:00
Kovid Goyal 46142b590c Fix #2024366 [Review Downloaded Metadata: Visible but unusable clear buttons](https://bugs.launchpad.net/calibre/+bug/2024366) 2023-06-20 15:24:58 +05:30
Kovid Goyal b3a19a0afc DOCX Output: Fix multiple SVG images in the input document causing all the SVG images in the output to be just one of the input images. Fixes #2024433 [Private bug](https://bugs.launchpad.net/calibre/+bug/2024433)
Stupid python loop variable binding rules.
2023-06-20 14:27:23 +05:30
Kovid Goyal cb41907196 Let the browser engine tell us if the selection is hidden or not 2023-06-19 10:33:50 +05:30