30187 Commits

Author SHA1 Message Date
Charles Haley
993b9f6bcb Deal with Amazon changing their websites to use (randomly?) two different html constructs around the format text 2015-03-08 12:44:15 +01:00
Kovid Goyal
0ca49a65f1 Tag Browser: Make rename and delete for items in the Tag Browser restrict themselves to the current Virtual Library (if any). There is also an additional menu entry you can use to rename and delete across all books while in a Virtual Library.
Merge branch 'master' of https://github.com/cbhaley/calibre
2015-03-08 16:17:02 +05:30
Kovid Goyal
3e3bfd002e ... 2015-03-07 17:03:51 +05:30
Kovid Goyal
ae8cf31bac PDF Output: Fix incorrect conversion of source document that specify dir="rtl" on the root element. Fixes #1429292 [dir="rtl" in html crashes PDF build](https://bugs.launchpad.net/calibre/+bug/1429292)
Also fixes rendering of such documents int he viewer in paged mode.
2015-03-07 16:49:40 +05:30
Kovid Goyal
527a6217ee Finish up OS X Open With implementation 2015-03-07 15:17:54 +05:30
Kovid Goyal
afe811111d Add OS X imported UTI types into public UTI map 2015-03-07 12:42:11 +05:30
Kovid Goyal
26e4ca1852 Start work on OS X implementation of Open With 2015-03-07 12:33:10 +05:30
Kovid Goyal
9e4b1f71b9 Sanitize env vars when launching open with programs 2015-03-07 08:26:06 +05:30
Kovid Goyal
701acd1ec5 ... 2015-03-07 08:15:41 +05:30
Kovid Goyal
fc2fab8a53 PDF Output: Ignore unparseable links instead of aborting the conversion on them. Fixes #1429282 [HTML to PDF crashes with ebook-convert (Invalid IPv6 URL)](https://bugs.launchpad.net/calibre/+bug/1429282) 2015-03-07 07:59:16 +05:30
Kovid Goyal
3a284d0860 FB2 Input: Do not put a border around images 2015-03-06 20:16:30 +05:30
Kovid Goyal
615a3dfcf5 Open With: Load high resolution icons from exe files on windows 2015-03-06 15:00:22 +05:30
Kovid Goyal
63caf21996 ... 2015-03-06 13:26:01 +05:30
Kovid Goyal
6e750ffceb Workaround for crashes during conversions that involve generating
default covers of rasterizing SVG fonts or PDF output on linux with Qt
5.4.1

