Commit Graph

14710 Commits

Author SHA1 Message Date
Charles Haley 64dce130f9 Fix #858737 2011-09-25 20:22:39 +02:00
Charles Haley b2dceb1a7a Merge from trunk 2011-09-25 09:01:33 +02:00
Charles Haley 4ece2a59e2 Allow user-defined functions to be directly used in save-to-disk templates 2011-09-25 09:00:27 +02:00
Kovid Goyal 90bb4382e0 Amazon metadata download plugin: Add option to donload metadata from amazon.es 2011-09-24 15:53:08 -06:00
John Schember cf823dff26 PDF output fixes: Raise an exception for input so corrupt that it cannot be rendered. Fix issue with enormous PDF's being created. Due to who PyPDF works this brings back the out of file decriptors bug. 2011-09-24 15:47:54 -04:00
Charles Haley 7e6d4fd68b Merge from trunk 2011-09-24 17:53:49 +02:00
Charles Haley 98309d2b02 Add a color chooser (copy color name to clipboard) to the advanced coloring template editor 2011-09-24 17:53:14 +02:00
Kovid Goyal e4d2e8048a ... 2011-09-24 09:48:18 -06:00
Kovid Goyal 7c42d5d8a9 ... 2011-09-24 09:45:24 -06:00
Charles Haley 6c8b994534 Merge from trunk 2011-09-24 12:57:26 +02:00
Charles Haley 1423e94c13 Make get_components use precomputed values for composite columns. Improves performance and makes values computed with user-defined functions work. 2011-09-24 12:56:37 +02:00
Kovid Goyal d85c4e9946 ... 2011-09-23 23:21:37 -06:00
Kovid Goyal 313be1221d Revert the click and hold change, leaving only the right click 2011-09-23 18:09:44 -06:00
Kovid Goyal 703216b795 Toolbar buttons: Instead of needing to click the small arrow next to a button to bring up the list of other actions you can now either right click the button or click-and-hold it. 2011-09-23 17:59:20 -06:00
Kovid Goyal 42879405c8 ... 2011-09-23 17:08:15 -06:00
Kovid Goyal c1e1a8e340 Add a special output profile for the PocketBook 900 as it does not resize images correctly by itself 2011-09-23 16:17:03 -06:00
Kovid Goyal 9136896f0b Fix #851215 (spurious spaces when converting from rtf) 2011-09-23 16:06:57 -06:00
Sengian 4953fa24ea Fix trailing spaces after unicode chars 2011-09-23 22:44:34 +02:00
Kovid Goyal 1b79589034 ... 2011-09-23 13:48:17 -06:00
Kovid Goyal 403eec1609 Content server: When WSGI embedding fix handling of empty URL 2011-09-23 13:28:38 -06:00
Kovid Goyal e03f31d7c0 Update routes 2011-09-23 13:13:46 -06:00
Kovid Goyal fe97e602f4 IGN:Tag release 2011-09-23 11:54:24 -06:00
Kovid Goyal 02045e2a06 version 0.8.20 2011-09-23 10:38:26 -06:00
Kovid Goyal 52f1d7400d MOBI Output: Map a larger set of font names to sans-serif/monospace font in the MOBI file 2011-09-23 10:13:57 -06:00
Kovid Goyal 29414b0593 Updated translations 2011-09-23 09:46:48 -06:00
Kovid Goyal 53f0f353c4 Fix LWN and Cicero (DE) 2011-09-23 09:32:49 -06:00
Chris Lockfort 184e597bef whoops, code quality improvements (tab/space problems, ordering standardization) 2011-09-23 01:18:57 -04:00
Chris Lockfort 248f736546 added output conversion support for PocketBook Pro 900 2011-09-23 00:40:41 -04:00
Translators 4caeea52f2 Launchpad automatic translations update. 2011-09-23 04:38:16 +00:00
Kovid Goyal c1ec35f2d2 Ekantipur by fab4.ilam 2011-09-22 20:50:06 -06:00
Kovid Goyal ac3697c558 Fix #856972 (WebOS does not send cover images) 2011-09-22 20:26:05 -06:00
Kovid Goyal 72a5e1d5c0 ... 2011-09-22 20:21:36 -06:00
Kirt Henrie kjhenrie@yahoo.com 8efda4cfb6 Added support for uploading cover images to WebOS devices 2011-09-22 19:52:35 -06:00
Kirt Henrie kjhenrie@yahoo.com d225918dbc Added support for uploading cover images to WebOS devices 2011-09-22 19:11:54 -06:00
Kovid Goyal 19581b8806 ... 2011-09-22 13:25:58 -06:00
Kovid Goyal 47c8de03d4 ... 2011-09-22 12:24:47 -06:00
Kovid Goyal a47254294a ... 2011-09-22 12:09:20 -06:00
Kovid Goyal f915c03a4c JS Browser: Support for migrating cookies to python format 2011-09-22 11:27:38 -06:00
Kovid Goyal fc2ea389f1 ... 2011-09-22 08:57:52 -06:00
Kovid Goyal d01ea9fb66 ... 2011-09-22 08:48:48 -06:00
Kovid Goyal 804c5d001f Conversion pipeline: Fix crash caused by empty <style> elements. Fixes #775277 (Private bug) 2011-09-22 08:43:26 -06:00
Translators 5a33a0cc6f Launchpad automatic translations update. 2011-09-22 04:47:33 +00:00
Kovid Goyal f9dabe9140 JS Browser: Support for AJAX form submission 2011-09-21 21:01:48 -06:00
Kovid Goyal 70ff56c1b2 Get Books: Fix Woblink store 2011-09-21 16:56:03 -06:00
Kovid Goyal f3a774e0d3 ... 2011-09-21 16:42:46 -06:00
John Schember 8df5cc15d5 Merge changes from lp:~tomek3d/calibre/stores 2011-09-21 18:41:25 -04:00
Kovid Goyal bb2d522474 MOBI Input: Correctly handle MOBI files that have been passed through a DRM removal tool that leaves the DRM fields in the header. Fixes #855732 (Mobi book fails to convert/view; reads ok in Kindle) 2011-09-21 16:35:44 -06:00
Kovid Goyal 39978b361c ... 2011-09-21 14:20:28 -06:00
Tomasz Długosz 197b99c1e8 update Woblink store 2011-09-21 21:10:24 +02:00
Kovid Goyal f61922ddb0 ... 2011-09-21 10:16:03 -06:00