27405 Commits

Author SHA1 Message Date
Kovid Goyal
45a9c57e0a pep8 2014-03-31 08:22:15 +05:30
Kovid Goyal
9ab2da5533 Add a note about exe entry points 2014-03-31 07:53:33 +05:30
Kovid Goyal
827cc532b9 Merge branch 'master' of https://github.com/user-none/calibre 2014-03-31 07:30:57 +05:30
Kovid Goyal
c98a6772a0 Update CNET 2014-03-31 07:20:28 +05:30
John Schember
c3d78c7c69 Store: Remove Diesel store because they've closed. 2014-03-30 21:07:19 -04:00
Kovid Goyal
914b45edc3 Make it easy to test the index generating code with an env var 2014-03-30 22:06:20 +05:30
Kovid Goyal
c2d94d518f Merge branch 'index' 2014-03-30 21:52:46 +05:30
Kovid Goyal
8a275f7def Temporarily disable index generation pending refactoring 2014-03-30 21:49:17 +05:30
Kovid Goyal
4a79e4a7b1 ... 2014-03-30 21:37:00 +05:30
Kovid Goyal
a37fe4b717 Get rid of the option to control index generation
Index will be generated automatically, wherever the INDEX field exists
in the input docx file.
2014-03-30 21:32:09 +05:30
Kovid Goyal
5d4c4b857e Parse INDEX fields 2014-03-30 21:21:16 +05:30
Kovid Goyal
0b98f34f84 DRY 2014-03-30 20:47:58 +05:30
Kovid Goyal
b07752e389 When parsing fields ignore unknown flags 2014-03-30 19:47:26 +05:30
Kovid Goyal
4bede79eae Initial stab at parsing XE fields robustly 2014-03-30 19:40:49 +05:30
Kovid Goyal
2f3727956b Stylistic cleanups 2014-03-30 19:10:40 +05:30
Kovid Goyal
c9d593ae2b Merge branch 'master' of https://github.com/pgarst/calibre into index 2014-03-30 18:50:50 +05:30
Kovid Goyal
3c70554910 Add a note about saved searches to the manual 2014-03-30 18:41:12 +05:30
Kovid Goyal
6326cc3daa ... 2014-03-30 17:43:42 +05:30
Kovid Goyal
22168a5547 ... 2014-03-30 16:23:29 +05:30
Kovid Goyal
346d22b078 Add command completion for the remote debugger client 2014-03-30 15:54:29 +05:30
Kovid Goyal
22fdc186f6 Use readline in the remote debugger client and also have it try to connect repeatedly for two seconds before giving up 2014-03-30 15:47:50 +05:30
Kovid Goyal
469cc85255 Simplify client code by using raw_input. Also fix a bug in the asking of questions. 2014-03-30 15:24:28 +05:30
Kovid Goyal
bd0e04dec1 ... 2014-03-30 14:35:27 +05:30
Kovid Goyal
05a5d7f830 Update WH Smiths Get Books plugin
Merge branch 'master' of https://github.com/cbhaley/calibre
2014-03-30 14:32:53 +05:30
Kovid Goyal
57ac7a2ac5 Add support for remote debugging with pdb 2014-03-30 14:31:01 +05:30
Charles Haley
c07e54d988 website changes 2014-03-30 10:36:35 +02:00
Kovid Goyal
b3e6939edf Update El Pais Impreso
Fixes #1299650 [Updated recipe for El Pais](https://bugs.launchpad.net/calibre/+bug/1299650)
2014-03-30 08:10:53 +05:30
Kovid Goyal
2a333aa46a Implement dumping for odt in addition to docx 2014-03-29 15:38:15 +05:30
Kovid Goyal
30bbd17481 AZW3 Output: Add support for converting documents with very large table of contents (with more than 2000 entries). Fixes #1250475 [epub conversion error to azw3 - multiple index](https://bugs.launchpad.net/calibre/+bug/1250475) 2014-03-29 15:22:20 +05:30
Kovid Goyal
f4e1ea020d Code cleanup 2014-03-29 15:19:58 +05:30
Kovid Goyal
df0f4106a5 Dump the index record geometry by using the IDXT table 2014-03-29 15:19:31 +05:30
Kovid Goyal
624b39a32e Remove incorrect trailing bytes check from mobi 6 deump code and put a correct version in the mobi 8 dump code 2014-03-29 14:38:21 +05:30
Kovid Goyal
f679e5cf57 ... 2014-03-29 14:17:31 +05:30
Kovid Goyal
9829820f5e Properly decode the boundary index list in the Index Header 2014-03-29 13:58:58 +05:30
Kovid Goyal
5a42480c41 ... 2014-03-29 13:16:40 +05:30
Kovid Goyal
56482563e4 Nicer debug output for index record headers 2014-03-29 13:15:04 +05:30
Kovid Goyal
5d7584294c ... 2014-03-29 13:02:32 +05:30
Kovid Goyal
a97a8a44a8 Properly identify huffman records in MOBI header 2014-03-29 12:59:37 +05:30
Kovid Goyal
a814e8429e Use kindlegen major version based on OS 2014-03-29 12:12:23 +05:30
Kovid Goyal
c621ce6645 AZW3 Output: Generate same size of MOBI header as current kindlegen 2014-03-29 11:58:22 +05:30
Kovid Goyal
cdba7784f3 Output post 264 bytes data in the MOBI header correctly when dumping 2014-03-29 11:57:28 +05:30
Kovid Goyal
b29ff973a2 pep8 2014-03-29 11:25:55 +05:30
Kovid Goyal
3c8ce70263 pep8 2014-03-29 11:23:21 +05:30
Kovid Goyal
f105981333 Output last index when dumping index record headers 2014-03-29 10:40:08 +05:30
Kovid Goyal
eea4dddc32 Edit Book: When user is editing files belonging to another user account on linux/os x rather than erroring out when saving, change the ownership of the file to the editing user. Fixes #1299097 [Editing doesn't save changes since version 1.28](https://bugs.launchpad.net/calibre/+bug/1299097) 2014-03-29 08:38:02 +05:30
Kovid Goyal
44822799be Fix insert Inline ToC creating non-linear jumps in class names 2014-03-29 08:25:16 +05:30
Kovid Goyal
e5628d76af Update CNet News 2014-03-29 08:17:30 +05:30
Kovid Goyal
8fdcba2524 Update Antyweb
Merge branch 'master' of https://github.com/koliberek/calibre
2014-03-28 22:12:02 +05:30
Kovid Goyal
12de61ac1d Output headers for individual index records when debug dumping AZW3 2014-03-28 22:08:32 +05:30
koliberek
6ff1c2332d Update antyweb.recipe
Division to subsections
2014-03-28 17:34:19 +01:00