28274 Commits

Author SHA1 Message Date
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
Kovid Goyal
0f5f38e746 Merge branch 'master' of github.com:kovidgoyal/calibre 2013-10-03 09:29:58 +05:30
Kovid Goyal
fd77ad2c92 Update AM 730 and Ming Pao (HK) 2013-10-03 09:28:55 +05:30
Kovid Goyal
ea9a2dfd8f Update Neu Osnabrucker Zeitung 2013-10-03 09:20:03 +05:30
Kovid Goyal
cd60913d8b Merge pull request #105 from t3d/master
remove 'The H' recipe
2013-10-02 19:17:24 -07:00
Kovid Goyal
31699d01d2 Merge pull request #104 from t3d/eb
ebookpoint plugin: exclude audiobooks from list of items
2013-10-02 19:16:33 -07:00
Kovid Goyal
8f7c50eecc Merge branch 'master' of https://github.com/cbhaley/calibre
Add a tweak to control quality of thumbnails generated by the content
server.

Also improve cache usage performance of the wireless device driver.
2013-10-03 07:42:17 +05:30
Kovid Goyal
e9f5f8ea2a Fix virtual libraries template function
The virtual libraries template function was overriding the cache used
for format_metadata in the ProxyMetadata object.
2013-10-03 07:23:01 +05:30
Tomasz Długosz
d868b2d541 remove 'The H' recipe
Unfortunatelly they're not publishing any more:
http://www.h-online.com/open/news/item/The-H-is-closing-down-1920027.html
2013-10-02 19:58:11 +02:00
Charles Haley
563be26322 Make metadata cache reading slightly more robust 2013-10-02 10:49:30 +02:00
Tomasz Długosz
e96c33b059 ebookpoint plugin: exclude audiobooks from list of items 2013-10-01 23:05:40 +02:00
Charles Haley
e161df6fff More cache work -- remove some code, get rid of old file. 2013-10-01 19:27:08 +02:00
Charles Haley
e34d7bdee7 Use much less memory when reading and writing cache 2013-10-01 19:17:25 +02:00
Carlos Alves
a342162cff Add padreydecano.recipe, update el_observador...
Add padreydecano.recipe (C.A. Peñarol related news)
Update el_observador.recipe it was broken for a long time.
2013-09-29 17:34:45 -03:00
Carlos Alves
e1d99a09ab Add some recipes of Uruguay.
Add 10minutos.recipe (News of Salto)
Add diario_el_pueblo.recipe (News of Salto)
Add diario_salto.recipe (News of Salto)
Add unoticias.recipe (News of Montevideo)
2013-09-29 13:45:11 -03:00
Tomasz Długosz
974efed829 Remove Bookoteka store, as they don't sell ebooks any more 2013-09-29 14:59:39 +02:00
Charles Haley
ee8c9d5c91 Add a tweak to change the image compression quality used by the content server when it makes thumbnails. 2013-09-27 17:05:33 +02:00
Kovid Goyal
8920cf6cae Driver for Sunstech reader
Fixes #1231590 [cannot connect my sunstech e-reader](https://bugs.launchpad.net/calibre/+bug/1231590)
2013-09-27 08:38:29 +05:30
Kovid Goyal
f7a2472336 Fix #1231419 [error in manual page for "Integrating the calibre content server into other servers"](https://bugs.launchpad.net/calibre/+bug/1231419) 2013-09-26 18:31:54 +05:30
Kovid Goyal
901fd220b3 version 1.5 v1.5.0 2013-09-26 09:07:27 +05:30
Kovid Goyal
f9a9f01dab Another fix for markdown update breakage 2013-09-25 22:25:22 +05:30