26057 Commits

Author SHA1 Message Date
Kovid Goyal
e7305f7004 Book container: Remove references to toc and raster cover from opf when those files are deleted. 2013-10-10 18:30:20 +05:30
Kovid Goyal
f27b03e9e4 Refactor the file builder 2013-10-10 17:13:42 +05:30
Kovid Goyal
8fabc3e0bf Fix Ctrl/Shift+M shortcut not working 2013-10-10 15:55:01 +05:30
Kovid Goyal
bfe6099a3d Update National Geographic Magazine 2013-10-10 15:26:27 +05:30
Kovid Goyal
7275d89cb5 Fix grid view not updated immediately when marked books changed
Also fix translations for show marked books menu item.
2013-10-10 15:22:45 +05:30
Kovid Goyal
a939e721d1 pep8 2013-10-10 14:36:01 +05:30
Kovid Goyal
050583ba9d ... 2013-10-10 10:02:00 +05:30
Kovid Goyal
a9a24f316a Implement multiple emblems for the file browser 2013-10-10 09:52:11 +05:30
Kovid Goyal
962663c1de Merge branch 'master' of https://github.com/cbhaley/calibre 2013-10-09 13:27:57 +05:30
Kovid Goyal
53450c325b Special case category icons allowing use of icons with file entries 2013-10-09 13:25:03 +05:30
Charles Haley
f2d0a45b01 Fix OPDS category links to composite columns 2013-10-09 09:50:26 +02:00
Kovid Goyal
e1b25b6f52 Update New York Review of Books
Fixes #1235790 [Private bug](https://bugs.launchpad.net/calibre/+bug/1235790)
2013-10-09 10:31:11 +05:30
Kovid Goyal
5246859ad0 EPUB Output: Do not strip <object> tags with type application/svg+xml
EPUB Output: Do not strip <object> tags with type application/svg+xml in
addition to those that use image/svg+xml. Fixes #1236845 [Conversion - Missing Images](https://bugs.launchpad.net/calibre/+bug/1236845)
2013-10-09 09:28:23 +05:30
Kovid Goyal
f0d65fa0c2 Grid View: Fix selectAll() behavior
Cover grid: Fix selecting all books with Ctrl+A causing subsequent
deselects to not fully work. Fixes #1236348 [Cover grid: Ctrl-A (Select ALL), deselect one, does not update status bar](https://bugs.launchpad.net/calibre/+bug/1236348)
2013-10-09 08:50:33 +05:30
Kovid Goyal
e9ae3e058e Get Books: Add Wolnelektury ebook store
Merge branch 'wolnelektury' of https://github.com/t3d/calibre
2013-10-09 07:01:07 +05:30
Tomasz Długosz
b10dc544bd wolnelektury plugin: add download capability 2013-10-09 00:31:42 +02:00
Tomasz Długosz
073a00b431 add store_version to wolnelektury plugin 2013-10-09 00:31:35 +02:00
Tomasz Długosz
c5278263e1 wolnelektury plugin as it was dropped on eksiazki.org forum in April 2012 2013-10-09 00:30:58 +02:00
Kovid Goyal
9e9abf640a ... 2013-10-08 22:07:52 +05:30
Kovid Goyal
efb83eb6fc Start work on new Tweak Book tool 2013-10-08 21:51:16 +05:30
Kovid Goyal
e34477da93 Get linear attrib for spine names as well 2013-10-08 16:17:27 +05:30
Kovid Goyal
47b438db2b Fix docks not working in calibre style 2013-10-08 16:16:23 +05:30
Kovid Goyal
eb8b2e2d23 Merge branch 'master' of https://github.com/cbhaley/calibre 2013-10-07 19:56:49 +05:30
Charles Haley
2b7f9c4b3d Accept null last_modified dates from a smart device. Can happen when books are added from a scan and not matched. 2013-10-07 15:51:28 +02:00
Kovid Goyal
5083f9f13c New icon for Tweak Book 2013-10-07 16:34:47 +05:30
Kovid Goyal
254b00c864 ALlow using both uri: and url: identifiers to create two different links
instead of just one in the Book details panel
2013-10-07 12:51:35 +05:30
Kovid Goyal
980ecc2e12 pep8 2013-10-07 12:38:44 +05:30
Kovid Goyal
214e252f98 Fix locking error for searches + composite columns
Fix a locking error when composite columns containing formats are used
and formats are added/deleted. The error would only be triggered if a search
was previously done that looked at the formats column. Also speed up
searching a little by avoiding a full get_metadata when searching
composite columns. Fixes #1233330 [Custom column Formats error](https://bugs.launchpad.net/calibre/+bug/1233330)
2013-10-07 11:44:28 +05:30
Kovid Goyal
76404be212 ... 2013-10-07 09:01:11 +05:30
Kovid Goyal
a5a253e9ae Add test framework for book container
Also add test for container cloning
2013-10-06 22:09:56 +05:30
Kovid Goyal
6de82b8f75 Get Books: Plugin for the canadian Amazon store (amazon.ca)
Merge branch 'amazon_ca' of https://github.com/t3d/calibre
2013-10-06 15:35:25 +05:30
Kovid Goyal
439451a8ed Remove incorrect sRGB profile 2013-10-06 13:39:35 +05:30
Kovid Goyal
e58244f87d Refactor for test run re-use 2013-10-06 13:03:06 +05:30
Kovid Goyal
788d2ab6ea Fast hardlink based cloning of book containers 2013-10-06 11:03:25 +05:30
Kovid Goyal
a117d4c0b6 HTMLZ Output: Fix long title causing error on windows
HTMLZ Output: Fix long titles causing error when converting on windows.
Fixes #1235815 [Long titles with possible invalid chars cause errors during convert](https://bugs.launchpad.net/calibre/+bug/1235815)
2013-10-06 08:36:46 +05:30
Tomasz Długosz
54e872676f plugin for amazon.ca Kindle Store 2013-10-05 23:48:26 +02:00
Kovid Goyal
593d5174bf Merge branch 'master' of github.com:kovidgoyal/calibre 2013-10-05 15:48:15 +05:30
Kovid Goyal
b61d14c8e1 Merge pull request #109 from cbhaley/master
Send the first few NOOPs more quickly. Apparently one can get lost, ...
2013-10-05 03:18:06 -07:00
Charles Haley
bb61a6c87d Send the first few NOOPs more quickly. Apparently one can get lost, leaving the user looking at a "wait" dialog for 10 seconds. 2013-10-05 12:13:21 +02:00
Kovid Goyal
441dca72de E-book viewer: Make all keyboard shortcuts configurable
Fixes #1232019 [[Enhancement] Allow shortcut for Font Increase/Decrease in Viewer](https://bugs.launchpad.net/calibre/+bug/1232019)
2013-10-05 15:37:24 +05:30
Kovid Goyal
f55b13aeb0 Fix translatable string in kobo driver 2013-10-05 13:48:46 +05:30
Kovid Goyal
b498743bc1 Make the group title for ebook-convert translatable 2013-10-05 13:45:42 +05:30
Kovid Goyal
8deade288f Fix #1007468 [Untranslated cli strings](https://bugs.launchpad.net/calibre/+bug/1007468) 2013-10-05 13:38:35 +05:30
Kovid Goyal
d1fb70cf32 E-book viewer: Fix regression that broke import/export of bookmarks
Fixes #1231980 [Calibre ePub Viewer: Importing bookmarks does not work](https://bugs.launchpad.net/calibre/+bug/1231980)
2013-10-05 12:50:40 +05:30
Kovid Goyal
7e84ed6ed5 E-book viewer: Use font size setting for dictionary view as well
E-book viewer: Use the default font size setting for the dictionary view as well. Fixes #1232025 [[Enhancement] Make font size of Dictionary, dependent of viewer font size](https://bugs.launchpad.net/calibre/+bug/1232025)
2013-10-05 12:40:11 +05:30
Kovid Goyal
60c78bef61 Temporary marking of books in the library
This allows you to select books from your calibre library manually and
mark them. This "mark" will remain until you restart calibre, or clear
the marks. You can easily work with only the marked subset of books.
To use this feature, go to Preferences->Toolbars and add the "Mark
Books" tool to the main toolbar.
2013-10-05 11:02:37 +05:30
Kovid Goyal
ea87178c1d Add some 3D effects to the marked icon 2013-10-05 09:02:38 +05:30
Kovid Goyal
f320957438 Make a special icon for the marked emblem 2013-10-04 22:45:35 +05:30
Kovid Goyal
1999622f44 DOCX Input: Avoid using the value attribute for simple numbered lists 2013-10-04 20:44:42 +05:30
Kovid Goyal
4f87c0d39e Refactor row_decoration management 2013-10-04 18:10:17 +05:30