Kovid Goyal
8d3fd8b05c
newdb: Fix true/false searches on numeric columns
2013-08-05 22:07:24 +05:30
Kovid Goyal
602c3d22a5
newdb: Handle duplicate values when setting many-many fields
...
Fixes an error when merging book records that have the same tags.
2013-08-05 21:43:29 +05:30
Kovid Goyal
31666454f3
Merge branch 'master' of github.com:kovidgoyal/calibre
2013-08-05 21:07:52 +05:30
Kovid Goyal
c5baa30f7b
...
2013-08-05 21:07:41 +05:30
Kovid Goyal
efea963e87
Merge pull request #56 from sylvaindurand/master
...
New icon for Le Monde: Edition abonnés recipe
2013-08-05 08:37:13 -07:00
Kovid Goyal
157184a21d
Merge pull request #55 from sylvaindurand/patch-1
...
Update Le Monde: Typography, error message and description
2013-08-05 08:36:44 -07:00
Sylvain Durand
71c7489cc1
New icon for Le Monde: Edition abonnés
2013-08-05 17:09:22 +02:00
sylvaindurand
3cf7988c25
Typography, error message and description
...
- french typography (apostrophes, guillemets);
- error message if using a free account (which can't download the newspaper);
- description.
2013-08-05 16:04:04 +02:00
Kovid Goyal
10b4b9d39c
Show authors in addition to title when cover not available
2013-08-05 14:13:05 +05:30
Kovid Goyal
0e64b0c886
Make spacing between covers adjustable
2013-08-05 14:08:54 +05:30
Kovid Goyal
1121be459f
Allow running with olddb
2013-08-05 13:43:06 +05:30
Kovid Goyal
579fd8a485
...
2013-08-05 13:43:06 +05:30
Kovid Goyal
fb0410b04c
D'nD fixes
...
Fix dragging a single book in the book list using the multi-book icon.
Also use a class decorator for the API, looks nicer :)
2013-08-05 13:43:06 +05:30
Kovid Goyal
85ef13a6ff
Animate double clicks in the grid view
2013-08-05 13:43:06 +05:30
Kovid Goyal
a914e95d9f
Ensure that QPixmap objects are never deleted on non-GUI threads
2013-08-05 13:43:06 +05:30
Kovid Goyal
0541a118e6
Make the cover grid customizable
2013-08-05 13:43:06 +05:30
Kovid Goyal
5737ead466
pep8
2013-08-05 13:43:06 +05:30
Kovid Goyal
ae3aa44596
Port preserve_view_state to work with the grid view
2013-08-05 13:43:06 +05:30
Kovid Goyal
5522a2bf94
Drag 'n drop for the grid view
...
Refactor the D'nD code from the main view so that it can be re-used for
the grid view directly.
2013-08-05 13:43:06 +05:30
Kovid Goyal
0c427b046b
Add sorting to grid view context menu
2013-08-05 13:43:06 +05:30
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