18677 Commits

Author SHA1 Message Date
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
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
Marshall T. Vandegrift
ee23d9bcde CamelCase class names the PEP-8 way. 2008-12-11 08:03:51 -05:00
Marshall T. Vandegrift
96dbea5394 Make the LIT-encased OEB1 books a bit more compliant. 2008-12-11 08:00:51 -05:00
Kovid Goyal
f152f37ec0 EPUB Output: Change the splitting logic. Now calibre will first split on *all* page breaks and then split any remaining large chunks. This *may* have caused regressions, so be careful. 2008-12-10 20:23:23 -08:00
Kovid Goyal
c9e86cc1e9 IGN:Updated translations 2008-12-10 14:14:32 -08:00
Kovid Goyal
8e114c3efa Show number of books in library 2008-12-10 13:39:03 -08:00
Marshall T. Vandegrift
8f1e5cad88 Removed accidentally added file. 2008-12-10 15:36:11 -05:00
Marshall T. Vandegrift
361d294232 Produce more correct OEBPS 1.x output, and support OPF fallbacks. 2008-12-10 09:13:11 -05:00
Marshall T. Vandegrift
475a5eb899 Fix bracket-fixup error. 2008-12-10 08:29:55 -05:00
Kovid Goyal
fa7a8785a7 Mouse wheel now scrolls by two lines in ebook viewer instead of a page 2008-12-09 22:03:50 -08:00
Marshall T. Vandegrift
210ad8d20a Implement "ugly-printing" for LIT markup. 2008-12-10 00:56:10 -05:00
Kovid Goyal
d623511502 Add checkbox to bulk metadata edit dialog to automatically set author sort 2008-12-09 20:01:38 -08:00
Marshall T. Vandegrift
946b91f767 Synchronized with upstream. 2008-12-09 22:26:07 -05:00
Kovid Goyal
9858e4569c Fix #1376 (Webserver has 500 error for stanza) 2008-12-09 18:40:24 -08:00
Kovid Goyal
ec1b12b494 Create a generic cover for news recipes that dont specify one 2008-12-09 18:10:41 -08:00
Kovid Goyal
b6df865ffd Fix #1375 (Calibre Fails to start - time runs the program dies) 2008-12-09 15:29:33 -08:00
Kovid Goyal
cb62a146b3 Fix #1365 (PRS-505 SD Storage card does not show up under Calibre 0.4.111) 2008-12-09 13:28:30 -08:00
Marshall T. Vandegrift
1b8887894a Synchronized with upstream. 2008-12-09 09:25:34 -05:00
Marshall T. Vandegrift
4a0a5711b1 Integrated LZX compression code. 2008-12-09 08:54:43 -05:00
Marshall T. Vandegrift
6e24dcddff Unify handling of URIs/IRIs, storing in encoded, normalized form. 2008-12-09 08:02:09 -05:00
Kovid Goyal
463b406312 Use python 2.6 and Visual Studio 2008 in the windows build 2008-12-09 03:25:31 -08:00
Kovid Goyal
e90cb0954b IGN:Make locations view a little prettier 2008-12-08 17:31:33 -08:00
Kovid Goyal
a06522c486 IGN:Add spacing to article list in downloaded feeds 2008-12-08 17:30:33 -08:00
Kovid Goyal
68f24caced Fix downloaded news in EPUB format causing reader resets 2008-12-08 11:37:32 -08:00
Marshall T. Vandegrift
f740d20f32 Adding initial LitWriter and oeb2lit code. 2008-12-07 23:53:14 -05:00
Marshall T. Vandegrift
ca37c601ec Refactor the LitReader:
- Protect whitespace-only nodes with <span/> tags so they can be safely
    pretty-printed.
  - Separate the LitReader class into a low-level LitFile class and a
    high-level LitReader class.
2008-12-07 21:30:28 -05:00
Kovid Goyal
039572d937 Fix #1363 (Error when closing custom news source window) 2008-12-07 18:12:19 -08:00
Kovid Goyal
911b1089fd version 0 .4.112 2008-12-07 14:22:33 -08:00
Kovid Goyal
d1b5076360 Fix #1360 (Error when cancelling "Load recipie from file" in add custom news source window) 2008-12-07 12:35:27 -08:00
Kovid Goyal
acf525d22d Updated serbian and croation recipes 2008-12-07 11:53:00 -08:00
Kovid Goyal
642ac41a57 Fix #1352 (problem with configuration page) 2008-12-07 03:43:51 -08:00
Kovid Goyal
61ceee23a0 version 0.4.111 2008-12-05 19:14:23 -08:00
Kovid Goyal
e0c74b09b5 Revert fix in previous release that can cause generation of invalid LRF files in some circumstances 2008-12-05 19:10:39 -08:00
Kovid Goyal
f04b6da557 Add an option for maximum size of covers transmitted via the content server 2008-12-05 19:01:20 -08:00
Kovid Goyal
e76b1ab174 Support Adobe's idiotic font encryption scheme for EPUB books created by InDesign 2008-12-05 19:00:30 -08:00
Kovid Goyal
81726aa967 Fix #1348 (Covers for epub books reduced to half width) 2008-12-05 15:52:29 -08:00
Kovid Goyal
9f5bf522bd Fix bug that caused error message when automatically sending news to device, if the news had been previously deleted 2008-12-05 15:37:49 -08:00
Kovid Goyal
e48113d5a7 Fix #1349 (Column width in Configuration window) 2008-12-05 14:53:43 -08:00