Commit Graph

15868 Commits

Author SHA1 Message Date
Tomasz Długosz 31030fe6fd show MOBI as separate item, with correct DRM status 2012-03-24 16:27:38 +01:00
Tomasz Długosz be268d092f trying to divide formats into 'DRM' and 'DRM-free' groups 2012-03-22 23:23:40 +01:00
Tomasz Długosz 6d55cf1e42 simplify url generation 2012-03-22 20:38:09 +01:00
Tomasz Długosz 33d00175e0 fix 'pdf' casing in the list 2012-03-21 23:15:12 +01:00
Tomasz Długosz b905d9cbb2 fix Woblink store, up to 30 items [Bat once 2012-03-21 23:00:47 +01:00
Tomasz Długosz b5e519b560 empik no longer declines its participation in Calibre 2012-03-20 21:53:29 +01:00
John Schember 0e89e0f2ac Merge changes from lp:~tomek3d/calibre/store. 2012-03-17 11:11:58 -04:00
Kovid Goyal bf6394c5e8 When converting KF8 to EPUB preserve obfuscation of fonts 2012-03-17 19:16:11 +05:30
Kovid Goyal 9e8d691d47 Fix #957527 (Private bug) 2012-03-17 19:05:07 +05:30
Kovid Goyal c87ad6d69f Refactor inspect MOBI to use the INDX reading code from mobi.reader 2012-03-17 15:31:05 +05:30
Kovid Goyal b04e3e74de ... 2012-03-17 11:07:13 +05:30
Kovid Goyal 402d28a8f0 RTF Output: Fix bug that broke conversion to RTF when the input document contains <img> tags with no src attribute. 2012-03-17 10:35:06 +05:30
Kovid Goyal 68216a0f7f ... 2012-03-17 10:30:53 +05:30
Tomasz Długosz 5ab1e0d115 load more than 10 results in nexto 2012-03-16 23:59:59 +01:00
Charles Haley d93c5f39ef Fix bug in template compilation where a trailing semicolon causes incorrect code to be generated. 2012-03-16 20:05:40 +01:00
Kovid Goyal 6afea27a2a Fix #956953 (UTF-8 BOM displayed as square box) 2012-03-16 20:30:11 +05:30
Kovid Goyal f8c29071f2 Let the inspect mobi tool accept and process multiple filenames at once 2012-03-16 11:05:43 +05:30
Kovid Goyal b8d0c49f99 Support KF8 files in inspect mobi tool 2012-03-16 10:56:24 +05:30
Kovid Goyal 21f493e561 IGN:Tag release 2012-03-16 09:06:39 +05:30
Kovid Goyal c4ed54aaf1 ... 2012-03-16 09:02:18 +05:30
Kovid Goyal a9f0a04128 version 0.8.43 2012-03-16 07:45:50 +05:30
Kovid Goyal 01554ced4a IGN:Updated translations 2012-03-16 07:04:30 +05:30
Kovid Goyal 1d89cacb15 Add iPad3 Output Profile 2012-03-15 22:58:56 +05:30
GRiker ffc0b3fcc0 0.8.42+, iBooks Section layout revision 2012-03-15 10:02:50 -07:00
GRiker 0e4c26ab27 Revised periodical Section layout, CSS (touchscreens only) resolving iBooks problem with tables spanning multiple pages 2012-03-15 09:59:22 -07:00
Kovid Goyal 4804badefe ... 2012-03-15 22:22:10 +05:30
Kovid Goyal d925899691 ... 2012-03-15 22:00:22 +05:30
Kovid Goyal 699f784071 Read dc:contributor metadata from MOBI files 2012-03-15 21:53:33 +05:30
Kovid Goyal 817f7aba60 MOBI Output: Fix a regression that caused the generated thumbnail embedded in calibre produced MOBI files to be a large, low quality image instead of a small, high quality image. Fixes #954254 (No book covers in Kindle for Android 3.4.2) 2012-03-15 20:03:46 +05:30
Charles Haley b635e15e58 Merge from trunk 2012-03-15 09:05:13 +01:00
Kovid Goyal b2c1d46ba6 Template language: Speedup evaluation of general program mode templates by pre-compiling them to python. If you experience errors with this optimization, you can turn it off via Preferences->Tweaks. Also other miscellaneous optimizations in evaluating templates with composite columns 2012-03-15 13:26:59 +05:30
Charles Haley 686da41675 Merge from trunk 2012-03-15 08:40:09 +01:00
Charles Haley e951178cb7 1) add new finish_formatting function.
2) optimize away calling 'field' in compiled code, instead doing the work inline.
3) update the manual for the new function and for compilation.
2012-03-15 08:39:49 +01:00
Charles Haley 01b55581a7 Fix improper exclusion of "languages" from the new metadata 'process_first' set. 2012-03-15 07:20:50 +01:00
Kovid Goyal b781ff54d0 Fix #940680 (Error sending books to iTunes) 2012-03-15 11:03:16 +05:30
Kovid Goyal d4f7ba4456 ... 2012-03-15 11:02:47 +05:30
Translators 28c7366a1d Launchpad automatic translations update. 2012-03-15 04:45:54 +00:00
Kovid Goyal 56a540f5f4 ... 2012-03-15 10:01:55 +05:30
Kovid Goyal 653826f58a Fix #955688 (Android device not detected) 2012-03-15 09:39:16 +05:30
Kovid Goyal 7cc30dada3 KF8 Input: Recognize OpenType embedded fonts as well. Fixes #954728 (Private bug) 2012-03-15 08:58:13 +05:30
Kovid Goyal c25e4c9fd6 Fix regression in 0.8.41 that caused file:/// URLs to stop working in the news download system on windows. Fixes #955581 (Calibre now requires improper file url for local files) 2012-03-15 07:52:58 +05:30
Charles Haley 6dd34d73e4 Merge from trunk 2012-03-14 15:36:49 +01:00
Charles Haley 06904f92a5 Compile General Program Mode templates to python, controlled by the tweak "compile_gpm_templates" that defaults to True.
Several performance optimizations related to custom columns and field metadata.
2012-03-14 15:34:40 +01:00
Kovid Goyal a8d46f2f40 KF8 Input: Add support for KF8 files with obfuscated embedded fonts 2012-03-14 12:32:13 +05:30
Translators da867eedd4 Launchpad automatic translations update. 2012-03-14 04:42:31 +00:00
Kovid Goyal cdfb1214e9 Make the stars in the book list a little larger on windows >= vista 2012-03-14 08:27:18 +05:30
Kovid Goyal 3da87cbaae ... 2012-03-13 20:40:28 +05:30
Kovid Goyal 110b2634c8 ... 2012-03-13 17:40:25 +05:30
Kovid Goyal 24afcc621e ... 2012-03-13 17:00:02 +05:30
Kovid Goyal 61fddc54fb MOBI Output: Add an option to not convert all images to JPEG when creating MOBI files 2012-03-13 16:55:13 +05:30