2818 Commits

Author SHA1 Message Date
Kovid Goyal
a33aa9140a Fix calibredb add not refreshing book list in GUI 2009-01-21 19:31:21 -08:00
Kovid Goyal
ccd7aaa5c9 Improve metadata reading from LIT files 2009-01-21 18:18:48 -08:00
Kovid Goyal
223c36f20b IGN:... 2009-01-21 15:48:09 -08:00
Kovid Goyal
1e46683819 IGN:Content server now properly encodes generated URIs based on book metadata 2009-01-21 13:28:04 -08:00
Kovid Goyal
8af820ef49 Fix #1658 (Not able to view some PDF files) 2009-01-21 13:20:02 -08:00
Kovid Goyal
f35e9376e1 LIT Input:Workaround for LIT files created by ReaderWorks that have quoted ampersands in their filenames. Fixes #1627 (Failed to convert LIT to EPUB) 2009-01-21 12:43:22 -08:00
Kovid Goyal
c8a9846b0e IGN:... 2009-01-21 12:17:54 -08:00
Kovid Goyal
e32744eb6d Fix #1669 (xkcd recipe improvement: bubble help) 2009-01-21 10:06:09 -08:00
Kovid Goyal
2eb29ed5ca IGN:--encoding support for oeb2mobi 2009-01-21 00:03:16 -08:00
Kovid Goyal
00180c7f27 Add MOBI as an output format to the GUI. calibre now fully supports MOBI output, except for conversion of comics. 2009-01-20 23:49:25 -08:00
Kovid Goyal
7e00391f59 Fix conversion error when book list is filtered before conversion completes 2009-01-20 23:22:14 -08:00
Marshall T. Vandegrift
7abdacff58 Forced default encoding:
- Support for forced default encoding of HTML content of OEBs
  - oeb2mobi command-line option to set the encoding
2009-01-20 22:49:30 -05:00
Kovid Goyal
fb64ef80fc IGN:Don't add duplicate books to Cybook 2009-01-20 18:47:23 -08:00
John Schember
d0986bbe8a Do not add books to the list of books on device if they are already in the list. Fixes book showing up multiple times if it it sent to the device multiple times. Only one istance of the book will be on the device in this case. 2009-01-20 21:13:00 -05:00
Kovid Goyal
5da7a6af7e IGN:More translatable phrases in Mobipocket output 2009-01-20 17:58:34 -08:00
John Schember
02e4e537e4 pylint clean ups 2009-01-20 20:54:36 -05:00
Marshall T. Vandegrift
bf50a850f4 More dynamic translation!:
- Translate //guide/reference/@title attributes
  - Let pygettext find the strings for such translation
2009-01-20 20:29:55 -05:00
Kovid Goyal
6d65a57ee4 IGN:... 2009-01-20 16:38:22 -08:00
Kovid Goyal
68fd289b9f IGN:... 2009-01-20 16:34:42 -08:00
John Schember
eba26565b8 Fix errors found by pylint 2009-01-20 18:33:49 -05:00
John Schember
f91028fed0 Fix typos 2009-01-20 18:28:58 -05:00
John Schember
d3d4e2e771 Sync to trunk 2009-01-20 18:26:41 -05:00
Kovid Goyal
276d58e1d9 IGN:Various usbms cleanups 2009-01-20 14:23:40 -08:00
Kovid Goyal
1fa831703d IGN:... 2009-01-20 13:56:27 -08:00
Kovid Goyal
3ffa6bb88f Implement feeds2mobi 2009-01-20 12:41:39 -08:00
Kovid Goyal
b3271a0ded Remove comments, etc. from Newsweek download 2009-01-20 12:29:39 -08:00
Kovid Goyal
757d9a533f EPUB Output:Remove object and embed tags when using profile PRS505 as they cause the reader to crash 2009-01-20 10:12:48 -08:00
Kovid Goyal
e10146e56d IGN:Updated translations 2009-01-20 09:19:36 -08:00
Kovid Goyal
5887406fc5 Implement #1661 (Start minimized in tray) 2009-01-20 09:13:11 -08:00
Kovid Goyal
fb0cc73f40 Fix Cybook detection in windows 2009-01-20 08:33:33 -08:00
Kovid Goyal
41d4461c65 News download:Convert all downloaded images to JPG and retry downloads on DNS errors. Also translate "Table of Contents" in gnenerated MOBI TOC. 2009-01-20 00:25:52 -08:00
Kovid Goyal
6a4933c453 Fix #1626 (bad font size on "The New Yorker" recipe) 2009-01-19 22:16:34 -08:00
Marshall T. Vandegrift
f34034884a Dynamic translations!:
- Dynamic access to any of the extant translation sets
  - Integration into OEBBook to provide book-language translations
  - Integration with HTML TOC to provide language-appropriate title
  - oeb2mobi/any2mobi option to provide HTML TOC from the command-line
2009-01-20 00:32:49 -05:00
Kovid Goyal
71e91e537a IGN:... 2009-01-19 20:15:18 -08:00
Marshall T. Vandegrift
2857ff00fb Fix validity bug in generated OEBBook-generated NCX 2009-01-19 22:58:27 -05:00
Marshall T. Vandegrift
50ea39227b Use lxml to handle HTML entities and <meta/>-specified encodings 2009-01-19 22:57:18 -05:00
Kovid Goyal
d766127c10 MOBI output:Improve conversion of tables and Fix #1654 (Tor ePub fails in any2mobi) 2009-01-19 19:48:41 -08:00
Marshall T. Vandegrift
c198458f65 Improve Mobipocket conversion of basic tables 2009-01-19 22:33:58 -05:00
Kovid Goyal
fd34c905b7 Fix #1652 (FeedBooks ePub fail in any2mobi) and #1653 2009-01-19 18:33:48 -08:00
Marshall T. Vandegrift
48340fe6ef Fix #1654:
- Convert image format to full-color when forcing large-pixel area
    lossless image formats to JPEG
2009-01-19 21:32:03 -05:00
Marshall T. Vandegrift
d321b77930 Fix #1653:
- Fail gracefully on input with fragment-level broken links
2009-01-19 21:17:27 -05:00
Marshall T. Vandegrift
0f56822a07 Fix #1652:
- Ignore duplicate <manifest/> entries and attempt to continue.
2009-01-19 20:54:34 -05:00
Kovid Goyal
15de9783e6 Fix #1649 (any2mobi fails to convert "Die Zeit" News ePub Files) and #1650 2009-01-19 16:16:33 -08:00
Kovid Goyal
f688c8c3b3 Recipe for La Prensa by Darko Miletic 2009-01-19 16:11:12 -08:00
Kovid Goyal
b56e85f23d Fix #1639 (Calibre can not handle properly URL's with non-ascii characters) 2009-01-19 16:01:09 -08:00
Kovid Goyal
2ab9c0229b Recipe for The Age by Matthew Briggs 2009-01-19 15:51:46 -08:00
Marshall T. Vandegrift
50d0417129 Fix #1650:
- Handle a //guide/reference[@cover] which specifies the raster image
    cover directly
2009-01-19 15:13:31 -05:00
Marshall T. Vandegrift
7e63bc95e2 Fix #1649:
- Handle empty XML files while manifest trimming
  - Ignore <img/>s with non OPS raster image @src
2009-01-19 15:03:50 -05:00
Kovid Goyal
e3115f03cf EPUB output:Set --remove-paragraph-spacing to off by default 2009-01-19 11:30:47 -08:00
Kovid Goyal
383d33e6aa Fix #1645 (Picks up thumbnail not cover from some Mobipocket files) 2009-01-19 10:43:34 -08:00