37667 Commits

Author SHA1 Message Date
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
Kovid Goyal
692214e589
Tag browser: When right clicking ona saved search add a menu option to search using the raw search expression. Fixes #1816274 [Edit or copy saved search text](https://bugs.launchpad.net/calibre/+bug/1816274)
Merge branch 'master' of https://github.com/cbhaley/calibre
2019-02-17 18:04:53 +05:30
Charles Haley
8c430a5945 Enhancement #1816274: add a "Search using saved search expression" action to the tag browser context menu. 2019-02-17 11:57:42 +00:00
Kovid Goyal
8d86d10e5a
Tag browser: Have pressing the Enter key find the next match. Fixes #1816276 [Find the first/next matching item with Enter](https://bugs.launchpad.net/calibre/+bug/1816276) 2019-02-17 10:14:14 +05:30
Kovid Goyal
15a3bb4b8d
Fix building on NetBSD
Thanks to Thomas Klausner
2019-02-14 18:48:18 +05:30
Kovid Goyal
f2315801db
Update China Daily 2019-02-14 09:37:13 +05:30
Kovid Goyal
fda7618627
Windows: Add a button to Preferences->Sharing over the net to set calibre to run when the computer starts 2019-02-11 14:31:34 +05:30
Kovid Goyal
15e5d7cb11
FB2 Output: Fix comments from the input document not present in the output. Fixes #1815357 [Field "Comments" are lost when converting epub to fb2](https://bugs.launchpad.net/calibre/+bug/1815357) 2019-02-11 13:50:28 +05:30
Kovid Goyal
de18e1fdc2
Fetch all articles from 1843 RSS feed 2019-02-11 10:55:20 +05:30
Kovid Goyal
19bb59e70e
... 2019-02-10 19:37:32 +05:30
Kovid Goyal
c4a5afcf24
Allow loading builtin markdown extensions without relying on pkg_resources 2019-02-10 19:14:26 +05:30
Kovid Goyal
0242b3d1c1
Use un-prefixed names for markdown extension loading 2019-02-10 16:05:55 +05:30
Kovid Goyal
ea99a041d3
Fix clicking on an empty published field in the book list to edit it setting the initial date to Jan 2000 instead of today's date 2019-02-10 15:46:45 +05:30
Kovid Goyal
637ddf7d4e
Edit book: Allow copying files from one editor instance to another by right clicking on them in the File browser 2019-02-10 13:23:57 +05:30
Kovid Goyal
30da5e1061
Allow setting bytes data in registry keys 2019-02-10 12:42:36 +05:30
Kovid Goyal
2b0811b31a
Update 1843 2019-02-10 09:30:51 +05:30
Kovid Goyal
f9ab883383
... 2019-02-10 08:54:49 +05:30
Kovid Goyal
65d117baf9
Update Pro Physik 2019-02-10 08:51:44 +05:30
Kovid Goyal
2866c8dcbf
calibredb: Fix adding books with an OPF file to a remote server not picking up the cover specified in the OPF file 2019-02-07 13:56:37 +05:30
Kovid Goyal
87ff440f74
TXT Input: Use markdown 3.0 with support for new extensions such as code highlighting and smarten punctuation.
Fixes #927 (Devendor markdown and feedparser)
2019-02-07 13:19:01 +05:30
Kovid Goyal
d436e2d756
Add a build test for feedparser 2019-02-07 11:07:18 +05:30