20293 Commits

Author SHA1 Message Date
Kovid Goyal
bb014a56bb Tweak Book: Allow tweaking of KF8 MOBI files 2012-05-03 16:34:09 +05:30
Kovid Goyal
61aa60ab07 Fix National Post 2012-05-03 16:17:27 +05:30
Kovid Goyal
df1195e9ff Fix #993785 (Restart needed dialogue: bad grammar) 2012-05-03 13:38:19 +05:30
Translators
f38d9b3189 Launchpad automatic translations update. 2012-05-03 05:25:43 +00:00
Lee
74c85a9749 merge from trunk 2012-05-03 01:54:58 +08:00
Kovid Goyal
cb4beb395a Fix #991380 (RegEx broken, Fatal Error Converting txt -> mobi) 2012-05-02 22:07:29 +05:30
Kovid Goyal
7aeb6157f6 Get Books: Add biblio.bg store 2012-05-02 19:55:34 +05:30
John Schember
674f673269 Merge changes from lp:~realender/calibre/dev. 2012-05-02 08:01:38 -04:00
John Schember
bd03b54209 Sync to trunk. 2012-05-02 07:59:50 -04:00
Kovid Goyal
58e6ab7e83 Vice Magazine by atordo 2012-05-02 16:04:39 +05:30
Translators
d753ba8e40 Launchpad automatic translations update. 2012-05-02 05:26:00 +00:00
Kovid Goyal
d244fa56af ... 2012-05-02 10:19:51 +05:30
Alex Stanev
2c2f0c272b Change store name 2012-05-01 20:44:32 +03:00
Kovid Goyal
b27e06120c Run explode/rebuild of MOBI in worker process to ensure no mem leaks 2012-05-01 12:51:29 +05:30
Kovid Goyal
aca765c3d0 Command Line Interface for the Tweak Book feature 2012-05-01 12:37:11 +05:30
Kovid Goyal
953bf80981 Add calibre-debug --tweak-kf8 tool for tweaking kf8 books 2012-05-01 11:09:04 +05:30
Translators
c810a90f3f Launchpad automatic translations update. 2012-05-01 05:28:40 +00:00
Kovid Goyal
71f3dad296 ... 2012-05-01 09:48:27 +05:30
Kovid Goyal
ed2e2f1b87 ... 2012-05-01 09:22:02 +05:30
Kovid Goyal
2216b43203 George Monbiot by DM 2012-05-01 09:21:41 +05:30
Kovid Goyal
48214035de Update Daily Mirrot and The Sun 2012-05-01 09:17:20 +05:30
Kovid Goyal
33b0bc0601 El Mundo Today by atordo 2012-04-30 19:26:51 +05:30
Kovid Goyal
74b0a8fbe1 Update Newsweek Polska 2012-04-30 19:25:40 +05:30
Kovid Goyal
90daad4321 Add azw3 output plugin (thin wrapper around the standalone kf8 mobi output code) 2012-04-30 14:50:50 +05:30
Kovid Goyal
92c757f0ee KF8 Output: Write useless FLIS/FCIS records as older kindles refuse to open joint MOBI files without them 2012-04-30 14:16:45 +05:30
Kovid Goyal
8a046ddff1 ... 2012-04-30 12:34:24 +05:30
Charles Haley
e18e386bc7 Improve documentation for template functions "template" and "eval". 2012-04-30 08:43:09 +02:00
Kovid Goyal
8d269d49b6 Write metadata in .azw3 files 2012-04-30 11:56:40 +05:30
Charles Haley
e06e710a73 Merge from trunk 2012-04-30 07:39:26 +02:00
Kovid Goyal
888c95d0cf KF8 Output: Handle documents that have XML comments and/or processing instructions 2012-04-30 10:41:26 +05:30
Translators
f8dd611d7a Launchpad automatic translations update. 2012-04-30 04:41:15 +00:00
Kovid Goyal
12d0e754db Update Mig Pao 2012-04-30 08:27:53 +05:30
Lee
0e243c945b merge from trunk 2012-04-30 03:45:44 +08:00
Kovid Goyal
0c6409bfe7 Update Max-Planck 2012-04-30 00:52:53 +05:30
Kovid Goyal
96586de006 Get Books: Amazon fix prices not being found. B&N fix details link. ebooks.com: fix cover image. Website changes to various EU stores 2012-04-30 00:46:09 +05:30
John Schember
bc5904f560 Store: ebooks.com fix cover image. 2012-04-29 14:56:11 -04:00
John Schember
35972b3267 Store: BN, Fix detail link. 2012-04-29 12:41:18 -04:00
John Schember
cd06a3faf4 Store: Amazon fix price. 2012-04-29 11:46:14 -04:00
John Schember
60e11c979c Merge changes from lp:~cbhaley/calibre/charles_store. 2012-04-29 11:27:32 -04:00
John Schember
bb5b301e86 sync to trunk. 2012-04-29 11:24:37 -04:00
Kovid Goyal
8432fdbf27 For the wankers among us. Fixes #991081 (contains copypasted description without copyright) 2012-04-29 19:04:42 +05:30
Kovid Goyal
d0e4aecba9 Conversion: Allow easy re-ordering of the search and replace expressions in the conversion dialog. Also apply the expressions in the same order that they were entered when doing the conversion. 2012-04-29 17:58:59 +05:30
Eli Algranti
3edb9395ae Changed unicode arrow characters to existing up/down images to ensure proper display in all platforms/languages (fonts may not support all unicode characters) and used clearer tooltips. 2012-04-29 22:08:12 +10:00
Eli Algranti
29b84c5c3a Added arrows so to Search & Replace UI so expressions can be reordered and fixed UI logic:
- Save button is only enabled when the list is not empty.
- Pressing remove button repeatedly will now go through all expressions not just the ones before the removed item.
2012-04-29 21:13:04 +10:00
Eli Algranti
9c5faee800 Fixed the order Search/Replace expressions are applied.
S/R expressions where inserted at the start of the rules list in order so they where applied in reverse.  Used a reverse iterator over the list of search/replace expressions so they are applied in the correct order.
2012-04-29 21:09:06 +10:00
Charles Haley
70d0f749e1 Account for website changes to several EU stores. Remove "affiliate" from Waterstones, as they no longer pay commissions on ebooks. 2012-04-29 10:39:09 +02:00
Kovid Goyal
db3203176e FB2 Input: More robust base64 decoding to handle embedded images that are incorrectly encoded. Fixes #990929 (Private bug) 2012-04-29 13:51:09 +05:30
Charles Haley
7a07df0413 Merge from trunk 2012-04-29 08:28:13 +02:00
Translators
19d7d895fc Launchpad automatic translations update. 2012-04-29 04:45:16 +00:00
Kovid Goyal
0d506a3ee7 Fix #990881 (Shift-click after using cover browser makes wrong selection) 2012-04-29 10:08:45 +05:30