Kovid Goyal
d4695a6d90
...
2016-01-15 13:03:25 +05:30
Kovid Goyal
76c0a9b8b7
...
2016-01-15 09:24:37 +05:30
Kovid Goyal
c59c6af1ee
version 2.49.0
v2.49.0
2016-01-15 08:18:37 +05:30
Kovid Goyal
ca0854ce2e
E-book viewer: Add an option to allow only a single book to be viewed at a time. Trying to view a second book will cause it to replace the currently viewed book. Fixes #1526504 [view: reuse current instance option]( https://bugs.launchpad.net/calibre/+bug/1526504 )
2016-01-14 17:40:24 +05:30
Kovid Goyal
8c8ae49884
...
2016-01-13 14:31:04 +05:30
Kovid Goyal
e1226bbf17
E-book viewer: Run input plugins in a worker process
...
Prevents bugs in input plugins from causing memory leaks when opening
multiple books in the same viewer process
2016-01-13 12:04:09 +05:30
Kovid Goyal
bec98698c4
Fix splash screen getting stuck on OSX when restarting calibre in debug mode
2016-01-13 09:42:28 +05:30
Kovid Goyal
2a98852026
Update Echo Online
2016-01-13 09:20:39 +05:30
Kovid Goyal
657a13ba8b
Get Books: Update plugin for Publio to handle changes to the website
...
Merge branch 'master' of https://github.com/t3d/calibre
2016-01-13 09:02:07 +05:30
Tomasz Długosz
2f42d6bd0e
publio plugin: quick draft for new page layout
2016-01-12 22:04:40 +01:00
Kovid Goyal
6c30b68e42
Start work on rendering tag browser in server
2016-01-12 14:29:19 +05:30
Kovid Goyal
f083a7dbf2
...
2016-01-12 10:51:11 +05:30
Kovid Goyal
2aebbb5cce
wildgnore rapydscipt libraries
2016-01-12 10:45:20 +05:30
Kovid Goyal
0c57ad189e
Dont upload to files.calibre-ebook.com as it no longer exists
2016-01-12 10:24:31 +05:30
Kovid Goyal
39ebb0adab
LaRed21 by Carlos Alves
...
Also update various Uruguayan news sources
Merge branch 'master' of https://github.com/carlosalvesuy/calibre
2016-01-11 23:47:15 +05:30
Carlos Alves
c13bb38178
Update recipes of Uruguay.
...
Delete diario_salto.recipe, the site has been down for a while.
Delete la_diaria.recipe, it requires a paid subscription.
Delete unoticias.recipe, the newspaper closed months ago.
Add lr21.recipe, newspaper.
Update 10minutos.recipe
Update 180.recipe
Update diario_el_pueblo.recipe
Update el_observador.recipe
Update el_pais_uy.recipe
Update padreydecano.recipe
2016-01-11 14:29:59 -03:00
Kovid Goyal
d4f224874d
...
2016-01-11 11:26:53 +05:30
Kovid Goyal
cad0f939cb
Self host plugin icon
2016-01-10 14:17:15 +05:30
Kovid Goyal
ccd069c343
Now host user manual on main server
2016-01-10 14:14:35 +05:30
Kovid Goyal
f32888e47d
...
2016-01-10 10:12:44 +05:30
Kovid Goyal
687c515597
Fix links to non-English generated manual docs
2016-01-10 09:41:46 +05:30
Kovid Goyal
af9ab25090
...
2016-01-10 09:13:50 +05:30
Kovid Goyal
b400c4bc74
...
2016-01-10 00:52:19 +05:30
Kovid Goyal
9e483580b6
...
2016-01-10 00:47:35 +05:30
Kovid Goyal
c4d3df0ed8
...
2016-01-10 00:47:13 +05:30
Kovid Goyal
eae72e9ec7
Use the windows API to get the routing table instead of parsing command output
2016-01-10 00:46:30 +05:30
Kovid Goyal
8e503a4988
...
2016-01-09 21:47:03 +05:30
Kovid Goyal
d7ff94d826
...
2016-01-09 21:25:53 +05:30
Kovid Goyal
50b21e0d70
Change default interface algorithm on linux to match that used on other platforms
...
i.e. use first address of the interface that has the default gateway
2016-01-09 21:24:04 +05:30
Kovid Goyal
517f25920c
Refactor to make set of formats allowed for auto-adding easily re-useable
2016-01-09 21:03:18 +05:30
Kovid Goyal
e8266bea14
Amazon metadata download: Handle a change in the amazon website that prevented review metadata from being downloaded
2016-01-09 18:01:24 +05:30
Kovid Goyal
592fbc1490
Open With: Use a blank icon instead of erroring out on linux in case of malformed desktop files or icon themes
2016-01-09 16:56:39 +05:30
Kovid Goyal
3e5f0e4bc7
Update Economic and Political Weekly
...
Fixes #1532410 [Economic and Political Weekly recipe unable to download all sections in calibre](https://bugs.launchpad.net/calibre/+bug/1532410 )
2016-01-09 16:34:06 +05:30
Kovid Goyal
3a1bb4ad0a
Use the new algorthm preferentially when getting external IP
2016-01-09 15:07:32 +05:30
Kovid Goyal
ccd34f8d3f
Better algorithm for detecting the "external" network interface
...
Queries the kernel routing tables
2016-01-09 15:03:22 +05:30
Kovid Goyal
98070ce97f
Tag Mapper: Do not allow the user to create rules with invalid regular expressions
2016-01-09 14:50:49 +05:30
Kovid Goyal
51043aab41
Update a couple more references to download URLs
2016-01-09 10:58:19 +05:30
Kovid Goyal
e71c1a4888
Change to using main server download URL for the linux installer
2016-01-09 10:53:50 +05:30
Kovid Goyal
7f7a08f44b
E-book viewer: Disallow hyphenation in documents that use mathematical typesetting as the hyphenation breaks that typesetting
2016-01-09 09:48:17 +05:30
Kovid Goyal
d9a5a328e2
E-book viewer: Fix some non-ASCII characters not display in embedded MathML. Fixes #1532323 [Some non-ASCII characters in MathML elements don't render correctly]( https://bugs.launchpad.net/calibre/+bug/1532323 )
...
All that was needed was to update MathJax to the latest release 2.6.0
2016-01-09 09:21:20 +05:30
Kovid Goyal
a82ff8b749
Work around for error when parsing malformed documents containing annotation-xml tags
2016-01-09 08:21:00 +05:30
Kovid Goyal
fe84fd3519
Add - to allowed chars in HTML tag names
...
For example <annotation-xml> from MathML
2016-01-09 07:56:06 +05:30
Kovid Goyal
c69ae1fac3
Merge branch 'master' of https://github.com/t3d/calibre
2016-01-09 07:47:25 +05:30
Tomasz Długosz
4a7004ac6d
koobe plugin: fix links
2016-01-08 22:49:33 +01:00
Kovid Goyal
aba1097e10
Update Tagesanzeiger
2016-01-08 20:24:03 +05:30
Kovid Goyal
af34535d4c
Also write calibre version to the main server
2016-01-08 17:30:10 +05:30
Kovid Goyal
e58def1cd7
Download plugins securely using HTTPS
2016-01-08 16:02:30 +05:30
Kovid Goyal
5a24f7f51b
Avoid mixed content warnings when referring to resources on the calibre website
2016-01-08 15:57:20 +05:30
Kovid Goyal
f4f69195d3
MOBI Output: Try to autofix corrupted PNG images in the input document. See #1531738 (png in docx trouble)
2016-01-07 20:27:21 +05:30
Kovid Goyal
f6fb20a481
Remove no longer needed instructions
2016-01-07 19:04:18 +05:30