23390 Commits

Author SHA1 Message Date
Kovid Goyal
b0f30ce66a Show traceback when reading metadata from format fails 2013-08-13 13:51:58 +05:30
Kovid Goyal
e9a35b1958 Show current aspect ratio when changing cover size 2013-08-13 13:27:32 +05:30
Kovid Goyal
454016e6bf Remove invalid entries from sort menu 2013-08-13 13:11:18 +05:30
Kovid Goyal
2d394c6b6e Better name for sort by cover menu entry 2013-08-13 11:14:08 +05:30
Kovid Goyal
58b4beca96 Show only the first two version numbers if the third is zero 2013-08-13 11:09:55 +05:30
Kovid Goyal
db9056d5a1 ... 2013-08-12 21:40:12 +05:30
Kovid Goyal
f017da50aa newdb: set_metadata should not allow case changes
set_metadata() was allowing case changes for is_multiple fields, causing
for instance, adding books to change the case of existing
tags/authors/etc. In the old backend it was inconsistent, case changes
were disallowed for most fields, but allowed for a few, for example,
series.
2013-08-12 19:01:36 +05:30
Kovid Goyal
f7250683a4 ebook-meta: Ignore the read metadata from file contents setting
ebook-meta program: Ignore the adding books preference that controls the
reading of metadata from file names vs. file contents.
2013-08-12 18:30:38 +05:30
Kovid Goyal
e3231a6481 Show series in grid view tooltip as well 2013-08-12 16:12:53 +05:30
Kovid Goyal
518721ff40 Nicer controls for changing grid cover size 2013-08-12 16:01:12 +05:30
Kovid Goyal
b19ee15eca Optimize for disk cache
Disable delay rendering and change cache size defaults for optimizing
the use of the disk cache
2013-08-12 14:24:34 +05:30
Kovid Goyal
a401b2ab7d Add a trim cover option ot the bulk metadata edit dialog
Merge branch 'Bulk-trim-covers' of git://github.com/sengian/calibre
2013-08-12 13:56:28 +05:30
Kovid Goyal
9859812ec9 Cover grid: Add a disk cache for rendered thumbnails 2013-08-12 13:40:36 +05:30
sengian
361ab678fb Change image export format to jpg 2013-08-12 07:18:29 +02:00
Kovid Goyal
437746f139 RTF Input: Use input encoding setting for files with no codepage
RTF Input: When converting RTF files with no codepage, use the input
encoding setting as the codepage. Fixes #1163572 [RTF charset ansicpg0 handling](https://bugs.launchpad.net/calibre/+bug/1163572)

