26885 Commits

Author SHA1 Message Date
Roman Mukhin
770a5744e7 Update the metadata download and Get Books plugins for ozon.ru
Changes in OZON.RU corresponding files due to API- and HTMLlayout
Changes from ozon.ru Addition improved search hit relevance calculation,
introduced configuration parameter.
2013-12-01 21:47:36 +05:30
Kovid Goyal
f86638cf17 Merge branch 'master' of https://github.com/cbhaley/calibre
Bulk metadata dialog: Fix search and replace on datetime fields
failing with an error.
2013-12-01 17:48:38 +05:30
Charles Haley
e87281a8d2 Fix two problems in bulk search/replace:
1) S/R of datetime fields generated an exception
2) Using {template} as a source generated an error until the destination field was filled in.
2013-12-01 12:40:16 +01:00
Kovid Goyal
a87092ba4f Standalone executable for Tweak Book 2013-12-01 16:16:52 +05:30
Kovid Goyal
b91454d454 Preference to control tab width in the editor 2013-12-01 16:06:48 +05:30
Kovid Goyal
cd01049c6e Nicer error message when clicking new file if no book has been opened. 2013-12-01 15:31:35 +05:30
Kovid Goyal
6c0269b940 Preferences to control TB integration with calibre 2013-12-01 15:13:38 +05:30
Kovid Goyal
df1c8b7e56 Integrate the new Tweak Book tool into the main calibre gui
The old Tweak Book tool has become "Unpack Book"
2013-12-01 14:35:24 +05:30
Kovid Goyal
3447684c5e Specific error message if file being tweaked does not exist 2013-12-01 13:11:20 +05:30
Kovid Goyal
f1fc5598b0 Only operate on normalized unicodedata in the editor 2013-12-01 12:37:39 +05:30
Kovid Goyal
06aa59563d Implement mark as title page 2013-12-01 11:26:49 +05:30
Kovid Goyal
2f194b2776 Fix sending by email not working on computers with non-ascii hostnames. Fixes #1256549 [E-mailing has problems on French Windows installation](https://bugs.launchpad.net/calibre/+bug/1256549) 2013-12-01 09:43:58 +05:30
Kovid Goyal
4accf0954c Update National Geographic Magazine 2013-12-01 09:15:50 +05:30
Kovid Goyal
c1ae0a275f Implement marking of images as covers 2013-11-30 17:43:44 +05:30
Kovid Goyal
c306458357 Fix container tests on windows 2013-11-30 13:34:01 +05:30
Kovid Goyal
510a6bac6e Handle file renames that only change case on case-insensitive file-systems 2013-11-30 12:51:25 +05:30
Kovid Goyal
b5218ca772 Container: Handle path to temp directory being a symlink (common on OS X) 2013-11-30 11:51:05 +05:30
Kovid Goyal
ea49fe8462 Editor preferences 2013-11-30 11:03:21 +05:30
Kovid Goyal
43770ce0f2 Allow viewer plugins to customize the viewer's UI 2013-11-29 22:46:34 +05:30
Kovid Goyal
87255226c0 Update Los Angeles Times 2013-11-29 22:27:46 +05:30
Kovid Goyal
298d9d785f Update Boerse Online 2013-11-29 21:16:10 +05:30
Kovid Goyal
2a6e721a66 Update Reuters 2013-11-29 17:04:32 +05:30
Kovid Goyal
6420364abe Merge branch 'master' of https://github.com/cbhaley/calibre
Wireless driver: Fix launching programs from within calibre causing the
wireless driver port to remain in use even after calibre is shutdown.
Fixes #1256198 [wireless driver failed to connect to port](https://bugs.launchpad.net/calibre/+bug/1256198)
2013-11-29 16:32:57 +05:30
Kovid Goyal
212091eea6 Decrease the interval between uploading installers and their new signatures when doing a re-upload 2013-11-29 16:13:15 +05:30
Kovid Goyal
bee4b2b9c7 Make lopen() atomic on linux (if the kernel supports O_CLOEXEC) 2013-11-29 16:07:55 +05:30
Charles Haley
50abe4d913 Fix for bug #1256198 2013-11-29 11:11:49 +01:00
Kovid Goyal
a5e071d091 Wire up the preferences dialog 2013-11-29 15:03:06 +05:30
Kovid Goyal
f8c496a924 Start work on preferences widget 2013-11-29 14:22:13 +05:30
Kovid Goyal
42f2e6cff5 Workaround for pyqtSlot not accepting QList<int> on windows 2013-11-29 14:20:16 +05:30
Kovid Goyal
4af671be80 Add search for the preview panel 2013-11-29 11:16:55 +05:30
Kovid Goyal
a35f25a122 version 1.13 v1.13.0 2013-11-29 08:38:39 +05:30
Kovid Goyal
ad1c02fe9d Fix help strings for the global prefs object not being localized 2013-11-29 08:20:55 +05:30
Kovid Goyal
ace9a5f5b9 ... 2013-11-29 07:57:50 +05:30
Kovid Goyal
200833412c EPUB Output: Strip -- characters from inside comments, as some ebook reading apps cannot handle them. Fixes #1256059 [epub file not rendering in Android Mantano reader](https://bugs.launchpad.net/calibre/+bug/1256059) 2013-11-29 07:55:55 +05:30
Kovid Goyal
995bbcda49 Merge branch 'master' of https://github.com/cbhaley/calibre
Searching: Fix escaped parentheses not being correctly handled when
parsing search queries.

