Kovid Goyal
d8c244a83b
Mark all books as dirty when deleting custom column
2013-08-16 12:56:37 +05:30
Kovid Goyal
9c6b131235
Fix #1212943 [Minor typo in Calibre message (enble)]( https://bugs.launchpad.net/calibre/+bug/1212943 )
2013-08-16 11:38:08 +05:30
Kovid Goyal
559f6721de
...
v0.9.44
2013-08-16 09:48:12 +05:30
Kovid Goyal
e857a7f6f4
version 0.9.44
2013-08-16 09:38:27 +05:30
Kovid Goyal
0a164ce799
Driver for Samsung Galaxy Young S5360
...
Fixes #1212918 [Calibre wont recognize Samsung Galaxy young](https://bugs.launchpad.net/calibre/+bug/1212918 )
2013-08-16 09:21:09 +05:30
Kovid Goyal
bad2bc51c7
Add QtXmlPatterns to the linux build as some distros seem to require it
2013-08-15 22:06:11 +05:30
Kovid Goyal
767bee56a2
Allow customization of comic metadata reader plugin
...
Allow customizing the comic metadata reader plugin via
Preferences->Plugins to read the series index from either the volume
or the issue number of the comic. Fixes #1211433 [comicinfo metada uses volume instead of issue](https://bugs.launchpad.net/calibre/+bug/1211433 )
2013-08-15 09:14:04 +05:30
Kovid Goyal
c8083b0995
Move non upstream change out of upstream file
2013-08-15 08:52:55 +05:30
Kovid Goyal
b97b70bc7c
Linux mtp: Update MTP device ids from upstram
...
Also add id for MT65xx Android Phone. Fixes #1212458 [device not detected by calibre](https://bugs.launchpad.net/calibre/+bug/1212458 )
2013-08-15 08:46:48 +05:30
Kovid Goyal
0d430172d2
Fix adding VL not updating VL tabs correctly
2013-08-14 21:12:06 +05:30
Kovid Goyal
857ddac1b9
Email to selected in top level menu
...
Also show error message when no recipients are selected instead of
silently doing nothing.
2013-08-14 18:51:21 +05:30
Kovid Goyal
14b40e1559
Virtual libraries as tabs above book list
...
Add an option to display virtual libraries as tabs above the book list.
Convenient to quickly switch between virtual libraries. To enable, click
the Virtual library button and select 'Show virtual libraries as tabs'.
You can re-arrange the tabs by drag and drop and close tabs you do not
want. Right click on the tabs to restore closed tabs.
2013-08-14 18:42:05 +05:30
Kovid Goyal
a6adfd12e7
Grid View: Center the covers horizontally in the viewport
2013-08-14 12:28:22 +05:30
Kovid Goyal
929c13396b
Remove disabled delay rendering code
2013-08-14 10:20:00 +05:30
Kovid Goyal
1d796e5817
Button to reset cover sizes to automatic
2013-08-14 10:15:22 +05:30
Kovid Goyal
9e0b25ec5f
Add on device indication to the grid view
2013-08-14 10:10:50 +05:30
Kovid Goyal
f5d400d364
An improved cover trimming algorithm
...
An improved cover trimming algorithm to automatically detect and remove
borders and extra space from the edge of cover images. To try it use the
"Trim" button in the edit metadata dialog.
2013-08-13 22:20:04 +05:30
Kovid Goyal
2822ddfd5f
Handle both space and comma separated font size keys
2013-08-13 20:53:53 +05:30
Kovid Goyal
a58b15a0ad
PDF Output: Do not error out when cover generation fails
...
PDF Output: Do not abort conversion if the document being converted has
an HTML cover (found in some broken EPUB files).
2013-08-13 18:50:21 +05:30
Kovid Goyal
b5c70f1b9b
pep8
2013-08-13 14:29:41 +05:30
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
1d0a181f5e
Fixed tweak text for % not available
2013-08-12 07:26:51 +02:00
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
Kovid Goyal
dc51ad4236
Daily Express by Dave Asbury
2013-08-12 08:52:03 +05:30
sengian
0a01e4b72f
Replaced the fixed trim
...
Single and bulk metadata trim modification with tweaked value
2013-08-11 23:08:43 +02:00
sengian
6c2ca8975d
Added the fuzz tweak variable
2013-08-11 22:43:17 +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
e5f761998f
Update The Independent
2013-08-10 21:30:04 +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