Kovid Goyal
f17708760d
Double click to read in grid view
2013-08-05 13:43:06 +05:30
Kovid Goyal
0b70899dfd
Add context menu to grid view
2013-08-05 13:43:06 +05:30
Kovid Goyal
d97ca53593
Scroll per pixel
2013-08-05 13:43:06 +05:30
Kovid Goyal
3ae7205720
Speed up cover rendering by caching QPixmaps
2013-08-05 13:43:06 +05:30
Kovid Goyal
2e6b37ee7f
Document shortcut for toggling grid view
2013-08-05 13:43:06 +05:30
Kovid Goyal
7717fe6d05
Sync the main and grid views
2013-08-05 13:43:06 +05:30
Kovid Goyal
b95b0942da
Remember grid view state
2013-08-05 13:43:05 +05:30
Kovid Goyal
f3bb9ea4ed
Register cover caches with the db
2013-08-05 13:43:05 +05:30
Kovid Goyal
0b9fe18d91
Grid view renders
2013-08-05 13:43:05 +05:30
Kovid Goyal
fe363c95f5
Wire up the grid view button
2013-08-05 13:43:05 +05:30
Kovid Goyal
0889f6f0c6
Shortcut for grid view
2013-08-05 13:43:05 +05:30
Kovid Goyal
3d7b8b939e
Start work on cover grid
2013-08-05 13:43:05 +05:30
Kovid Goyal
b5f1010d8a
Conversion: Fix removal of empty inline tags
...
Conversion: Fix empty inline tags that are the second child of a
paragraph causing text change location. Fixes #1207735 [Conversion issue from epub to mobi. Italicized word sometimes moves to end of paragrah.](https://bugs.launchpad.net/calibre/+bug/1207735 )
2013-08-05 13:23:56 +05:30
Kovid Goyal
6c630b280f
Auto-run .ui file compilation on branch change
2013-08-05 12:54:35 +05:30
Kovid Goyal
1d338fa8c4
...
2013-08-05 12:09:13 +05:30
Kovid Goyal
34d2b0a64f
Allow refering to bugs without closing them in commit messages
2013-08-05 11:06:43 +05:30
Kovid Goyal
8da42d6a70
Do not popup an error dialog for invalid message
...
Do not popup an error dialog when an invalid message is received from
another instance, unless we are in DEBUG mode. See #1207947
2013-08-05 10:59:36 +05:30
Kovid Goyal
2e3a0e57bf
Fix book count in tooltip of choose library button not updating
...
Fixes #1208217 [library toolbar button not updated on book deletion](https://bugs.launchpad.net/calibre/+bug/1208217 )
2013-08-05 10:37:29 +05:30
Kovid Goyal
7d26a22a46
TXT Input: Add support for markdown extensions
...
TXT Input: Allow using various markdown extensions for more features
when converting markdown formatted txt files. See
http://pythonhosted.org/Markdown/extensions/index.html for details.
Merge branch 'markdown_extensions' of https://github.com/user-none/calibre
2013-08-05 10:12:59 +05:30
Kovid Goyal
e459dee9c6
Add a tweak to debug newdb locking issues
2013-08-05 08:05:32 +05:30
Kovid Goyal
2fbcd61fb4
Add basic debug info to unhandled error dialog
2013-08-05 06:46:11 +05:30
John Schember
a97c86bfe3
TXT Input: Allow shipped markdown extensions to be selected and used.
2013-08-04 16:33:24 -04:00
Kovid Goyal
27b36ebefc
Fix write_lock being help on db when postimport plugins are run
2013-08-05 00:00:34 +05:30
Kovid Goyal
d03bfd7f3d
Fix holding write lock while calling notify in legacy API
2013-08-04 23:48:52 +05:30
David Forrester
ca0ee594f9
Delete Activity entry for synced shelves
...
When deleting shelves that have been synced, the Activity entry for the
shelf was not being deleted. This left a tile for the shelf on the home
screen of the Glo and AuraHD. Fixes #1208159 [Delete Activity entry for synced shelves on Kobo devices](https://bugs.launchpad.net/calibre/+bug/1208159 )
2013-08-04 17:55:01 +05:30
Kovid Goyal
eb9714c761
Switch to reading plugin index from plugins mirror
2013-08-04 15:21:54 +05:30
Kovid Goyal
66d897893a
Support adding images into the comments field
...
Allow adding images into the comments field, by clicking on the insert
link button in the comments editor in the edit metadata dialog.
When generating a metadata jacket during book polishing or conversion,
embed any images referenced in the comments.
2013-08-04 15:07:03 +05:30
Kovid Goyal
938fe0fa66
EPUB Input: Use raster cover metadata
...
EPUB Input: If the EPUB file identifies an actual cover image in
addition to the titlepage html file, use the cover image instead of
rendering the titlepage. This is faster and has the advantage that an
EPUB to EPUB conversion preserves internal cover structure.
2013-08-04 12:35:19 +05:30
Kovid Goyal
ba0ce696f4
pep8
2013-08-04 12:07:28 +05:30
Kovid Goyal
e5a8f45879
Make it clear that disabling plugins is prevented by policy
2013-08-04 10:34:33 +05:30
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