Commit Graph

49260 Commits

Author SHA1 Message Date
unkn0w7n 068f310aa3 Update wsj.recipe 2024-08-04 09:03:41 +05:30
Kovid Goyal 185f7b746f Merge branch 'fix/recipes-nautilus-choose-better-cover-img' of https://github.com/wbradley93/calibre 2024-08-04 09:02:00 +05:30
Wes Bradley a54429af0e fix: choose a Nautilus cover image without the weird border 2024-08-03 18:49:33 -05:00
Kovid Goyal 283dff5177 Merge branch 'typos2' of https://github.com/luzpaz/calibre 2024-08-03 06:58:25 +05:30
luzpaz e666ac3144 Fix various typos in codebase
Foiund via `codespell -q 3 -S "./Changelog.*,./resources/dictionaries" -L alo,ans,bu,fo,lokale,lokales,nd,pard,ro,tha,te,ths,ue,vai `
2024-08-02 13:12:09 -04:00
Kovid Goyal f198b029e7 When adding books that do not have title sort metadata auto-generate it based on the book's language 2024-08-02 21:36:47 +05:30
Kovid Goyal d597d59b25 Ensure field metadata is initialised before constructing downloaded books list 2024-08-02 21:01:03 +05:30
Kovid Goyal 8fa1980710 Another try at #2073972 2024-08-02 20:56:55 +05:30
Kovid Goyal 679848a577 Fix #2075562 [[Enhancement] MDE: Keep focus on current field when navigating books](https://bugs.launchpad.net/calibre/+bug/2075562) 2024-08-02 19:12:31 +05:30
Kovid Goyal 0602497666 Merge branch 'master' of https://github.com/cbhaley/calibre 2024-08-02 18:31:58 +05:30
Charles Haley 358aa8c4c6 Enhancement #2075565: Quickview: Tooltip displaying cell contents 2024-08-02 11:21:26 +01:00
Kovid Goyal 5203dc48d3 Windows: Book details panel: Fix selection not visible when using the system default theme 2024-08-02 12:19:49 +05:30
Kovid Goyal b0ddcfdc5a Merge branch 'typos' of https://github.com/luzpaz/calibre 2024-08-01 21:00:05 +05:30
luzpaz 7d557904d5 Fix various typos
Found via `codespell -q 3 -S "./Changelog.*,./resources/dictionaries" -L alo,ans,nd,pard,ro`
2024-08-01 11:25:44 -04:00
Kovid Goyal 8a3e884686 update Various Russian and Ukranian news sources 2024-07-31 18:55:52 +05:30
Kovid Goyal 8848324da8 Update the creating sub group section of the manual to match the current UI 2024-07-31 14:57:05 +05:30
Kovid Goyal f6560bcc92 Merge branch 'master' of https://github.com/cbhaley/calibre 2024-07-31 08:03:18 +05:30
Kovid Goyal 07d2e66ee6 version 7.16.0 v7.16.0 2024-07-31 06:21:49 +05:30
Charles Haley 7eb126aa9a Add an edit metadata button in the template tester for each book being examined. 2024-07-30 18:42:35 +01:00
Kovid Goyal 199b435464 Nicer error message when template not specified 2024-07-30 20:11:50 +05:30
Kovid Goyal ce873c757a Possible fix for exception on direct access to local books
Cannot reproduce so not sure.

