Commit Graph

42514 Commits

Author SHA1 Message Date
Kovid Goyal 0bdaf44cfb py3 compat for mtp on unix error reporting 2021-01-18 08:04:44 +05:30
Kovid Goyal 05776164d0 Merge branch 'master' of https://github.com/cbhaley/calibre 2021-01-17 19:35:18 +05:30
Charles Haley cfbff3d98f New template function: field_exists() 2021-01-17 13:56:55 +00:00
Charles Haley b7c4fcd711 Enhancement: allow template functions add() and multiply() to take a variable number of arguments. 2021-01-17 13:56:28 +00:00
Kovid Goyal c577025037 pep8 2021-01-17 19:19:05 +05:30
Kovid Goyal e3cde00f98 Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1912074 [Enhancement Request: Increase size of Edit Saved Search](https://bugs.launchpad.net/calibre/+bug/1912074)
Fixes #1912081 [Saved searches are case-sensitive](https://bugs.launchpad.net/calibre/+bug/1912081)
2021-01-17 19:16:57 +05:30
Charles Haley aec0185f0c Show template function type in the template editor's function list. 2021-01-17 11:27:42 +00:00
Charles Haley 9df7d7ead9 Enhancement #1912081: make saved search lookup case insensitive. 2021-01-17 11:09:31 +00:00
Charles Haley 9c0fabff25 Enhancement #1912074: make the saved search editor multiline. 2021-01-17 10:59:15 +00:00
Kovid Goyal d33e6ebad4 Merge branch 'newsfeed_mediapart_fix_timezone_bug' of https://github.com/lhoupert/calibre 2021-01-17 05:57:19 +05:30
Kovid Goyal 9546557ec9 String changes 2021-01-17 05:46:35 +05:30
Loïc b255a71404 fix formatting to follow previous Calibre version 2021-01-16 23:09:44 +01:00
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