Commit Graph

49235 Commits

Author SHA1 Message Date
David Li f1827e40d1 Feedback 2024-08-04 17:29:02 +09:00
David Li 5d9d21572e Fix import of manga epubs 2024-07-28 16:22:18 +09:00
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
Kovid Goyal b9c50b071a ... 2024-07-24 11:47:40 +05:30
Kovid Goyal d9561e2321 Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-07-24 11:47:19 +05:30
unkn0w7n 26af835e54 ... 2024-07-24 11:30:08 +05:30
unkn0w7n dc90b7840e Update livemint.recipe 2024-07-24 11:29:31 +05:30
Kovid Goyal ab5ff807af Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-07-23 19:23:49 +05:30
unkn0w7n 07d32a87a5 Update livemint.recipe 2024-07-23 19:23:15 +05:30
unkn0w7n a3d6090e11 Update Business Standard 2024-07-23 19:10:56 +05:30
beedaddy ff93e10e00 Merge branch 'kovidgoyal:master' into tolino 2024-07-23 14:09:40 +02:00
Kovid Goyal ab9cb22eac Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-07-23 17:38:04 +05:30
unkn0w7n 2641ef766e more specific_options 2024-07-23 17:30:52 +05:30
Martin Brodbeck 8dda8c384a unnecessary comments removed 2024-07-23 10:37:39 +02:00
Martin Brodbeck d8fbc9c4eb unnecessary comments removed 2024-07-23 10:27:04 +02:00
Martin Brodbeck 040ea26c20 don't check against hard coded dbversion 2024-07-23 10:06:10 +02:00
Martin Brodbeck fe9fe386ce Fix handling bookshelfs with tolinos 2024-07-23 10:02:17 +02:00
Kovid Goyal 02c75e7df7 pep8 2024-07-23 13:02:00 +05:30
Kovid Goyal bcaebe54eb Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-07-23 13:01:42 +05:30
unkn0w7n c6dab38b83 ... 2024-07-23 12:16:44 +05:30
unkn0w7n 402b952f4d ...
caravan, foreign affairs, frontline
2024-07-23 11:51:43 +05:30
Martin Brodbeck ca8d7117b9 minimise the risk of a regression bug 2024-07-22 15:34:04 +02:00
Kovid Goyal 9e0bf731d3 pep8 2024-07-22 18:50:02 +05:30
Kovid Goyal c9fefbcd54 Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-07-22 18:46:59 +05:30
unkn0w7n b2db7a11cd ... 2024-07-22 16:09:02 +05:30
unkn0w7n 006c372278 Update foreign_policy.recipe 2024-07-22 16:06:59 +05:30
unkn0w7n d166674234 ... 2024-07-22 15:40:45 +05:30
unkn0w7n 7e394d9c15 Update hindustan_times_print.recipe 2024-07-22 15:38:14 +05:30