43434 Commits

Author SHA1 Message Date
Marshall T. Vandegrift
a52c0b5c21 Fix bug in Manifest __contains__() method. 2008-12-16 19:11:19 -05:00
Marshall T. Vandegrift
24e5133c3b Handle recoverable OPF errors more gracefully, with logging. Change LIT-writing logging to share logger with OEB-processing. 2008-12-16 18:55:44 -05:00
Kovid Goyal
9dcad3216a Fix display of job output in GUI 2008-12-16 15:19:02 -08:00
Marshall T. Vandegrift
c82d2d5d13 Fix 32-bit correctness error. 2008-12-16 17:58:20 -05:00
Marshall T. Vandegrift
0d7a9d95d7 Merge upstream changes 2008-12-16 17:57:19 -05:00
Kovid Goyal
126fec5c7d IGN:... 2008-12-16 14:46:54 -08:00
Marshall T. Vandegrift
d46abf8c50 Convert page dimensions to points. Add auto-layering method to TOC. 2008-12-16 17:42:11 -05:00
Kovid Goyal
8327c7f235 IGN:any2lit 2008-12-16 13:56:35 -08:00
Marshall T. Vandegrift
3eaede190c Switch to LIT-optimized font size list. 2008-12-16 14:25:11 -05:00
Kovid Goyal
e580719f20 IGN:oeb2lit 2008-12-16 11:17:42 -08:00
Marshall T. Vandegrift
17b1c8a806 Merge fontconfig fix. 2008-12-16 13:49:28 -05:00
Marshall T. Vandegrift
a6717b1ec3 Try protocol where Containers see "None" as metadata request. 2008-12-16 12:48:09 -05:00
Marshall T. Vandegrift
e1eb545005 Correct iterdescendants() method name. 2008-12-16 12:34:34 -05:00
Marshall T. Vandegrift
0c7a0b831d Fix some str vs. unicode issues. Re-add dropped TOC.iterdescendents() method. 2008-12-16 12:33:27 -05:00
Marshall T. Vandegrift
83470f3d6b Remove some of the crazier aspects of the LitReader refactoring. 2008-12-16 12:21:58 -05:00
Marshall T. Vandegrift
391e94a075 Merged litreader-refactor branch. 2008-12-16 11:53:33 -05:00
Marshall T. Vandegrift
e0e7667e2b Merge fontconfig segfault fix. 2008-12-15 22:44:24 -05:00
Marshall T. Vandegrift
35e6b56251 Merge upstream 2008-12-15 22:43:53 -05:00
Marshall T. Vandegrift
0f2a32479c I've been getting the occasional segfault from the fontconfig code. I noticed
that the return values for some of the functions in the segfaulting area where
visible in Python as integers, despite most likely frequently being larger than
sys.maxint (on my 64-bit platform).  Explicitly typing the seemingly offending
values appears to have corrected the issue.
2008-12-15 22:40:43 -05:00
Marshall T. Vandegrift
22a672ab4b Changes to support OEBBook-based transformations. 2008-12-15 22:38:56 -05:00
Kovid Goyal
883740b9f0 IGN:Tag release 2008-12-15 13:47:31 -08:00
Kovid Goyal
0c059ebb76 version 0.4.115 2008-12-15 13:41:34 -08:00
Kovid Goyal
61e6def583 IGN:Updated translations 2008-12-15 13:38:34 -08:00
Kovid Goyal
e2232e64c3 Add 'Show similar books' item to eight click menu' 2008-12-15 13:34:17 -08:00
Kovid Goyal
cb9bd2621a Fix #1402 (automatic downloading error) 2008-12-15 10:59:49 -08:00
Kovid Goyal
8e8e7ec558 New recipe for Liberation (thanks to Darko Miletic) 2008-12-15 10:12:13 -08:00
Kovid Goyal
80dcfebe4b Fix #1388 (Creation of the default cover in a recipe crashes) 2008-12-15 09:44:42 -08:00
Kovid Goyal
35c5c1fac6 IGN:... 2008-12-14 08:37:22 -08:00
Kovid Goyal
18a59e5f3a Updated recipe for The New Yorker (thanks to Darko Miletic) 2008-12-14 07:58:42 -08:00
Kovid Goyal
0e6674820f IGN:Tag release 2008-12-12 13:59:55 -08:00
Kovid Goyal
2a267e0a90 version 0.4.114 2008-12-12 13:50:22 -08:00
Kovid Goyal
1fa6c98ae0 Fix #1384 (Error when converting to LRF) 2008-12-12 13:48:03 -08:00
Kovid Goyal
a811045b92 IGN:... 2008-12-12 13:14:25 -08:00
Kovid Goyal
17d8ff3f91 IGN:... 2008-12-12 13:04:56 -08:00
Kovid Goyal
08038fb341 IGN:... 2008-12-12 12:56:56 -08:00
Marshall T. Vandegrift
04ebf1ec20 Fix a metadata error. Add parsing @import queries. 2008-12-12 10:45:49 -05:00
Marshall T. Vandegrift
c6d7e31ea1 Fix stupid buf in NCX-generation. 2008-12-12 10:10:48 -05:00
Marshall T. Vandegrift
e2310c9970 Merge upstream changes. 2008-12-12 09:11:31 -05:00
Marshall T. Vandegrift
89a025ed76 Changes to LIT-writing support:
- Locate and associate cover images in metadata.
  - Clean up warnings and language.
  - Shift to modifying OEBBook object instead of generated OPF.
2008-12-12 09:07:30 -05:00
Kovid Goyal
bc87a806a5 Recipe for The Telegraph (UK) (thanks to Darko Miletic) 2008-12-12 05:56:39 -08:00
Marshall T. Vandegrift
052657e6af Python/C LZX Compressor good to go. Fixed a minor bug in LIT HTML ugly-printing. 2008-12-12 03:22:55 -05:00
Kovid Goyal
2743704c88 IGN:Tag release 2008-12-11 22:51:42 -08:00
Kovid Goyal
1cc8a87f22 version 0.4.113 2008-12-11 22:45:40 -08:00
Kovid Goyal
05594631ba Switch linux build to using python 2.6 and cx_Freeze 2008-12-11 22:14:54 -08:00
Kovid Goyal
dbf47cbc1e Fix #1378 (Info pane not big enough) 2008-12-11 21:14:33 -08:00
Kovid Goyal
b74ece53a2 Fix conversion of MOBI files with non ASCII tag names 2008-12-11 21:13:45 -08:00
Kovid Goyal
a79a6c0df3 Fix #1379 (Unable to convert ePub file to LRF) 2008-12-11 19:41:53 -08:00
Kovid Goyal
f976ad63be Fix an encoding error in html2epub and make splitting code more robust 2008-12-11 17:44:18 -08:00
Kovid Goyal
371c1bee5b Add support for reading metadata from LRX files (thanks to igorsk) 2008-12-11 13:47:29 -08:00
Marshall T. Vandegrift
ac9baea183 Add license and copyright information to all LIT-related files missing them. 2008-12-11 08:12:20 -05:00