Fixes #2073972 [[Content Server] Downloaded Books page error when using Custom Book List](https://bugs.launchpad.net/calibre/+bug/2073972)
2024-07-30 15:28:00 +05:30
Kovid Goyal c8f7cf15c1 Better file not found error 2024-07-30 15:15:12 +05:30
Kovid Goyal 3eca4a53d0 Redirect to home on invalid book id 2024-07-30 15:10:49 +05:30
Kovid Goyal 38a1bf50d8 Fix #2075128 [Private bug](https://bugs.launchpad.net/calibre/+bug/2075128) 2024-07-30 13:51:33 +05:30
Kovid Goyal 863abac24e Fix #2075130 [Private bug](https://bugs.launchpad.net/calibre/+bug/2075130) 2024-07-30 13:40:21 +05:30
Kovid Goyal d56574285e Fix #2075131 [Private bug](https://bugs.launchpad.net/calibre/+bug/2075131) 2024-07-30 13:36:39 +05:30
Kovid Goyal bcd0ab12c4 Fix #2075125 [Private bug](https://bugs.launchpad.net/calibre/+bug/2075125) 2024-07-30 13:11:31 +05:30
Kovid Goyal f3420c6b15 Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-07-27 13:25:16 +05:30
unkn0w7n 2025f05a1b Update hbr.recipe 2024-07-27 13:21:43 +05:30
unkn0w7n 3fe8bfd89a update sportstar 2024-07-27 13:19:55 +05:30
Kovid Goyal b0e1d97af6 Also open multiple paths when dropped onto running editor instance 2024-07-27 11:03:19 +05:30
Kovid Goyal 4c0df1ba17 Clean up FileOpen event handling 2024-07-27 10:57:34 +05:30
Kovid Goyal 28fded9122 macOS: Fix opening multiple books from Finder with the editor only opening one of the books 2024-07-27 10:50:45 +05:30
Kovid Goyal f524711a3b Kobo driver: Fix typo in SQL query 2024-07-27 09:34:52 +05:30
Kovid Goyal 6d4114f473 Merge branch 'lrf-viewer-fix' of https://github.com/qykth-git/calibre 2024-07-26 12:47:58 +05:30
YOKOTA Hiroshi 13be0c28f2 Fix LRF viewer
LRF viewer will not start from command line.

See also: https://github.com/kovidgoyal/calibre/pull/2198

----
Traceback (most recent call last):
  File ".../lrfviewer", line 21, in <module>
    sys.exit(main())
             ^^^^^^
  File ".../calibre/gui2/lrf_renderer/main.py", line 312, in main
    main = file_renderer(stream, opts, logger=logger)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File ".../calibre/gui2/lrf_renderer/main.py", line 263, in file_renderer
    m = Main(logger, opts, parent=parent)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File ".../calibre/gui2/lrf_renderer/main.py", line 72, in __init__
    self.setupUi(self)
  File ".../calibre/gui2/lrf_renderer/main_ui.py", line 35, in setupUi
    self.graphics_view = BookView(parent=self.viewer_page)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: BookView.__init__() got an unexpected keyword argument 'parent'
2024-07-26 16:04:45 +09:00
Kovid Goyal e5ef3b8b88 Fix #2074147 [[Enhancement Request] Date change form 'undefined' with mouse wheel error](https://bugs.launchpad.net/calibre/+bug/2074147) 2024-07-26 12:32:27 +05:30
Kovid Goyal d5c2fa29ec Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-07-26 10:51:35 +05:30
unkn0w7n 0a567a206a ... 2024-07-26 10:48:05 +05:30
Kovid Goyal 28340111d1 pep8 2024-07-26 10:47:11 +05:30
unkn0w7n 230812bc74 ... 2024-07-26 10:46:14 +05:30
Kovid Goyal 21583ad1d0 Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-07-26 10:45:44 +05:30
unkn0w7n e848f9ba30 Update specific_options 2024-07-26 10:38:58 +05:30
Kovid Goyal 9d174f5cac DRYer 2024-07-26 10:32:56 +05:30
Kovid Goyal 93e66c25ac Bump version for preview release 2024-07-26 09:37:26 +05:30
Kovid Goyal 1394391e76 Cleanup previous PR 2024-07-26 09:32:26 +05:30
Kovid Goyal 6ac03c2331 Merge branch 'tolino' of https://github.com/beedaddy/calibre 2024-07-26 09:26:56 +05:30
Martin Brodbeck afbd4cb84f Adapt one more query to new boolean values 2024-07-25 13:04:31 +02:00
Kovid Goyal 730326c7af Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-07-25 13:09:38 +05:30
unkn0w7n 76684b3a2b ... 2024-07-25 12:49:25 +05:30