30218 Commits

Author SHA1 Message Date
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
Eli Schwartz
3fbca3756b Update description of KINDLE2 driver to refer to Voyage. 2015-02-27 10:26:00 +05:30
Kovid Goyal
ecfa32b986 Have the job details window remember its last used size 2015-02-27 09:53:06 +05:30
Kovid Goyal
62f21113ef Fix %i substitution 2015-02-26 16:42:09 +05:30
Kovid Goyal
440d87d627 ... 2015-02-26 16:28:54 +05:30
Kovid Goyal
5d2f5bd56e ... 2015-02-26 16:24:09 +05:30
Kovid Goyal
1451573bc8 Wire up Open With 2015-02-26 16:21:07 +05:30
Kovid Goyal
d96c632028 Add API to get absolute path to cover 2015-02-26 12:18:32 +05:30
Kovid Goyal
d30f65b88a Dialog to select open with program 2015-02-25 21:43:47 +05:30
Kovid Goyal
ee6f9b86c3 Edit book: Advertise support for importable filetypes in the OS file associations 2015-02-25 11:31:26 +05:30
Kovid Goyal
623dabed7f PDF Output: Fix incorrect rendering of text in elements that use font-variant:small-caps and also have children. Fixes #1425094 [small caps not rendering with line breaks](https://bugs.launchpad.net/calibre/+bug/1425094) 2015-02-25 10:35:36 +05:30
Kovid Goyal
a30c261f91 Dont advertise support for the rar and zip formats 2015-02-25 10:12:34 +05:30
Kovid Goyal
0ef6a7fbc3 Finish up find_programs implementation for linux 2015-02-24 13:38:25 +05:30
Kovid Goyal
667f42ba1a Edit ToC button: Remember the last used ebook formats 2015-02-24 09:41:24 +05:30
Kovid Goyal
9082802b73 Fix #1424607 [Add book regex crash on published date before 1900](https://bugs.launchpad.net/calibre/+bug/1424607) 2015-02-23 18:10:08 +05:30
Kovid Goyal
97b8daee41 Get rid of cssselect from readability 2015-02-22 14:57:19 +05:30
Kovid Goyal
940693042f Remove cssselect from windows notes as we no longer depend on it 2015-02-22 14:51:04 +05:30
Kovid Goyal
2dcde3f263 Get rid of cssselect from jsnews 2015-02-22 14:50:04 +05:30
Kovid Goyal
f2d44f286b Get rid of cssselect in a couple of recipes 2015-02-22 14:25:02 +05:30
Kovid Goyal
9248a9ffec Get rid of cssselect from the amazon get books plugin 2015-02-22 14:10:20 +05:30