27205 Commits

Author SHA1 Message Date
Kovid Goyal
3a08791865 Workaround for bug in xgettext
https://savannah.gnu.org/bugs/index.php?41668
2014-02-22 19:17:58 +05:30
Kovid Goyal
225a7e0723 E-book viewer: When displaying metadata for the book, also display custom column metadata 2014-02-22 16:43:52 +05:30
Kovid Goyal
5da59094c9 Show an error message if the user tries to edit books on the device instead of editing the last selected book in the library 2014-02-22 15:28:14 +05:30
Kovid Goyal
26656583fc ... 2014-02-22 14:37:21 +05:30
Kovid Goyal
c551895b83 Clean up error handling in the linux installer 2014-02-22 13:31:11 +05:30
Kovid Goyal
ddca079000 Linux binary build: Create an uninstall script named calibre-uninstall
Fixes #1283154 [linux uninstaller (/usr/bin/calibre-uninstall)](https://bugs.launchpad.net/calibre/+bug/1283154)
2014-02-22 12:42:58 +05:30
Kovid Goyal
64cb14a094 EPUB Output: If the output profile is set to one of the Nook profiles, do not use shorthand CSS properties as the Nook cannot handle them. 2014-02-22 08:21:33 +05:30
Kovid Goyal
70779d9ff4 Conversion: Fix incorrect CSS being generated when converting files that have <img> tags with width or height attributes that contain fractional numbers. Fixes #1283108 [Private bug](https://bugs.launchpad.net/calibre/+bug/1283108) 2014-02-22 08:07:08 +05:30
Tomasz Długosz
ac176a1e29 use mobile page pt.1 2014-02-21 20:23:38 +01:00
Tomasz Długosz
b59c3778a3 save link to last number in a variable instead of finding it out again and again 2014-02-21 20:14:01 +01:00
Kovid Goyal
f6b32541e6 Fix #1282970 [Editor crashes when changing <p> tag to <h1>](https://bugs.launchpad.net/calibre/+bug/1282970) 2014-02-21 16:29:38 +05:30
Kovid Goyal
70d96e7a07 Fix #1282898 [Broken Edit Metadata in Bulk commits 1.25.0](https://bugs.launchpad.net/calibre/+bug/1282898) 2014-02-21 13:15:55 +05:30
Kovid Goyal
84057eb3be ... 2014-02-21 10:46:17 +05:30
Kovid Goyal
170612acab ... 2014-02-21 10:29:54 +05:30
Kovid Goyal
d778ec16e8 ... 2014-02-21 10:24:17 +05:30
Kovid Goyal
d0fcd63485 ... v1.25.0 2014-02-21 09:11:02 +05:30
Kovid Goyal
15f9e96441 version 1.25 2014-02-21 09:09:59 +05:30
Kovid Goyal
69e8be5eab Updated Quick Start Guide 2014-02-21 08:45:43 +05:30
Kovid Goyal
f5335a41ce Merge branch 'master' of https://github.com/t3d/calibre 2014-02-21 08:32:21 +05:30
Tomasz Długosz
23249ad434 add articles not assigned to any category 2014-02-21 03:07:32 +01:00
Tomasz Długosz
e5cc63b1c6 translate comments 2014-02-20 23:27:52 +01:00
Kovid Goyal
15c3a466e5 Edit book: Fix an error that occurs if more than 100 checkpoints are created. Fixes #1282583 [book editor error when adding 100 items](https://bugs.launchpad.net/calibre/+bug/1282583) 2014-02-20 21:13:09 +05:30
Kovid Goyal
526e7882bb Nicer icon for beautify file
From http://findicons.com/icon/207143/flower?id=207153 (freeware
non-commercial)
2014-02-20 10:36:14 +05:30
Kovid Goyal
48dbfa26c9 Bulk metadata edit search and replace: Do not allow the user to perform the search and replace until she enters a search expression. See #1282357 (error produced during "Edit metadata in bulk" for replacing a value) 2014-02-20 10:15:13 +05:30
Kovid Goyal
ab983165a4 Conversion: Fix parsing of HTML 5 documents that are also valid XML but use non-namespaced inline svg 2014-02-20 09:34:47 +05:30
Kovid Goyal
46383bf264 Conversion: When converting SVG images for formats that do not support SVG and the SVG has an invalid viewBox, ignore the viewBox instead of aborting conversion 2014-02-20 09:09:18 +05:30
Tomasz Długosz
3dccff1f94 serve correct issue every day of the week 2014-02-20 00:43:35 +01:00
Tomasz Długosz
f468a0c4fd improve image captions further 2014-02-19 23:29:18 +01:00
Kovid Goyal
dd54ccc0d0 Catalogs: Fix multiple exclusion rules causing entries to be duplicated. Fixes #1281296 [Catalog shows duplicates of all entries](https://bugs.launchpad.net/calibre/+bug/1281296)
Merge branch 'master' of https://github.com/GRiker/calibre
2014-02-19 17:27:21 +05:30
Gregory Riker
3aa7697f1a Fix for lp:1281296, multiple entries for books when processing multiple exclusion rules. 2014-02-19 04:48:57 -07:00
Kovid Goyal
f12d0cf155 Keep the editor responsive to user input by spinning the event loop after every line is re-highlighted. 2014-02-19 16:28:14 +05:30
Kovid Goyal
3c0a6499a3 A performance improvement for the HTML syntax highlighter 2014-02-19 15:16:41 +05:30
Kovid Goyal
f52f6e4147 ... 2014-02-19 12:36:35 +05:30
Kovid Goyal
beb7f0ec7f ... 2014-02-19 12:23:30 +05:30
Tomasz Długosz
c54d832d06 add articles' descriptions and dates 2014-02-18 21:55:50 +01:00
Tomasz Długosz
13ad540a05 squash bugs originating from HEAD 2014-02-18 20:55:51 +01:00
Piotr Kiełkowicz
e3c0bca805 Wolne Lektury - download fix 2014-02-18 18:34:09 +01:00
Kovid Goyal
2691875730 Allow disabling of comment sanitizing in the comments editor via a special meta tag <meta name="calibre-dont-sanitize">
Merge branch 'master' of https://github.com/GRiker/calibre
2014-02-18 19:02:18 +05:30
Kovid Goyal
c597f16fea Maintenance on various Get Books plugins and remove the Foyles UK store
Merge branch 'master' of https://github.com/cbhaley/calibre
2014-02-18 18:44:40 +05:30
Gregory Riker
264450ac5a Skip sanitizing in comments editor when special <meta> tag detected. 2014-02-18 05:57:26 -07:00
Charles Haley
e29f12ff19 Fix bookstores to account for website changes. Remove Foyles because their search now uses ajax (complicated), and no one ever buys from that store anyway. 2014-02-18 13:37:51 +01:00
Kovid Goyal
d69ed5e980 ... 2014-02-18 15:51:02 +05:30
Kovid Goyal
5440e0c377 Add malformed markup check when editing ToC as well 2014-02-18 15:47:22 +05:30
Kovid Goyal
d9f7968aef ... 2014-02-18 15:04:55 +05:30
Kovid Goyal
371aa6ef77 Edit book: Fix splitting of HTML file occurring at the wrong location if the HTML contains invalid constructs like nested <p> tags 2014-02-18 14:25:30 +05:30
Kovid Goyal
06a40d9d2b ... 2014-02-18 13:41:08 +05:30
Kovid Goyal
17589abd20 Fix fallback filename pattern not matching filenames from the calibre library 2014-02-18 12:54:30 +05:30
Kovid Goyal
c0d02ede03 Turn off default shortcuts for checkpoints on os x since they interfere with editing because of a bug in Qt 2014-02-18 12:37:10 +05:30
Kovid Goyal
9d7a1f8417 PDF metadata: When both Info and XMP metadata present resolve which one ot use based on modification timestamps 2014-02-18 10:52:52 +05:30
Kovid Goyal
0ff835c4e6 Edit book: If the book being edited is deleted instead of showing an error message on save, ask the user to choose a new file location before saving. 2014-02-18 09:52:03 +05:30