26194 Commits

Author SHA1 Message Date
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
Kovid Goyal
49686b7093 Indicate marked books in the main book list as well
Books marked with the Temp Marker plugin will now have an icon next to
their row number to indicate they have been marked in the main book
list.
2013-10-04 18:01:08 +05:30
Kovid Goyal
9a9daa7908 Update Focus (PL) 2013-10-04 15:43:09 +05:30
Kovid Goyal
002886b0ba DOCX Input: Handle hyperlinks in footnotes and endnotes
Fixes #1232790 [Private bug](https://bugs.launchpad.net/calibre/+bug/1232790)
2013-10-04 15:15:56 +05:30
Kovid Goyal
f4f66cf42d Add an option to not condense CSS
Conversion: Add an option to not condense CSS rules for margin, padding,
border, etc. Option is under the Look & Feel section of the conversion
dialog. Fixes #1233220 [Feature request: allow margin-top, margin-left, etc. when converting, instead of shortcut margin property](https://bugs.launchpad.net/calibre/+bug/1233220)
2013-10-04 10:29:36 +05:30
Kovid Goyal
038a9d99dc HTML Input: Handle the poster attribute of the <video> tag
HTML Input: Images linked by the poster attribute of the <video> tag are now
recognized and processed.
2013-10-04 08:52:54 +05:30
Kovid Goyal
6b74d5078e Update Carta Capital
Fixes #1235052 [News "Carta Capital" is not working](https://bugs.launchpad.net/calibre/+bug/1235052)
2013-10-04 08:33:03 +05:30
Kovid Goyal
c0c64d0419 ... 2013-10-03 11:25:11 +05:30
Kovid Goyal
d445cb3b6b ... 2013-10-03 11:19:33 +05:30
David Forrester
d4d98e3f2a Display version on Kobo unsupported firmware message
When calibre shows the message that says the Kobo device is not
supported, the firmware version and database version on the device is
not displayed. Adding this to make support a little easier.
2013-10-03 11:18:25 +05:30
Kovid Goyal
11374b1520 Various Uruguayan news sources by Carlos Alves
Merge branch 'recipes_uruguay' of https://github.com/carlosalves90/calibre
2013-10-03 10:52:15 +05:30
Kovid Goyal
1231fd62e0 Merge pull request #102 from t3d/stores
Remove Bookoteka store, as they don't sell ebooks any more
2013-10-02 22:06:44 -07:00
Kovid Goyal
9dd410ed70 DOCX Input: Handle numbering without character styles
DOCX Input: Fix erorr when converting docx files that have numbering
defined with no associated character style. Fixes #1232100 [Private bug](https://bugs.launchpad.net/calibre/+bug/1232100)
2013-10-03 10:28:06 +05:30
Kovid Goyal
5ca115eab0 calibredb: Allow setting fo title sort field
Fixes #1233711 [CalibreDB: title_sort is not a known field](https://bugs.launchpad.net/calibre/+bug/1233711)
2013-10-03 10:08:37 +05:30