Kovid Goyal
6db94c833f
pep8
2013-08-04 10:33:22 +05:30
Kovid Goyal
db4ba9133b
Comments editor: Disable insert link until focused
...
Comments editor: The Insert Link button has no effect until the user
clicks inside the comments box, therefore disable it until it is ready,
to prevent confusion. Fixes #1208073 [Insert Link not working](https://bugs.launchpad.net/calibre/+bug/1208073 )
2013-08-04 09:18:18 +05:30
Kovid Goyal
c70b70dd76
Make the punctuation removal faster and more robust
2013-08-04 08:20:37 +05:30
Kovid Goyal
fefee248cf
Get Books: Improve searching by removing punctuation
...
Get Books: Improve searching by removing punctuation from title/authors
before matching.
Merge branch 'master' of https://github.com/user-none/calibre
2013-08-04 08:19:34 +05:30
John Schember
b9307dd4da
Further work for dealing with common words and punctuation.
2013-08-03 18:16:22 -04:00
John Schember
a043e21c8e
Store: Change punucation into spaces when using author or title searching.
2013-08-03 18:00:18 -04:00
Kovid Goyal
8b372eeb44
Update notes on file server deployment
2013-08-03 17:49:40 +05:30
Kovid Goyal
670184a69a
Fix file permissions and user agent
2013-08-03 17:39:16 +05:30
Kovid Goyal
34ed01dbd0
Initial implementation of plugins mirroring
2013-08-03 17:30:45 +05:30
Kovid Goyal
27e5f2c94a
Private Eye by Martyn Pritchard
2013-08-03 13:37:10 +05:30
Kovid Goyal
57437fb0b0
Fix incorrect error being raised when trying load a None object as an
...
image with imagemagick.
2013-08-03 07:53:25 +05:30
Kovid Goyal
ad5a5cc20e
Merge pull request #52 from t3d/stores
...
updates to polish plugins
2013-08-02 18:29:47 -07:00
Tomasz Długosz
8f1bf67ada
move format and DRM status detection to get_details()
2013-08-03 00:20:35 +02:00
Tomasz Długosz
1c7a229ebc
bump up plugin version
2013-08-03 00:13:02 +02:00
Tomasz Długosz
ed9e3ab436
move format detection to get_details()
2013-08-02 23:34:11 +02:00
Kovid Goyal
211aff74d7
...
2013-08-02 16:46:15 +05:30
Kovid Goyal
3c777a8154
Update The Scotsman
2013-08-02 16:35:54 +05:30
Kovid Goyal
c92910ea6e
version 0.9.42
v0.9.42
2013-08-02 07:38:20 +05:30
Kovid Goyal
e5e2eae97f
Allow adding multiple books to running calibre
...
Allow adding multiple books to an already running calibre by passing
multiple file arguments to calibre.exe. Also change the .desktop file in
linux to indicate calibre can accept file arguments. Fixes #1207518 [Calibre is invisible in Ubuntu 13.04 "Open with" dialog](https://bugs.launchpad.net/calibre/+bug/1207518 )
2013-08-02 07:21:27 +05:30
Kovid Goyal
8352b43e28
Unused import
2013-08-01 21:37:43 +05:30
Kovid Goyal
20caf3ac99
pep8 cleanup of kobo/driver.py
...
Kobo driver: Add an option to modify the styling in books being sent to
the device, based on a template on the device. Fixes #1207151 [Append and modify CSS when sending epubs to Kobo devices](https://bugs.launchpad.net/calibre/+bug/1207151 )
2013-08-01 11:21:52 +05:30
David Forrester
08819cb340
Kobo driver CSS modification should use mimetype
2013-08-01 11:14:53 +05:30
David Forrester
7cbad00c25
Append and modify CSS when sending epubs to Kobo devices
...
This allows users to have a "kobo_extra.css" file in the root of their
device containing CSS rules. This will be appended to all stylesheets in
the epub. As well, if the extra rules contain an @page rule, any
existing @page rules will be stripped from the stylesheets. Finally, if
any of the extra rules include "widows" and "orphans" settings, these
are stripped from the rules in the stylesheets.
2013-08-01 11:14:53 +05:30
Kovid Goyal
d38dffa86d
Download tags from Amazon
...
When downloading metadata from Amazon, convert the amazon categories into
tags. You can turn this off by going to Preferences->Metadata download
and configuring the Amazon source. Fixes #1206763 [[Enhancement] Get tags from Amazon](https://bugs.launchpad.net/calibre/+bug/1206763 )
2013-08-01 10:35:31 +05:30
Kovid Goyal
fda8ce7abb
newdb: get_metadata() should have sorted formats list in mi.formats
2013-08-01 09:31:02 +05:30
Kovid Goyal
20f414a7f5
Avoid unnecessary tracebacks when backing up metadata for deleted books
2013-08-01 09:10:40 +05:30
Kovid Goyal
49eb89a59a
Update PC World
2013-08-01 08:27:30 +05:30
Kovid Goyal
d62006bc11
QDateTime->datetime faster and more robust
...
Fix editing of book metadata failing when its timestamp is out of range
for the system. Fixes #1191599 [Cannot edit simple ebook metadatas](https://bugs.launchpad.net/calibre/+bug/1191599 )
2013-08-01 08:23:06 +05:30
Kovid Goyal
340fda187c
Merge branch 'master' of https://github.com/brandizzi/calibre
...
Fix renaming a user category to the same name it already has erases the
user category. Fixes #1207131 [Renaming a user category to the same name it already has erase this same user category](https://bugs.launchpad.net/calibre/+bug/1207131 )
2013-08-01 07:47:05 +05:30
Kovid Goyal
e2c3bb40a5
newdb: Fix default value for identifiers is mutable
2013-08-01 07:41:49 +05:30
Adam Victor Nazareth Brandizzi
ccb3eff05b
Fix the issue of renaming user categories to the same name it already has resulting in deletion of the category (see https://bugs.launchpad.net/calibre/+bug/1207131 )
2013-07-31 22:18:40 -03:00
Tomasz Długosz
bd456d1b86
add unicode_literals in koobe plugin
2013-07-31 16:53:27 +02:00
Kovid Goyal
8713ebb0b1
newdb: Fix duplicates during adding creating blank book record
...
Fixes #1206830 [Problem when adding duplicate title](https://bugs.launchpad.net/calibre/+bug/1206830 )
2013-07-31 18:00:10 +05:30
Kovid Goyal
c075b6b401
...
2013-07-31 17:40:52 +05:30
Kovid Goyal
66fdd41e70
...
2013-07-31 17:32:07 +05:30
Kovid Goyal
ca77e75617
...
2013-07-31 17:30:03 +05:30
Kovid Goyal
34f57e27eb
Nicer interface to library metadata backups
2013-07-31 13:57:47 +05:30
Kovid Goyal
929fa49d7a
Move mirror domain name to fosshub.com
2013-07-31 13:33:58 +05:30
Kovid Goyal
f4283b20ba
Get Books: Add plugin for cdp.pl
...
Merge branch 'stores' of https://github.com/t3d/calibre
2013-07-31 09:44:35 +05:30
Kovid Goyal
1e163cbe10
Fix crash when using %e with strftime on windows
...
Fixes #1206705 [strftime crashes under Windows with %e](https://bugs.launchpad.net/calibre/+bug/1206705 )
2013-07-31 09:37:26 +05:30
Tomasz Długosz
1c5cb39141
detect formats in cdp
2013-07-31 00:58:30 +02:00
Tomasz Długosz
a6048a6ba7
cdp plugin
2013-07-31 00:45:25 +02:00
Kovid Goyal
1d9a3dcb5f
newdb: Fix displaying the languages column
...
Displaying the languages column for a book with no languages
was causing an error.
2013-07-30 17:30:27 +05:30
Kovid Goyal
00a6f4593c
Get Books: Add plugin for ebooki.allegro.pl store
...
Merge branch 'stores' of https://github.com/t3d/calibre
2013-07-30 15:12:29 +05:30
Kovid Goyal
60cf6c4c5d
newdb: Fix book_id->row mapping broken when asearch is in effect
2013-07-30 14:33:20 +05:30
Tomasz Długosz
e2db758ace
improve allegro plugin
2013-07-30 10:25:18 +02:00
Kovid Goyal
11ab767266
Fix drag 'n drop of cover onto conversion dialog not working
2013-07-30 13:38:56 +05:30
Kovid Goyal
4dbf49855a
...
2013-07-30 11:55:58 +05:30
Kovid Goyal
47b927f5bc
Make ignore_errors also work for setting covers
2013-07-30 11:52:51 +05:30
Kovid Goyal
2fd8022e9e
Ensure that an error in set_metadata does not cause the memory and disk
...
data to diverge
2013-07-30 11:46:54 +05:30