33789 Commits

Author SHA1 Message Date
Kovid Goyal
f770ef65fc IGN:Updated translations 2009-01-25 10:17:17 -08:00
Kovid Goyal
2bf6c6ed6a Fix #1688 (problem with special characters in mobi) 2009-01-24 22:32:19 -08:00
Kovid Goyal
dbf0868998 Make dialogs resizable with scroll bars so that the GUI becomes more netbook friendly. Fixes #1583 (Popup screens are too large for the desktop.) 2009-01-24 22:27:37 -08:00
Marshall T. Vandegrift
7cec68cc4e Fix #1688. Be less clever -- parse XML as XML, and HTML as HTML if it isn't XML. 2009-01-24 23:11:38 -05:00
Marshall T. Vandegrift
6cc4432cb7 Fix #1681. Handle HTML "style" attributes which begin with a ";". 2009-01-24 22:24:11 -05:00
Kovid Goyal
ff5398c435 Fix #1639 (Calibre can not handle properly URL's with non-ascii characters) 2009-01-24 16:56:47 -08:00
Kovid Goyal
2fed5a293a Fix #1686 (Buttons in the options menu of custom news not wide enough) 2009-01-24 16:50:33 -08:00
Kovid Goyal
3980df97dc IGN:... 2009-01-24 12:44:11 -08:00
Kovid Goyal
2c8741bc9f IGN:... 2009-01-24 12:29:03 -08:00
Kovid Goyal
090a25f532 IGN:... 2009-01-24 12:02:49 -08:00
John Schember
e937036ae4 Get metadata from filename based on standard format if no metadata can be or is retrieved from the file 2009-01-24 13:34:49 -05:00
John Schember
bd2640f5c4 Fix ebook dir on Cybook SD card 2009-01-24 08:58:38 -05:00
John Schember
1556b1497a Fix authors_to_string error with NoneType objects 2009-01-24 08:46:23 -05:00
Kovid Goyal
70fd7cbfff Recipes for Critica de la Argentina and El Cronista by Darko Miletic 2009-01-23 19:40:57 -08:00
Kovid Goyal
eff0ee4df7 IGN:... 2009-01-23 15:20:32 -08:00
Kovid Goyal
216f0bbaf6 version 0.4.130 2009-01-23 14:21:17 -08:00
Kovid Goyal
65be2fe6d5 Support for merging multiple comics into one in comic2pdf 2009-01-23 14:16:42 -08:00
Kovid Goyal
6056fa4da1 Plugin to read metadata from RAR files 2009-01-23 14:08:39 -08:00
james_
568b060552 Final patches to inital multi comic code 2009-01-23 20:44:04 +00:00
Kovid Goyal
3363f70602 Implement #1677 (Task tray status boss option) 2009-01-23 12:41:01 -08:00
Kovid Goyal
1f18210a57 IGN:... 2009-01-22 20:46:30 -08:00
Marshall T. Vandegrift
e6eb0e26f3 Improve Mobipocket metadata:
- Only add ISBN <dc:identifier/>s
  - Add the book title in a way which can be found without actually
    processing the MOBI header
2009-01-22 22:49:00 -05:00
Marshall T. Vandegrift
5060e619ba Slightly improve handling of OEB metadata. 2009-01-22 22:30:00 -05:00
Kovid Goyal
fbdac2f78f EPUB Output:Improve handling of <br> tags that are children of <body> 2009-01-22 18:53:49 -08:00
Kovid Goyal
d633507c8c Read metadata from files on Cybook 2009-01-22 18:20:06 -08:00
Kovid Goyal
d338f4193d IGN:... 2009-01-22 18:01:40 -08:00
John Schember
3d96314688 Get metadata from book file 2009-01-22 18:24:45 -05:00
Kovid Goyal
310cd9e96e IGN:Default implementation of comic2mobi as wrapper for comic2epub 2009-01-22 14:18:01 -08:00
Kovid Goyal
7717679733 Strip empty <style,title,script> tags from EPUB. Fix #1660 (epub to LRF minor problems) 2009-01-22 13:41:40 -08:00
Kovid Goyal
741e13c0e2 Recipe for the Freakonomics Blog by Kovid Goyal 2009-01-22 13:30:06 -08:00
Kovid Goyal
75e6221d6d IGN:Fix parsing of metadata in oeb.base 2009-01-22 12:36:34 -08:00
Kovid Goyal
92eff808a1 Recipe for The American Spectator by Darko Miletic 2009-01-22 10:12:13 -08:00
james_
7444f2f092 First attempt at allowing comic2* to accept a directory 2009-01-22 11:50:39 +00:00
Kovid Goyal
79e1e261af Create mobi-meta command line tool and make cover extraction from MOBI files more efficient 2009-01-21 21:32:34 -08:00
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
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