33887 Commits

Author SHA1 Message Date
Kovid Goyal
c36d652534 DOCX Input: Put each footnote into its own <dl> tag
Encapsulates each footnote, making it more suitable for popup
2017-01-12 14:37:02 +05:30
Kovid Goyal
fad7c991c6 DOCX Input: Add a semantic class to footnote links and targets 2017-01-12 13:50:02 +05:30
Kovid Goyal
692022e3b3 E-book Edit: Fix importing DOCX file as new book not setting the version attribute in the OPF 2017-01-12 09:33:19 +05:30
Kovid Goyal
b0de1b61ef Update kath.net
Fixes #1655648 [Calibre recipes kath_net and nat_geo_de dont work](https://bugs.launchpad.net/calibre/+bug/1655648)
2017-01-11 19:28:23 +05:30
Kovid Goyal
4b70e4d97a Kindle driver: Fix some newer kfx books not being recognized on e-ink kindles, because of a change in how metadata is stored in the kfx format 2017-01-10 14:01:52 +05:30
Kovid Goyal
0c815b507e More work on viewer search 2017-01-09 20:14:44 +05:30
Kovid Goyal
e6bd7ad712 Update publico.pt 2017-01-09 20:12:00 +05:30
Kovid Goyal
fbabeb1f59 Update Telepolis 2017-01-09 19:43:27 +05:30
Kovid Goyal
0448865f31 Change links pointing to mobileread to use https 2017-01-09 08:44:14 +05:30
Kovid Goyal
8e6fbc1448 Load plugin index over https from mobileread now that mobileread supports https 2017-01-08 20:37:19 +05:30
Kovid Goyal
e4521c7270 ... 2017-01-08 17:07:24 +05:30
Kovid Goyal
331718a0db DOCX Output: Fix missing <td> tag causing conversion to fail. Fixes 2017-01-07 21:34:24 +05:30
Kovid Goyal
10648d3d00 More work on viewer search 2017-01-06 13:58:33 +05:30
Kovid Goyal
55a06967f7 On second thoughts prevent all backslash escape sequences from being interpreted in normal mode replace strings 2017-01-05 22:17:47 +05:30
Kovid Goyal
41a40e73be Edit Book: Fix group references causing errors when used in replace string in the normal mode search and replace 2017-01-05 22:09:45 +05:30
Kovid Goyal
1196db5f20 Fix #1654211 [calibre does not build reproducibly](https://bugs.launchpad.net/calibre/+bug/1654211) 2017-01-05 21:29:19 +05:30
Kovid Goyal
c606844677 Edit Book: Fix Check Book reporting a spurious mime/type mismatch error after replacing a file with a file having a different mime type. Fixes #1653977 [Editor:Problem with Check Book after using Replace image with file](https://bugs.launchpad.net/calibre/+bug/1653977) 2017-01-05 10:14:19 +05:30
Kovid Goyal
257ef9ad9b Fix #1654071 [from-source ebook-edit errors on Plasma](https://bugs.launchpad.net/calibre/+bug/1654071) 2017-01-05 08:46:13 +05:30
Kovid Goyal
066fbef6f6 Amazon metadata download: Fix detection of series not working for some books due to changes in the amazon website 2017-01-04 11:11:40 +05:30
Kovid Goyal
392217d41d ... 2017-01-03 17:01:18 +05:30
Kovid Goyal
cc16a01d4f ... 2017-01-03 16:59:55 +05:30
Kovid Goyal
09b852959b More work on the viewer search 2017-01-03 16:47:06 +05:30
Kovid Goyal
0cf7ab6a2b Start work on viewer search 2017-01-02 20:54:49 +05:30
Kovid Goyal
a952cdd548 Fix Nook HD+ not being detected on windows 2017-01-02 20:29:56 +05:30
Kovid Goyal
929595c805 Access the publications Landmarks via Go to... 2017-01-02 14:22:54 +05:30
Kovid Goyal
1600c3a347 Code to read landmarks from book 2017-01-02 11:55:54 +05:30
Kovid Goyal
cb8c641e4f Use an Event rather than a sleep to block the worker thread 2017-01-02 08:21:09 +05:30
Kovid Goyal
d366bf705c More details on unexpected response 2017-01-02 07:57:50 +05:30
Kovid Goyal
b11e874cf8 Remove Sunday Times as it is now merged with The Times 2017-01-02 07:33:32 +05:30
Kovid Goyal
6529dc2780 Update The Times
Merge branch 'patch-1' of https://github.com/bobbysteel/calibre
2017-01-02 07:32:44 +05:30
bobbysteel
d93116f67c Updating for new site layout & combining Sunday ed 2017-01-02 00:31:36 +00:00
Kovid Goyal
998d1dbb60 Show reader chrome on right click instead of browser default context menu 2017-01-01 21:22:42 +05:30
Kovid Goyal
ba7f78aa8d Implement go to start/end of book 2017-01-01 21:16:44 +05:30
Kovid Goyal
8169ad1f7a Implement swipe up/down gestures tto move between sections 2017-01-01 21:05:49 +05:30
Kovid Goyal
805ff687dd Missing ToC destination should be a non-fatal error 2017-01-01 20:56:53 +05:30
Kovid Goyal
d8f8788f34 Fix Go to... not working 2017-01-01 20:51:07 +05:30
Kovid Goyal
fd0e98f993 ... 2017-01-01 19:50:07 +05:30
Kovid Goyal
9b17f78001 DRYer 2017-01-01 19:49:37 +05:30
Kovid Goyal
443070cd8d More work on the Go to implementation 2017-01-01 19:32:12 +05:30
Kovid Goyal
6756388c24 Update Helsingin Sanomat 2017-01-01 19:20:13 +05:30
Kovid Goyal
f6c52c3d20 Fix incorrect detection of border ToC nodes in different files 2017-01-01 17:16:43 +05:30
Kovid Goyal
763bfe3b27 Also preserve the selection when bulk renaming 2017-01-01 16:45:18 +05:30
Kovid Goyal
337f28f5bc Edit Book: Ensure keyboard focus stays with Files Browser when renaming files. Fixes #1653311 [ebook editor / Files Browser loses focus after operation](https://bugs.launchpad.net/calibre/+bug/1653311) 2017-01-01 16:25:55 +05:30
Kovid Goyal
9d37292fe5 ... 2016-12-31 07:57:08 +05:30
Kovid Goyal
bb4a0d53b3 Start work on implementing Go to... 2016-12-31 07:41:14 +05:30
Kovid Goyal
c8d820e60c ... 2016-12-31 07:06:48 +05:30
Kovid Goyal
d9d3875d15 Sleep for longer in the hope of fixing Travis intermittent failures 2016-12-31 06:42:32 +05:30
Kovid Goyal
ae1cf1baf3 dateutil has moved its dangerous dst check into a dedicated method in newer versions. Fixes #1653277 [timestamp error on startup](https://bugs.launchpad.net/calibre/+bug/1653277) 2016-12-31 05:59:44 +05:30
Kovid Goyal
40140d4b88 Finish up the ToC highlighting implementation for the new viewer 2016-12-30 15:46:43 +05:30
Kovid Goyal
d2ccda55cc Ensure toc items are not duplicated in the toc anchor map 2016-12-30 15:23:43 +05:30