37787 Commits

Author SHA1 Message Date
Kovid Goyal
d205255cb7
Update amazon Get books plugin for markup change 2019-03-08 08:51:43 +05:30
Kovid Goyal
7667b177d8
Fix a regression in the previous release that broke Copy to library and delete after when copying a duplicated book. Fixes #1816224 [Bug when copying an existing book from one library to another](https://bugs.launchpad.net/calibre/+bug/1816224) 2019-03-08 08:37:09 +05:30
Kovid Goyal
293571cb8a
Update Amazon metadata download plugin for changes to amazon results page markup 2019-03-08 05:17:22 +05:30
Kovid Goyal
30d0b71027
Merge branch 'master' of https://github.com/benages/calibre 2019-03-07 17:41:49 +05:30
Juanjo Benages
0dc35d543d Add recipe for elperiodicomediterraneo.com 2019-03-07 12:52:25 +01:00
Kovid Goyal
59ec0ad2a7
Allow adding files to selected book records from the clipboard. To use copy a file from windows explorer, right click the Add books button and choose: Add files to selected books from clipboard
See #1815419 ([Enhancement] New option for calibre command)
2019-03-07 14:17:10 +05:30
Kovid Goyal
b523de9813
Content server: Fix {id} not working in the custom list template
Fixes #1818308 [{id} shows as blank in content server template](https://bugs.launchpad.net/calibre/+bug/1818308)
2019-03-07 11:26:15 +05:30
Kovid Goyal
0161d6ce08
Some more incorrect uses of ngettext 2019-03-07 10:59:36 +05:30
Kovid Goyal
0adddea81b
Book details panel: Allow editing the identifiers for the book by right clicking on the existing Ids. Fixes #1815005 [[Enhancement] Allow adding Identifiers on Books Detail Panel](https://bugs.launchpad.net/calibre/+bug/1815005) 2019-03-07 10:36:39 +05:30
Kovid Goyal
addf9af51a
Fix generation of trnaslation template for website 2019-03-07 10:22:39 +05:30
Kovid Goyal
6c0be97ad5
Fix incorrect use of ngettext 2019-03-07 10:18:35 +05:30
Kovid Goyal
a4e79a2a59
EPUB/MOBI Catalogs: Fix presets not saving title and format information. Fixes #1818838 [Catalog Json file don't store Title and Format](https://bugs.launchpad.net/calibre/+bug/1818838) 2019-03-06 20:53:44 +05:30
Kovid Goyal
24a9ebd3af
Content server: Allow specifying custom URLs for the "Search the internet" feature via Preferences->Sharing over the net->Search the internet. Fixes #1810923 [[Enhancement]: Search the internet on Content Server](https://bugs.launchpad.net/calibre/+bug/1810923) 2019-03-06 20:36:19 +05:30
Kovid Goyal
30e25ecf21
Edit book: Fix pasting of image from clipboard using (Ctrl-V) not working 2019-03-05 10:07:48 +05:30
Kovid Goyal
20ba5d597f
Fix #1816391 [black-curtain-redirect not work](https://bugs.launchpad.net/calibre/+bug/1816391) 2019-03-05 09:58:44 +05:30
Kovid Goyal
1f3c8a6ee4
Linux: Use setDesktopFileName when compiled against new enough Qt
Apparently Plasma with Wayland backend needs it. Fixes #1818436 [Calibre icon is incorrect on KDE Plasma Wayland session](https://bugs.launchpad.net/calibre/+bug/1818436)
2019-03-04 07:20:07 +05:30
Kovid Goyal
bf40fb88f7
Quanta Magazine by lui1 2019-03-01 21:05:49 +05:30
Kovid Goyal
09d40007b2
Update Scientific American 2019-03-01 09:05:29 +05:30
Kovid Goyal
a2b16ded41
Use pipe2 if available 2019-03-01 06:55:40 +05:30
Kovid Goyal
86eb977bb9
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1812560 [ISO date display format hinders editing](https://bugs.launchpad.net/calibre/+bug/1812560)
2019-02-28 20:10:53 +05:30
Charles Haley
b38a476b5e Correct fix for bug #1812560: 'iso' format not working. The pattern HH doesn't appear to work in the current Qt, and one place where 'iso' needed to be matched was missed. 2019-02-28 14:26:24 +00:00
Kovid Goyal
494140ecc1
Fix #1817828 [Economist Magazine download not working](https://bugs.launchpad.net/calibre/+bug/1817828) 2019-02-27 11:25:56 +05:30
Kovid Goyal
7fd2cb4893
Misc py3 porting work 2019-02-27 08:55:21 +05:30
Kovid Goyal
7a6fbdac2c
Remove trailing spaces 2019-02-27 08:40:54 +05:30
Kovid Goyal
7a99290a14
Port msdes to python 3
Fixes #937 (Port msdes plugin to build on python2/python3 )
2019-02-27 08:35:49 +05:30
Kovid Goyal
9fba382f7f
Merge branch 'py3' of https://github.com/eli-schwartz/calibre 2019-02-27 06:42:51 +05:30
Eli Schwartz
ba87a97308 Port freetype plugin to build on python2/python3 2019-02-26 19:52:15 -05:00
Kovid Goyal
e3f51686ee
Merge branch 'py3' of https://github.com/eli-schwartz/calibre 2019-02-27 05:44:53 +05:30
Eli Schwartz
acf92b5066 Port sqlite_custom plugin to build on python2/python3 2019-02-26 18:06:30 -05:00
Kovid Goyal
a629e3bf1a
... 2019-02-26 15:12:07 +05:30
Kovid Goyal
9695a6e1cc
Merge branch 'py3' of https://github.com/eli-schwartz/calibre 2019-02-26 08:39:42 +05:30
Eli Schwartz
247e0b557b Port qt_hack plugin to build on python2/python3 2019-02-25 22:04:26 -05:00
Eli Schwartz
3258c464e7 Port headless plugin to build on python2/python3
The only thing needed is to port the buildsystem to not pass strings
starting with a "b" as build flags.
2019-02-25 22:04:26 -05:00
Eli Schwartz
2761fd5bd0 C extensions: fix use of self->ob_type everywhere
Part of general preparations for the python3 port.
2019-02-25 22:04:26 -05:00
Eli Schwartz
acd683b3ac remove incorrect use of b'' string
There's no need to check on python2 that a string in os.environ is a
bytestring, and it breaks hard on python3.
2019-02-25 21:47:25 -05:00
Kovid Goyal
7640a27b13
Update Taipei Times 2019-02-26 07:44:14 +05:30
Kovid Goyal
fe291a5958
... 2019-02-26 07:11:25 +05:30
Kovid Goyal
7d00c4b0f4
macOS: Respect the system setting for text insertion cursor blink time
This value can be changed with the following commands:

defaults write -g NSTextInsertionPointBlinkPeriodOff -float 500
defaults write -g NSTextInsertionPointBlinkPeriodOn -float 500
2019-02-25 09:16:06 +05:30
Kovid Goyal
3137572207
Fix #1817460 [harpers print magazine recipe broken](https://bugs.launchpad.net/calibre/+bug/1817460) 2019-02-25 07:56:48 +05:30
Kovid Goyal
c81ffa6d1a
Merge branch 'master' of https://github.com/cbhaley/calibre
Tag browser: Category editor: Add a checkbox to restrict the entries shown to only those present in the current Virtual library
2019-02-24 10:34:58 +05:30
Charles Haley
a0f92e9fbb Enhancement: add restricting to the current VL in the tag browser category editor. See https://www.mobileread.com/forums/showthread.php?t=315414 2019-02-23 14:11:53 +00:00
Kovid Goyal
306959fd4a
Update General Knowledge Today
Fixes #1817256 [Unable to fetch "General Knowledge today"](https://bugs.launchpad.net/calibre/+bug/1817256)
2019-02-23 08:56:19 +05:30
Kovid Goyal
482b24e888
Forgot to change fmt string for build value as well 2019-02-21 10:24:56 +05:30
Kovid Goyal
405d52eedc
Merge branch 'py3' of https://github.com/eli-schwartz/calibre 2019-02-21 10:22:11 +05:30
Eli Schwartz
dcf58e9a15 Port bzzdec plugin to build on python2/python3 2019-02-20 23:35:01 -05:00
Kovid Goyal
1a16a0e545
Merge branch 'py3' of https://github.com/eli-schwartz/calibre 2019-02-21 09:48:37 +05:30
Eli Schwartz
8e853a3ff8 python3: add polyglot compat layer for builtins / __builtin__ 2019-02-20 23:05:04 -05:00
Kovid Goyal
0b362bea08
Update Granma 2019-02-20 18:09:02 +05:30
Kovid Goyal
5595655b69
Update South China Morning Post
Fixes #1816307 [recipe broken South China Morning News](https://bugs.launchpad.net/calibre/+bug/1816307)
2019-02-18 11:28:31 +05:30
Kovid Goyal
3abd63304f
Update New York Times (Web)
Fixes #1816305 [New York Time news not complete](https://bugs.launchpad.net/calibre/+bug/1816305)
2019-02-18 10:58:56 +05:30