Merge branch 'RTF-changes' of https://github.com/sengian/calibre
2013-08-12 09:08:40 +05:30
Kovid Goyal
f22c2f4c7f Merge pull request #60 from sengian/Bibtex-typo
Bibtex cleanups
2013-08-11 20:24:59 -07:00
sengian
0a01e4b72f Replaced the fixed trim
Single and bulk metadata trim modification with tweaked value
2013-08-11 23:08:43 +02:00
sengian
0aa490214b Bulk trim legacy db 2013-08-11 22:16:59 +02:00
sengian
989e6de907 Bulk trim newdb
Widget + newdb modifications
2013-08-11 20:46:55 +02:00
sengian
12df6bd3d4 Bibtex typo 2013-08-11 20:45:23 +02:00
sengian
5170076301 Fix bug #1163572
RTF input modifications
2013-08-11 20:44:04 +02:00
Kovid Goyal
72e15d8ec7 ... 2013-08-11 10:48:23 +05:30
Kovid Goyal
8036df4328 newdb: Fix edit metadata dialog not showing undefined dates correctly 2013-08-11 09:10:42 +05:30
Kovid Goyal
7ed19123e4 ... 2013-08-10 08:54:15 +05:30
Kovid Goyal
2c68f92866 Fix unnecessary disk I/O when scrolling cover grid 2013-08-10 08:52:09 +05:30
Kovid Goyal
8716d82a81 Make the help text for the margin options more explicit 2013-08-10 08:11:46 +05:30
Kovid Goyal
ee1142105b Refactor BookInfo dialog
Make the book information dialog user resizable, with a splitter between
the cover and the info panel. Also change the background of the cover
panel for books that have been marked using the Temp marker plugin.
Fixes #1209057 [[ENHANCEMENTS] Book Information window](https://bugs.launchpad.net/calibre/+bug/1209057)
2013-08-09 17:58:46 +05:30
Kovid Goyal
9f7637778a Ensure the book info dialog is deleted when closed 2013-08-09 15:49:56 +05:30
Kovid Goyal
4ce6bb4378 Keep references to BookInfo to prevent object lifetime issues 2013-08-09 15:25:11 +05:30
Kovid Goyal
89c712128e Remove deprecated use of SIGNAL 2013-08-09 15:10:12 +05:30
Kovid Goyal
063bcabad4 Fix book list not scrolling when changing current book with book info
dialog
2013-08-09 15:06:30 +05:30
Kovid Goyal
eb9e9dfbaf Cover grid: Add option toshow book title below cover 2013-08-09 14:46:16 +05:30
Kovid Goyal
e844dd117f Move the cover cache into its own module 2013-08-09 13:52:47 +05:30
Kovid Goyal
7fe8d334d4 Invalidate cover caches when deleting books 2013-08-09 13:44:36 +05:30
Kovid Goyal
618aa68822 oops 2013-08-09 13:12:30 +05:30
Kovid Goyal
83126c4bf5 ... 2013-08-09 08:17:49 +05:30
Kovid Goyal
0a508d2ff5 version 0.9.43 2013-08-09 08:05:27 +05:30
Kovid Goyal
36cace1b48 Grid view: Add tooltips 2013-08-08 19:13:30 +05:30
Kovid Goyal
2c5ab05e9c Increase update interval in slider drag mode 2013-08-08 16:55:08 +05:30
Kovid Goyal
ad1de3729e Grid view: Render covers in pauses during scrolling or slow scrolling 2013-08-08 16:43:33 +05:30
Kovid Goyal
e5ce1ca2a4 Allow sending by email to combinations of recipients
Sending by email: Allow sending by email to an arbitrary combination of
email address. Access it via the "Select recipients" menu entry in the
Email To menu. Fixes #1207818 [[Enhancement] - "Email to selected"](https://bugs.launchpad.net/calibre/+bug/1207818)
2013-08-08 16:01:19 +05:30
Kovid Goyal
560a097107 ... 2013-08-08 15:35:56 +05:30
Kovid Goyal
faf7060c3b Increase max cover grid cache size 2013-08-08 13:05:36 +05:30
Kovid Goyal
7a7c9bc39f Merge pull request #58 from t3d/stores
Get Books: Update ebookpoint store to fix some author names not being detected
2013-08-07 19:42:10 -07:00
Tomasz Długosz
6640ca5242 ebookpoint plugin: fix detecting author for cases where the name is a link 2013-08-07 21:24:57 +02:00
Kovid Goyal
8b5e9ed035 Add Sort By context menu entry
A new "Sort By" action for the right click menu. This allows sorting on all columns in the library,
not just the visible columns. To use it go to Preferences->Toolbars and
add it to "The context menu for books in the calibre library"
2013-08-07 16:33:43 +05:30
Kovid Goyal
c4a82de4c7 Confirm quit while delete in progress 2013-08-07 12:50:24 +05:30
Kovid Goyal
05572d975a Allow skipping the confirm bulk reconvert dialog
When bulk converting previously converted books, calibre asks for a
confirmation. Make this confirmation dialog skippable.
2013-08-07 10:52:04 +05:30
Kovid Goyal
798eb321d8 Grid View: Delay rendering on wheel events
Ignore continuous wheel events, only rendering after the "last" wheel
event, where two wheel event are continuous if they occur within 200
msecs of each other.
2013-08-07 09:54:25 +05:30
Kovid Goyal
6ce79b2d96 Grid View: Do not render covers while user is using slider on scrollbar 2013-08-07 09:44:17 +05:30