Commit Graph

35620 Commits

Author SHA1 Message Date
Serized db430eed13 Delete Waterstones store plugin
Waterstones UK stopped selling ebooks last year apparently:
https://www.waterstones.com/help/ebooks-&-mp3-audio-downloads/12
2017-07-26 14:01:15 +02:00
Kovid Goyal c81c016b8f Merge branch 'patch-15' of https://github.com/Sophist-UK/calibre 2017-07-25 22:04:32 +05:30
Kovid Goyal d5d432316b Merge branch 'master' of https://github.com/norbusan/calibre 2017-07-25 22:04:00 +05:30
Norbert Preining ff6e4177c0 Update appstream xml files to current appstream format
Changes:
* replace root node "application" with "component"
* move the "type" attribute from the "id" node to the "component"
* put screenshot urls into "image" nodes
* change installation location to .../metainfo
2017-07-25 23:55:15 +09:00
Sophist 95a55af717 Correct publication date which is one day out. 2017-07-25 13:57:45 +01:00
Kovid Goyal d511b7c12b Merge branch 'master' of https://github.com/cbhaley/calibre 2017-07-25 16:01:03 +05:30
Charles Haley afdcd31833 Quickview: for non-text fields, sort on native values instead of text. 2017-07-25 12:21:46 +02:00
Kovid Goyal 9703e9d581 Merge branch 'patch-14' of https://github.com/Sophist-UK/calibre 2017-07-25 09:20:08 +05:30
Sophist 1778cb1c44 Fix change of class on website. 2017-07-24 22:50:54 +01:00
Kovid Goyal 1be4c69f08 Fix hidden search bar state not being restored on calibre restart. Fixes #1705916 [[Enhancement] Remeber if Search bar is hidden](https://bugs.launchpad.net/calibre/+bug/1705916) 2017-07-23 21:29:19 +05:30
Kovid Goyal 0f78497dc5 Fix #1705822 [Impossible de récupérer des actualités Mediapart](https://bugs.launchpad.net/calibre/+bug/1705822) 2017-07-22 23:13:40 +05:30
Kovid Goyal 91f37ca343 ... 2017-07-22 17:44:11 +05:30
Kovid Goyal 166aa99b27 Update New Yorker
Fixes #1705637 ["New Yorker Magazine" download failure](https://bugs.launchpad.net/calibre/+bug/1705637)
2017-07-22 15:18:15 +05:30
Kovid Goyal 1be4482c66 Add support for touch screens to the main calibre book list
You can now flick to scroll, tap to select and double-tap to view books.
2017-07-22 14:22:49 +05:30
Kovid Goyal 3eade1a5f2 Custom list template option for standalone server 2017-07-21 21:28:04 +05:30
Kovid Goyal 81afaa6512 ... 2017-07-21 17:43:48 +05:30
Kovid Goyal 224921792e calibre-debug: Change the --explode-book action to only create the exploded directory and not rebuild the file. Add a new --implode-book action to rebuild the file, separately. 2017-07-21 12:13:59 +05:30
Kovid Goyal 51caa0ea04 Allow Export/Import of custom list templates 2017-07-21 11:16:44 +05:30
Kovid Goyal e7af7af508 GUI for creating custom list templates 2017-07-20 20:23:50 +05:30
Kovid Goyal 72c82aeb05 Book details panel: Add Manage authors/series/tags/etc. to the menu when right clicking on the item 2017-07-20 11:47:43 +05:30
Kovid Goyal faca264f18 Better error message when failing to start BonJour plugin because IP address could not be determined 2017-07-20 09:37:30 +05:30
Kovid Goyal 84394aee3e ... 2017-07-19 17:20:28 +05:30
Kovid Goyal 6e240b10eb Kobo driver: Update for new firmware
Merge branch 'master' of https://github.com/davidfor/calibre
2017-07-19 08:17:13 +05:30
David 15ca24722f Bump Kobo supported firmware version to 4.5.9587
New firmware just released. No changes needed except to bump the
firmware and database versions.
2017-07-19 00:43:47 +10:00
Kovid Goyal e62ade9d20 Pass in the custom list template via interface_data 2017-07-18 17:30:34 +05:30
Kovid Goyal 3e6d7c93d2 String changes 2017-07-18 13:09:12 +05:30
Kovid Goyal 3234e2fb0c Implement thumbnails for the custom list 2017-07-18 12:54:51 +05:30
Kovid Goyal 0f18fdefa5 Same for sandboxed html on the book details page 2017-07-18 11:50:01 +05:30
Kovid Goyal 26f61556d1 Make foreground color of sandboxed html in the book list the same as the theme color 2017-07-18 11:48:21 +05:30
Kovid Goyal 8bc842ddb2 Allow blanks lines in the template 2017-07-18 11:43:45 +05:30
Kovid Goyal 761b32b99f Fix option to not save cover separately when using Save to disk not working. Fixes #1704925 [--dont-save-cover option not respected by calibredb export](https://bugs.launchpad.net/calibre/+bug/1704925) 2017-07-18 11:36:54 +05:30
Kovid Goyal b1129d8037 Add publisher to the default template 2017-07-18 11:25:24 +05:30
Kovid Goyal c50ed74f83 Allow using HTML in book list template 2017-07-18 11:03:48 +05:30
Kovid Goyal 08da31ba3c More work on the custom list mode 2017-07-18 10:29:49 +05:30
Kovid Goyal c1eb0438ab Server: Fix an error on browsers that do not support blob storage in IndexedDB. Fixes #1704912 [TypeError:undefined is not an object](https://bugs.launchpad.net/calibre/+bug/1704912) 2017-07-18 08:52:24 +05:30
Kovid Goyal c5cb5654c9 Comic input: Fix a bug in the normalize image filter that caused a crash when converting comics that contain a page with only a single color. Fixes #1704778 [Issue converting CBR into PDF](https://bugs.launchpad.net/calibre/+bug/1704778) 2017-07-17 20:36:31 +05:30
Kovid Goyal 172e044f3f Merge branch 'correct-equals-plus-to-plus-equals-typo' of https://github.com/lamby/calibre 2017-07-16 16:36:54 +05:30
Chris Lamb 24a2865d36 Correct a "=+" typo in readability.py's sanitize method.
This was setting `i` to 1 every loop iteration instead of incrementing
it.
2017-07-16 09:19:27 +01:00
Kovid Goyal ba6438efda Get Books: Update amazon plugins for website changes
Merge branch 'master' of https://github.com/Serized/calibre
2017-07-15 21:36:27 +05:30
Serized 54b591a01d Update price detection
Previous method was showing a price of 0 due to kindle unlimited
2017-07-15 16:28:30 +02:00
Serized ae55d07a59 Merge remote-tracking branch 'upstream/master' 2017-07-15 16:28:05 +02:00
Kovid Goyal 91872292d1 A couple more places where NFC normalization was needed in the container. See #1704225 (Private bug) 2017-07-15 16:08:22 +05:30
Kovid Goyal 8d36d399d7 Fix #1704225 [Private bug](https://bugs.launchpad.net/calibre/+bug/1704225) 2017-07-15 14:27:32 +05:30
Serized 3cbe9196ea Change in amazon (except US) kindle stores for price
Get price in the get books plugins
2017-07-15 10:29:33 +02:00
Kovid Goyal 37bd4825dc Fix a few failling tests from the transition to html5-parser 2017-07-15 10:32:48 +05:30
Kovid Goyal 7aa05e70d3 Use html5-parser to construct the soup in the news download system 2017-07-15 08:31:11 +05:30
Kovid Goyal 636cb5e654 Replace html5lib in news download subsytem 2017-07-15 08:31:11 +05:30
Kovid Goyal 46de368b4b Remove html5lib from HTML sanitizer, since the html5lib sanitizer no longer exists 2017-07-15 08:31:11 +05:30
Kovid Goyal 5e67ba1369 Remove html5lib from miscellaneous places 2017-07-15 08:31:11 +05:30
Kovid Goyal 62e4a9900e Replace html5lib in the conversion pipeline 2017-07-15 08:31:11 +05:30