Marshall T. Vandegrift
156d923b8c
Accurately namespace in-head stylesheets. Be stricter with element matching rules.
2008-12-16 23:55:10 -05:00
Marshall T. Vandegrift
a52c0b5c21
Fix bug in Manifest __contains__() method.
2008-12-16 19:11:19 -05:00
Marshall T. Vandegrift
d46abf8c50
Convert page dimensions to points. Add auto-layering method to TOC.
2008-12-16 17:42:11 -05:00
Marshall T. Vandegrift
3eaede190c
Switch to LIT-optimized font size list.
2008-12-16 14:25:11 -05: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
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
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
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
6651010f4c
Upgrade OS X build to python 2.6
2008-12-09 20:02:24 -08: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