Commit Graph

16345 Commits

Author SHA1 Message Date
Kovid Goyal 9dd54e99cc ... 2012-05-10 18:41:39 +05:30
Kovid Goyal c4af53417e Conversion pipeline: Ignore the useless font-face rules inserted by Microsoft Word for every font on the system 2012-05-10 18:39:44 +05:30
Kovid Goyal 4224b8bf3b ... 2012-05-10 10:25:53 +05:30
Kovid Goyal 7e63bd6da3 Edit metadata dialog: When runnning download metadata do not isert duplicate tags into the list of tags 2012-05-10 09:16:43 +05:30
Kovid Goyal 9c554a0106 Add AZW3 to the list of internally viewed formats 2012-05-09 22:40:06 +05:30
Kovid Goyal d6c69c8579 KF8 Input: Do not error out if the file has a few invalidly encoded bytes. Fixes #997034 (Book opening after import stops with invalid continuation byte) 2012-05-09 22:18:06 +05:30
Kovid Goyal 38747f1d3f Driver for Motorola XT875. Fixes #996890 (Motorola Droid Bionic driver) 2012-05-09 22:12:07 +05:30
Kovid Goyal d9fe38ff15 ... 2012-05-08 22:35:12 +05:30
Kovid Goyal cf97f6228a Fix #996439 ('NoneType' object has no attribute 'partition' (Error Code: 1) when converitng to AWZ3) 2012-05-08 19:15:09 +05:30
Kovid Goyal 0458a601e8 ... 2012-05-08 08:33:36 +05:30
Kovid Goyal 4d3a5c3621 ... 2012-05-08 07:55:20 +05:30
Kovid Goyal 55bbc9986d ... 2012-05-07 23:01:58 +05:30
Kovid Goyal 5206011a4d ... 2012-05-07 22:55:37 +05:30
Kovid Goyal d993fbc91f Refactor oeb iterator and implement logic to collect indexing data 2012-05-07 22:39:59 +05:30
Kovid Goyal cc91807ffa Fix #995553 (Add html injects bad meta http-equiv="Content-Type" tag?) 2012-05-06 23:21:38 +05:30
Kovid Goyal 6d0b2ec553 Cleanup ebook viewer code 2012-05-06 23:10:25 +05:30
Kovid Goyal f5ad1f38ba Pocketbook driver: Update for new PB 611 firmware. Fixes #903079 (New device: Pocketbook 611) 2012-05-06 19:23:30 +05:30
Kovid Goyal d80c727617 Update coffeescript compiler to 1.3.1 2012-05-06 14:01:11 +05:30
Kovid Goyal f9714b37f0 ... 2012-05-06 13:57:32 +05:30
Kovid Goyal 8a76489706 Put all compiled coffeescript into a zip file in resources 2012-05-06 00:01:15 +05:30
Kovid Goyal f01c91b68f Fix #994838 (Option to restrict conversion output formats) 2012-05-05 18:01:25 +05:30
Kovid Goyal d584a95114 ... 2012-05-05 17:57:18 +05:30
Kovid Goyal e1dc8a6157 ... 2012-05-05 17:52:14 +05:30
Kovid Goyal 4b517acf38 ... 2012-05-05 17:46:53 +05:30
Kovid Goyal 4602530abc When switching libraries preserve the position and selected books if you switch back to a previously opened library. Fixes #994514 (New wish: stay on the same line in a library) 2012-05-05 14:06:51 +05:30
Kovid Goyal 4ab0a53cee ... 2012-05-05 12:35:55 +05:30
Kovid Goyal d16a087774 Fix #994939 (ebook-convert is dangerous with multiple arguments!) 2012-05-05 12:24:59 +05:30
Kovid Goyal 79d42ebd00 Fix #994811 (Add a colour swatch to column colouring dialog) 2012-05-05 11:48:56 +05:30
Kovid Goyal 973ca9abad EPUB Output: Do not self close any container tags to prevent artifacts when EPUBs are viewed using buggy browser based viewers. Fixes #994861 (Code font does not terminate) 2012-05-05 10:46:24 +05:30
Kovid Goyal 4e72cf54af Driver for Pandigital SuperNova 2012-05-05 10:41:48 +05:30
Kovid Goyal cc7687d83e Fix #994802 (exception in chm conversion) 2012-05-05 09:58:31 +05:30
Kovid Goyal 98edf16de1 Dont print a full traceback when failing to check for updates 2012-05-04 16:59:18 +05:30
Kovid Goyal 3b1921fca4 EPUB Output: Consolidate inline CSS generated by calibre into external stylesheets for ease of editing the EPUB 2012-05-04 15:37:10 +05:30
Kovid Goyal 6a88470186 Fix #994298 (Bulk metadata search replace test result issue) 2012-05-04 12:48:32 +05:30
Kovid Goyal a6f09deda4 IGN:Tag release 2012-05-04 12:47:27 +05:30
Charles Haley 00b4dc9d3a Merge from trunk 2012-05-04 08:30:10 +02:00
Charles Haley 58d5ec5fc7 This is caused by having a very long test value in the saved values dropdown. Fix submitted 2012-05-04 08:29:25 +02:00
Kovid Goyal 7f66c5317d remove useless options from azw3 output plugin 2012-05-04 09:56:52 +05:30
Kovid Goyal 55c3dfad01 version 0.8.50 2012-05-04 09:08:26 +05:30
Kovid Goyal ca03d35d85 ... 2012-05-04 08:32:41 +05:30
Kovid Goyal 986dea628b ... 2012-05-03 21:50:15 +05:30
Kovid Goyal c006e9cdca ... 2012-05-03 19:28:28 +05:30
Kovid Goyal ecd4d6ddea ... 2012-05-03 19:26:04 +05:30
Kovid Goyal 364d1dca55 IGN:Updated translations 2012-05-03 19:03:47 +05:30
Kovid Goyal c66ec1c9f2 ... 2012-05-03 18:49:00 +05:30
Kovid Goyal 27d199a74b EPUB Input: Handle the case of the metadata ToC containing a reference to the cover HTML file correctly. Fixes #993812 (Update cover page in toc.ncx when converting) 2012-05-03 18:45:29 +05:30
Kovid Goyal 21c84615de CHM Input: Handle files with deeply nested markup and non html files listed at the start of the manifest. Fixes #993607 (chm to mobi conversion crashes with "maximum recursion depth exceeded") 2012-05-03 17:56:20 +05:30
Kovid Goyal 226a26d208 KF8 Output: Workaround Kindle Touch bug that causes the book to be rendered as black pages when a height os specified for <body> 2012-05-03 17:28:11 +05:30
Kovid Goyal 632796e533 ... 2012-05-03 16:36:24 +05:30
Kovid Goyal bb014a56bb Tweak Book: Allow tweaking of KF8 MOBI files 2012-05-03 16:34:09 +05:30