Match books on device: Fix parentheses in search expression not being
escaped. Fixes #1255671 [Match Books dialogue doesn't like parentheses](https://bugs.launchpad.net/calibre/+bug/1255671).

Match books on device: Fix thumbnail in device metadata cache not being
updated when matching books. Fixes #1255676 [[ENHANCEMENT] Match Books to add covers](https://bugs.launchpad.net/calibre/+bug/1255676).
2013-11-28 18:23:33 +05:30
Charles Haley
d225448cca Enhancement #1255676: match books should update the thumbnail as well as the metadata. 2013-11-28 13:39:20 +01:00
Charles Haley
9b0409ea88 Fix #1255671: escaped parenthesis do not work in any search expression, and match_books does not escape parenthesis. 2013-11-28 12:46:10 +01:00
Kovid Goyal
98b6c9dbe7 Update Economist
Merge branch 'master' of https://github.com/felagund/calibre
2013-11-28 15:41:06 +05:30
Tomáš Hnyk
12f3a7ffbc Make the Economist recipe respect bold text 2013-11-28 10:56:58 +01:00
Kovid Goyal
b779a7bb1a Searching: When searching for identifiers, fix searching for values that contain colons not working 2013-11-28 09:05:05 +05:30
Kovid Goyal
b04d356e44 Merge branch 'master' of https://github.com/cbhaley/calibre 2013-11-27 18:44:02 +05:30
Charles Haley
46d5ed6e3e Clean up the CC version check a bit. 2013-11-27 12:45:30 +01:00
Kovid Goyal
9cac372530 Merge branch 'master' of https://github.com/cbhaley/calibre
Wireless device driver: Cache metadata on a per device basis. Allows for
using different cover thumbnail sizes on different devices. Will force
device to resend all metadata the first time it is connected after this
upgrade.
2013-11-27 16:33:45 +05:30
Charles Haley
2c0dba301d Cache wireless device metadata on a per-device basis. This change will force devices to send all metadata on the first connect after upgrading calibre. 2013-11-27 11:50:23 +01:00
Kovid Goyal
bdd03a58d2 Expand shorthand properties in filter CSS
Conversion: Fix specifying shorthand properties in filter css not
working. Now all shorthand properties automatically filter out all the
properties they are shorthand for.
2013-11-27 16:00:59 +05:30
Kovid Goyal
0199955e0e Edit metadata dialog: Add special author edit
Edit metadata dialog: Facilitate editing the authors for books that have
a large number of authors, by using a dedicated "Edit authors" tool, which
you can launch by right clicking the authors in the edit metadata dialog
and selecting "Edit authors". Fixes #1255288 [[Enhancement] Display authors in editable popup window](https://bugs.launchpad.net/calibre/+bug/1255288)
2013-11-27 15:05:05 +05:30
David Forrester
7f4cce12f4 Kobo driver : support new firmware version 3.0.1
Kobo snuck out new firmware 3.0.1. This has no changes that affect the
driver. As Kobo have done this a few times recently, I am setting the
supported version to 3.0.5. This will allow for a few small bug fix
releases. Fixes #1255363 [Unable to transfer to Kobo Touch](https://bugs.launchpad.net/calibre/+bug/1255363)
2013-11-27 08:58:10 +05:30
Kovid Goyal
89271681cf File open dialogs; If the previously used initial directory, no longer exists, use a directory one level up. Fixes #1255216 [Adding book or new format opening Windows\System32 folder as default](https://bugs.launchpad.net/calibre/+bug/1255216) 2013-11-27 08:44:27 +05:30
Kovid Goyal
6c0b9ec38b Show an about message when the preview panel is cleared 2013-11-26 21:11:55 +05:30
Kovid Goyal
170b16b74b Busy cursor for split and merge 2013-11-26 21:02:58 +05:30