28274 Commits

Author SHA1 Message Date
Kovid Goyal
de26f1e9a3 Nicer debug output when a plugin's thread is missing the plugin zip file 2014-07-29 11:47:02 +05:30
Kovid Goyal
957bfeb841 Add a parameter to control marking book as modified when calling apply_container_update_to_gui() 2014-07-29 09:39:55 +05:30
Kovid Goyal
e294e6a679 Conversion: Do not strip underscores from classnames. Fixes #1349442 [All converting epub styles with class"_number_name" are corrupt.](https://bugs.launchpad.net/calibre/+bug/1349442) 2014-07-28 22:50:58 +05:30
Kovid Goyal
77f1223202 Download cover for New Yorker 2014-07-28 08:07:19 +05:30
Kovid Goyal
5881287671 Edit Book: Fix incorrect results when running replace all on marked text and more than one replacement is made. Fixes #1348941 [When applying the command Replace all with marked text, error happens](https://bugs.launchpad.net/calibre/+bug/1348941) 2014-07-27 07:13:46 +05:30
Kovid Goyal
3eb87c29f9 Edit Book: Fix cursor positioning not working when creating a new file from a template 2014-07-27 06:53:45 +05:30
Kovid Goyal
5d136adb4c Update New Yorker 2014-07-27 06:37:51 +05:30
Kovid Goyal
124310d536 Fix one remaining unsafe use of read_lock. Fixes #1348937 [Downgrade Lock Error: cant downgrade Lock Object](https://bugs.launchpad.net/calibre/+bug/1348937) 2014-07-26 23:50:42 +05:30
Kovid Goyal
caa0623ae1 ... 2014-07-26 23:37:58 +05:30
Kovid Goyal
a04c363b70 ... 2014-07-26 15:23:26 +05:30
Kovid Goyal
1ec7397544 Add API to get the name of the file bing currently edited 2014-07-26 09:04:23 +05:30
Kovid Goyal
db3b08247e Comic Input: When sorting the pages inside a comic, recognize numbers, so that page2 sorts before page10 2014-07-26 08:58:33 +05:30
Kovid Goyal
ef3e10d033 When displaying series numbers do not assume the document is a book 2014-07-25 19:28:38 +05:30
Kovid Goyal
302d131ec2 Conversion: When inserting a metadata jacket, format the series number
using roman numerals. This behavior can be disabled by using a custom
jacket template, as described here: http://manual.calibre-ebook.com/customize.html#overriding-icons-templates-et-cetera
See #1342916 (Roman Numerals not show on book jacket)
2014-07-25 19:17:45 +05:30
Kovid Goyal
f4f77827e7 Merge branch 'master' of https://github.com/cbhaley/calibre 2014-07-25 18:16:17 +05:30
Charles Haley
54cd94e05e Add the separator argument to 2014-07-25 12:32:37 +02:00
Kovid Goyal
5c9768c30c E-book viewer: Handle quoted URLs inside @font-face rules 2014-07-25 15:58:13 +05:30
Kovid Goyal
bf52bedeac Merge branch 'master' of https://github.com/cbhaley/calibre 2014-07-25 15:32:38 +05:30
Charles Haley
46581c93c6 New formatter function: author_links. 2014-07-25 11:54:52 +02:00
Kovid Goyal
4174efda6c DRYer 2014-07-25 13:29:46 +05:30
Kovid Goyal
7c061e3f5f Edit Book: Add another mimetype for xpgt files 2014-07-25 12:45:14 +05:30
Kovid Goyal
5a5b5fb6f2 Fix regression that broke the book details panel when displaying books whose authors have a manually specified link 2014-07-25 11:36:46 +05:30
Kovid Goyal
9772a753e0 version 1.46.0 v1.46.0 2014-07-25 09:34:29 +05:30
Kovid Goyal
cdd267637b calibre-customize: When building plugins from a directory, exclude known version control subdirectories 2014-07-25 09:24:26 +05:30
Kovid Goyal
d1674cc8a4 ... 2014-07-24 22:25:39 +05:30
Kovid Goyal
e70fd3a759 Conversion: Fix a bug processing the CSS font shorthand property when the line-height is specified in em or percentage units. Fixes #1348173 [ebook-convert doesn't handle composite font-sizes](https://bugs.launchpad.net/calibre/+bug/1348173) 2014-07-24 22:11:34 +05:30
Kovid Goyal
5dabfbd549 Add documentation and an example editor plugin 2014-07-24 18:48:45 +05:30
Kovid Goyal
cde4bbb670 ... 2014-07-24 14:13:42 +05:30
Kovid Goyal
4584ffe8f3 Fix #1348054 [Private bug](https://bugs.launchpad.net/calibre/+bug/1348054) 2014-07-24 13:04:44 +05:30
Kovid Goyal
422c104a88 Update manual text to match new button layout 2014-07-23 18:57:23 +05:30
Kovid Goyal
3017d3bdc8 typo that prevented an optimization to PDF metadata update when nothing changed 2014-07-23 17:28:55 +05:30
Kovid Goyal
5d9f1c89c7 Fix published date not being merged when merging book records 2014-07-23 14:09:07 +05:30
Kovid Goyal
b4092fc05c calibredb list: Add a --for-machine option that causes the output to be made in a form more easily parsed programmatically (it uses ASCII field and record separators) 2014-07-23 12:52:42 +05:30
Kovid Goyal
cd24714637 calibredb list: Do not output extra whitespace+separator after the last field 2014-07-23 12:18:58 +05:30
Kovid Goyal
69fcac5b9d Book details panel: Automatically convert ISSN identifiers into links to the periodicals page on worldcat.org. 2014-07-23 11:58:26 +05:30
Kovid Goyal
6320eab8e8 calibredb: When listing formats of a book if there are multiple formats, separate the individual formats with the colon instead of the comma as commas can occur in filenames 2014-07-23 11:30:44 +05:30
Kovid Goyal
a6c1e806c2 Edit Book: Make the warning dialog that pops up when you try to quit while the editor is saving changes in the background a little more clear. Fixes #1347171 [Background save dialog confusion with "save changes"](https://bugs.launchpad.net/calibre/+bug/1347171) 2014-07-23 11:09:57 +05:30
Kovid Goyal
8a40261757 Edit Book: Fix close event geenrated by window system not saving state 2014-07-23 10:12:23 +05:30
Kovid Goyal
7573a62754 Edit Book: When re-arranging the toolbars inside an individual file editor, save the new toolbar layout so that it is re-used in the future. Also apply the changed layout to all open editors of the same type. See #1346913 (Edit Books - Toolbars) 2014-07-22 22:48:59 +05:30
Kovid Goyal
d05e88293f Edit Book: Make the undo/redo/cut/copy/paste buttons on the editor toolbar also configurable, so they can be removed via Preferences->Toolbars, if needed.
See #1346913 (Edit Books - Toolbars)
2014-07-22 21:55:03 +05:30
Eli Schwartz
fa47a695ea Edit Book: Allow editing xpgt (Adobe Page Template) files as XML.
Fixes #1346543 [Edit Book: Allow editing xpgt files](https://bugs.launchpad.net/calibre/+bug/1346543)
2014-07-22 08:37:16 +05:30
Kovid Goyal
e6964c4eee Edit Book: Allow the action to launch the saved searches dialog to be added to the global toolbars 2014-07-20 09:59:38 +05:30
Kovid Goyal
b1fbfcf2a4 Book details panel: Add an option to make clicking on the author name search the calibre library for the author instead of opening the wikipedia page for the author. To use it got to Preferences->Look & Feel->Book Details. Fixes #1344799 [[Enhancement] make author (in book details) a link/clickable for search in calibre](https://bugs.launchpad.net/calibre/+bug/1344799) 2014-07-19 17:09:57 +05:30
Kovid Goyal
b6787fc6b1 Update Grandes corresponsales
Merge branch 'recipe_grandes_corresponsales_es' of https://github.com/waiting-for-dev/calibre
2014-07-19 15:31:51 +05:30
marc
6e8f231396 Add García Gascón to grandes_corresponsales recipe
Also change the order of the blogs
2014-07-19 11:47:36 +02:00
Kovid Goyal
ea37193b68 Fix #1344061 [erroneus regex in preprocess.py](https://bugs.launchpad.net/calibre/+bug/1344061) 2014-07-19 00:56:47 +05:30
Kovid Goyal
49b0726efa pep8 2014-07-19 00:55:15 +05:30
Kovid Goyal
c052186b18 When generating covers, do not render soft-hyphens in the text as hyphens. Fixes #1344259 [title contains softhyphens that only appear when generating title pages](https://bugs.launchpad.net/calibre/+bug/1344259) 2014-07-19 00:53:11 +05:30
Kovid Goyal
b6540810bf pep8 2014-07-19 00:30:14 +05:30
Kovid Goyal
11153b1c77 Add imghdr test for webp 2014-07-19 00:29:57 +05:30