See https://bugreports.qt.io/browse/QTBUG-40946
2015-03-06 10:45:32 +05:30
Kovid Goyal
a34651bf01 ... 2015-03-06 10:18:51 +05:30
Kovid Goyal
259e51d408 Suppress warnings about OpenGL when running without connecting to X server in Qt 5.4.1 2015-03-06 08:55:48 +05:30
Kovid Goyal
1f6d66e015 Edit Book: Allow restoring of disabled confirmation prompts in preferences 2015-03-05 21:58:42 +05:30
Kovid Goyal
a19862c277 Edit Book: Add a confirmation when removing saved searches 2015-03-05 21:52:14 +05:30
Kovid Goyal
7c85a0deda Edit Book: Fix extra search being hidden when removing a saved search 2015-03-05 21:51:40 +05:30
Kovid Goyal
b79417e1d7 ... 2015-03-05 21:22:22 +05:30
Kovid Goyal
dfb68b7047 ... 2015-03-05 21:22:03 +05:30
Kovid Goyal
aff13a9854 Finish up Open With implementation on windows 2015-03-05 21:02:58 +05:30
Kovid Goyal
eec1cfe8a7 ... 2015-03-05 17:53:48 +05:30
Kovid Goyal
9bda2318c3 Code to read programs capable of opening a specified file type from the windows registry 2015-03-05 17:52:44 +05:30
Kovid Goyal
986adc521b Fix incorrect specification of DefaultIcon in calibre generated ProgIDs 2015-03-05 15:02:31 +05:30
Kovid Goyal
b61507c405 ... 2015-03-05 14:44:20 +05:30
Kovid Goyal
7b2c38ee7b Add API to load MUI strings from the registry 2015-03-05 14:42:09 +05:30
Kovid Goyal
3b9479763b Add API to conveniently get a value by name from a registry key 2015-03-05 13:26:57 +05:30
Kovid Goyal
7b8eff6efd Avoid exceptions during auto-close of registry keys 2015-03-05 12:38:53 +05:30
Kovid Goyal
ff82ba858c A more robust modification of the copy process to only remove soft hyphens from the plain text content 2015-03-05 11:53:07 +05:30
Kovid Goyal
094449a000 E-book viewer: Fix regression that prevented pasting of text with formatting from the viewer. Fixes #1428018 [no copying with formatting in built-in ebook reader](https://bugs.launchpad.net/calibre/+bug/1428018) 2015-03-05 09:39:08 +05:30
Kovid Goyal
899e66319a Table of Contents Editor: Fix selecting a location inside a file and then clicking on another file causes the previous location to be used in the new file. Fixes #1428212 [Edit Book: ToC editor creates wrong entries](https://bugs.launchpad.net/calibre/+bug/1428212) 2015-03-05 08:55:46 +05:30
Kovid Goyal
9e7d4d0ed9 Pando Daily by Darko Miletic
Fixes #1428264 [New recipe for PandoDaily](https://bugs.launchpad.net/calibre/+bug/1428264)
2015-03-05 08:21:26 +05:30
Kovid Goyal
72d47ba937 Fix incompatibility with PyQt 5.4.1. Fixes #1427684 ["TypeError: QPixmap(): argument 1 has unexpected type" – incompatibility with Qt 5.4.1?](https://bugs.launchpad.net/calibre/+bug/1427684) 2015-03-05 07:50:28 +05:30
Charles Haley
77046968ae Make the Manage Category dialog show all items. It already works across VLs. 2015-03-02 16:39:53 +01:00
Charles Haley
f2cc364ac0 Fix delete not working 2015-02-28 14:14:40 +01:00
Charles Haley
42dab3af46 Add additional context menu items for edit/delete when a VL is in effect 2015-02-28 11:28:52 +01:00
Charles Haley
7e1bfa006a Don't change the order of the items when rebuilding inside a VL. Use the normal processing if all the books with the item are also in the VL 2015-02-28 10:47:48 +01:00
Eli Schwartz
b19633eeee calibre-portable.sh should write new files world-accessible.
This is a portable app after all.

Also add usage info and an install/upgrade switch.
2015-02-28 07:08:25 +05:30
Charles Haley
5557660bbd Make item delete and rename take VLs into consideration 2015-02-27 16:11:56 +01:00
Kovid Goyal
af77fdbbe0 Show keyboard shortcuts in open with menus 2015-02-27 17:24:15 +05:30
Kovid Goyal
8beee15db5 Implement keyboard shortcuts for Open With 2015-02-27 16:39:03 +05:30
Kovid Goyal
7870791b78 ... 2015-02-27 16:27:26 +05:30
Kovid Goyal
9a38645fe2 Use a special file type for open cover with entries 2015-02-27 16:21:19 +05:30
Kovid Goyal
fd5dad9bce Implement editing for open with applications 2015-02-27 15:36:12 +05:30
Kovid Goyal
c3dda0d901 Nicer error message when running calibre on old windows 2015-02-27 15:00:02 +05:30
Kovid Goyal
0bb121817a AZW3 Input: Fix a bug that prevented conversion of AZW3 files that contained an empty CSS media block. Fixes #1426220 [Private bug](https://bugs.launchpad.net/calibre/+bug/1426220) 2015-02-27 12:10:12 +05:30
Kovid Goyal
c920ab7298 Refactor open with code 2015-02-27 11:23:09 +05:30
Eli Schwartz
973e0e9d6f Fixes and changes to calibre-portable.sh
Fixes #1426222 [Updated version of calibre-portable.sh](https://bugs.launchpad.net/calibre/+bug/1426222)
2015-02-27 10:28:24 +05:30
Kovid Goyal
00b21d8d71 ... 2015-02-27 10:27:19 +05:30