Commit Graph

42502 Commits

Author SHA1 Message Date
Loic Houpert 7a20c84f17 fix artickle date check due to wrong timezone 2021-01-16 22:58:02 +01:00
Kovid Goyal b2bd85b507 string changes 2021-01-16 19:17:02 +05:30
Kovid Goyal 02af069255 Add a FAQ entry about viewer not working 2021-01-16 07:42:05 +05:30
Kovid Goyal e1788fe378 Merge branch 'master' of https://github.com/cbhaley/calibre 2021-01-15 17:47:53 +05:30
Charles Haley e6922b9983 Inline the formatter function contains() for better performance. 2021-01-15 11:56:23 +00:00
Kovid Goyal 6f0c2433bb Merge branch 'newsfeed_mediapart_add_timeoncover_image' of https://github.com/lhoupert/calibre 2021-01-15 16:06:19 +05:30
Loic Houpert 61afab60c2 add edition on cover 2021-01-15 11:22:55 +01:00
Kovid Goyal 1b7951d7ba Merge branch 'newsfeed_mediapart_add_timeoncover_image' of https://github.com/lhoupert/calibre 2021-01-15 14:51:14 +05:30
Loic Houpert d0ced3eb48 center text overlay for cover 2021-01-15 09:11:05 +01:00
Loic Houpert 6788921684 add date of creation on cover 2021-01-14 22:46:00 +01:00
Loic Houpert 9b34bf899d cover update2 2021-01-14 16:24:53 +01:00
Kovid Goyal 93aed4db7a Also add a test for AP based date formatting 2021-01-14 20:15:55 +05:30
Kovid Goyal 6daa33600d E-book viewer: Fix clock being displayed in 24 hr format on some systems even though system locale is set to use 12 hr format. 2021-01-14 20:13:14 +05:30
Kovid Goyal b657953478 Dont rely on the arguments of the activated signal as they are unknown in PyQt6 2021-01-14 03:15:39 +05:30
Kovid Goyal e4cce88002 Dont use deprecated QApplication.fontMetrics() 2021-01-13 18:35:35 +05:30
Kovid Goyal 3540abe33f Merge branch 'newsfeed_mediapart_add_cover_image' of https://github.com/lhoupert/calibre 2021-01-12 16:41:53 +05:30
Loic Houpert e210c16857 fix Mediapart covers disappearing in Kindle menu 2021-01-12 11:00:30 +01:00
Kovid Goyal 9b5605c9b9 Retry more on CI when vendor download fails 2021-01-12 07:36:31 +05:30
Kovid Goyal 1d89aa737a Fix detection of missing speech-dispatcher on linux 2021-01-12 07:15:49 +05:30
Kovid Goyal 5f41c8f40f Update Mediapart
Merge branch 'edit_mediapart_newsfeed' of https://github.com/lhoupert/calibre
2021-01-12 04:37:48 +05:30
Loic Houpert ec2562fcbf :erge branch 'master' of https://github.com/kovidgoyal/calibre into edit_mediapart_newsfeed 2021-01-11 21:44:38 +01:00
Loic Houpert c7174bc8d6 rewritte my_parse_index so it handles more sections 2021-01-11 21:43:50 +01:00
Kovid Goyal e91ebda5e8 When detecting plugin zip safety dont use a hardcoded list of native code extensions 2021-01-11 07:19:25 +05:30
Kovid Goyal 31a1ce8d4a Fix #1910904 [[Enhancement] Use a Cancel button instead of a Discard button](https://bugs.launchpad.net/calibre/+bug/1910904) 2021-01-10 16:42:34 +05:30
Kovid Goyal 312754acb6 String changes 2021-01-10 07:39:50 +05:30
Kovid Goyal 34da60c843 Merge branch 'Allow_running_on_python_37' of https://github.com/madpilot78/calibre 2021-01-09 17:38:37 +05:30
Guido Falsi fc9a480cd4 Use python 3.7 compatible syntax.
The := operator was introduced in python 3.8. I don't think making calibre incompatible with previous python versions is worth the use of the new operator here.

FreeBSD at least uses python 3.7 by default and this would cause problems in providing calibre to users, and require them to custom compile software to get it.
2021-01-09 11:44:07 +01:00
Kovid Goyal 986408809c Bulk metadata edit: Fix regression that inverted the meaning of the case sensitivity setting in the Search & replace tab 2021-01-09 06:25:30 +05:30
Kovid Goyal 78a001b335 calibredb list: Fix incorrect output when redirecting to file
py3 compat, caused by mix of text and binary output streams.
2021-01-09 06:08:51 +05:30
Kovid Goyal bd9f294318 Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1910662 [Quickview: Composite column shows as one string?](https://bugs.launchpad.net/calibre/+bug/1910662)
2021-01-08 16:57:24 +05:30
Charles Haley 84b0c4a318 Bug #1910662: Composite column shows as one string 2021-01-08 10:27:31 +00:00
Kovid Goyal b33ea2fcd3 Add a reference to Qt bug for mediaplaypause 2021-01-08 14:40:37 +05:30
Kovid Goyal 4624fcc1f8 Add bug numbers for CS crash 2021-01-08 10:27:02 +05:30
Kovid Goyal d96d52a939 ... v5.9.0 2021-01-08 09:10:13 +05:30
Kovid Goyal 8eb56f4e1d version 5.9.0 2021-01-08 08:32:31 +05:30
Kovid Goyal f3e5461d00 Remove ctypes based sendfile wrapper since os.sendfile is available in py3 2021-01-07 10:39:59 +05:30
Kovid Goyal 2b08beb226 Fix #1909314 [[Enhancement - Content server] Delete book by pressing Delete key on the Book details page](https://bugs.launchpad.net/calibre/+bug/1909314) 2021-01-06 18:57:49 +05:30
Kovid Goyal 54c6c6e3d7 Add a download button to the export highlights dialog 2021-01-06 15:09:49 +05:30
Kovid Goyal 13d829c74a Add links in markdown export for browser viewer 2021-01-06 14:57:06 +05:30
Kovid Goyal fa85e012dd Content server viewer: Allow exporting all highlights
Fixes #1909529 [Browser viewer: Highlight management](https://bugs.launchpad.net/calibre/+bug/1909529)
2021-01-06 14:38:14 +05:30
Kovid Goyal d457997830 String changes 2021-01-06 14:08:10 +05:30
Kovid Goyal fdb8bcd4b5 ... 2021-01-06 10:56:16 +05:30
Kovid Goyal 77658f4c95 Build with sip 6 on Arch CI 2021-01-06 08:38:22 +05:30
Kovid Goyal a30d4be28d Merge branch 'patch-1' of https://github.com/madphysicist/calibre 2021-01-06 08:34:05 +05:30
Joseph Fox-Rabinovitz 61b88e5288 Code formatting issue in comment
Original rendering here: https://manual.calibre-ebook.com/plugins.html#catalog-plugins
2021-01-05 16:24:40 -06:00
Joseph Fox-Rabinovitz b62dee010a wrapping 2021-01-05 16:20:19 -06:00
Joseph Fox-Rabinovitz 487a598d29 Fixed resource leak in HelloWorld plugin? 2021-01-05 16:02:52 -06:00
Joseph Fox-Rabinovitz 8da7110fc8 Punctuation, wrapping 2021-01-05 15:55:18 -06:00
Joseph Fox-Rabinovitz 0b4c130126 More wrapping and punctuation
Why is the long XPATH expression being wrapped in the output?
2021-01-05 13:26:06 -06:00
Joseph Fox-Rabinovitz 6912bec1c9 Line wrap and typo 2021-01-05 12:26:36 -06:00