Commit Graph

36247 Commits

Author SHA1 Message Date
Kovid Goyal d2670e18e3 Fix errors when using strftime with unicode strings on non-utf-8 windows systems. Fixes #1749219 [conversion error - failure to fetch news from nyt](https://bugs.launchpad.net/calibre/+bug/1749219) 2018-02-14 02:35:47 +05:30
Kovid Goyal f207feb95f pep8 2018-02-14 02:26:03 +05:30
Kovid Goyal f8a298cef9 Update various Uruguayan recipes
Merge branch 'Uruguay' of https://github.com/carlosalvesuy/calibre
2018-02-14 02:24:37 +05:30
Carlos Alves 852b550a44 Update a batch of Uruguayan recipes. 2018-02-13 16:40:46 -03:00
Kovid Goyal 1d5ea851d7 Update RapydScript 2018-02-13 18:23:20 +05:30
Kovid Goyal 1af4092851 Add a configurable parameter to the NYT web edition recipe to skip articles older than specified number of days 2018-02-13 08:08:08 +05:30
Kovid Goyal 4e730dc862 Add date to articles in nyt todays papaer index 2018-02-13 07:58:03 +05:30
Kovid Goyal a385f0a2d9 Update recipe for another change to the NYT todays paper page 2018-02-13 06:56:43 +05:30
Kovid Goyal aff999cd4b Split book view: Fix vertical scroll position of the two views getting out of sync after doing some searches. Fixes #1748739 [split book list display error](https://bugs.launchpad.net/calibre/+bug/1748739) 2018-02-12 11:00:55 +05:30
Kovid Goyal 2bd105d8b9 Better pin view detection in delegates 2018-02-12 09:48:12 +05:30
Kovid Goyal 53e1398ed6 Another nytimes parse todays page fix
Fix all articles after front page being put into the internal section
2018-02-11 20:16:02 +05:30
Kovid Goyal b2ab2bfd6a Fix some edit widget appearing in the wrong place when editing in the right hand panel of the new split book list. Fixes #1748713 [Custom Column edit popup appears in wrong place with split book list](https://bugs.launchpad.net/calibre/+bug/1748713) 2018-02-11 17:09:07 +05:30
Kovid Goyal 0441e59905 Fix NYT Today's paper front page section incomplete 2018-02-10 22:31:42 +05:30
Kovid Goyal 5b7569e1db Portable build: Fix cache directory not always being auto-created
Also rationalize _get_cache_dir() for all builds. Remove ancient fallback code
for people running from source without updated binaries. Fixes #1747887 [Cannot edit book](https://bugs.launchpad.net/calibre/+bug/1747887)
2018-02-10 08:45:24 +05:30
Kovid Goyal 506c3059bb Merge branch 'patch-1' of https://github.com/przemo20/calibre 2018-02-09 21:28:22 +05:30
przemo20 78ac342677 Update trim_image.py
Added a space before image dimensions. Currently there is no space: https://i.imgur.com/2bW41RX.png
2018-02-09 16:19:11 +01:00
Kovid Goyal d9c9b48c91 Remove print citation at the end of the NYT articles 2018-02-09 19:31:13 +05:30
Kovid Goyal 99c4647dd4 version 3.17.0 v3.17.0 2018-02-09 08:52:47 +05:30
Kovid Goyal 20867c1687 Micro-optimization 2018-02-08 19:44:53 +05:30
Kovid Goyal cbc95ed9e5 ... 2018-02-07 21:50:15 +05:30
Kovid Goyal 06f5e03e76 ... 2018-02-07 21:40:41 +05:30
Kovid Goyal deef15a3aa ... 2018-02-07 21:40:22 +05:30
Kovid Goyal 359a2ff64b Update New York Times 2018-02-07 21:31:18 +05:30
Kovid Goyal 5ead191595 Fix #1747880 [user manual update](https://bugs.launchpad.net/calibre/+bug/1747880) 2018-02-07 18:17:55 +05:30
Kovid Goyal 136e3fec18 EPUB3 Input: Fix HTML titlepages that are marked using the deprecated <guide> element not being recognized.
Complements the fix for #1746794
2018-02-07 12:35:06 +05:30
Kovid Goyal dce369148d Update Le Devoir
Fixes #1747422 [Private bug](https://bugs.launchpad.net/calibre/+bug/1747422)
2018-02-07 07:57:35 +05:30
Kovid Goyal 7460aad117 Bulk metadata edit: Fix regression in 3.13 that made it impossible to use the Force numbering checkbox for custom series 2018-02-07 07:32:23 +05:30
Kovid Goyal d20cffe1b2 Update New Statesman
Fixes #1747712 [New recipe for New Statesman magazine](https://bugs.launchpad.net/calibre/+bug/1747712)
2018-02-06 22:35:36 +05:30
Kovid Goyal 5697f8f282 More robust timeout retry handling 2018-02-02 15:43:55 +05:30
Kovid Goyal 94de403265 Make mirroring a no-op when pin view is not visible 2018-02-02 13:24:39 +05:30
Kovid Goyal 3dfd846b7b Retry after sleeping on URL fetch timeout in plugins mirror script 2018-02-02 13:14:04 +05:30
Kovid Goyal fe0e9a18bb EPUB3 Input: Fix cover image not being correctly detected in EPUB 3 files that use a deprecated <guide> element that incorrectly identifies the titlepage as the cover. Fixes #1746794 [EPUB -> MOBI conversion removes entire frontmatter, and also drops cover image](https://bugs.launchpad.net/calibre/+bug/1746794) 2018-02-02 08:43:49 +05:30
Kovid Goyal 500a1e00c0 ... 2018-02-02 06:57:06 +05:30
Kovid Goyal e036bc9a76 Update London Review of Books 2018-02-01 16:28:30 +05:30
Kovid Goyal 6a9096d6d8 Finish up split view. Fixes #1729496 [Feature Request: Lock Column](https://bugs.launchpad.net/calibre/+bug/1729496) 2018-02-01 16:11:58 +05:30
Kovid Goyal 594c52a7af Double plugin mirror download timeout 2018-02-01 13:06:34 +05:30
Kovid Goyal 4e5b306547 When mirroring current index only mirror row, not column 2018-02-01 13:00:37 +05:30
Kovid Goyal d4d49fbe95 Update New York Post 2018-02-01 09:50:52 +05:30
Kovid Goyal 7eea7600ae Update LWN Weekly
Fix #809 (lwn weekly shows "Unknown feed" and "Undefined article title" for almost all TOC items)
2018-02-01 06:27:59 +05:30
Kovid Goyal 1c20f656d2 Implement header context menu for split view 2018-01-31 21:16:09 +05:30
Kovid Goyal cd40155272 Wire upa few pin view signals 2018-01-31 21:16:09 +05:30
Kovid Goyal baedee3d8c Save and restore split view splitter state 2018-01-31 21:16:09 +05:30
Kovid Goyal 039bdb7c85 Save and restore split view state 2018-01-31 21:16:09 +05:30
Kovid Goyal ca986e5976 Do not show the on device column in the split view 2018-01-31 21:16:09 +05:30
Kovid Goyal 8d35902d61 Mirror sort indicators to split view header 2018-01-31 21:16:09 +05:30
Kovid Goyal 7c3b58be70 Use same header view for both split tables 2018-01-31 21:16:08 +05:30
Kovid Goyal 6c3e68289b Implement a separate context menu for the split book list 2018-01-31 21:16:08 +05:30
Kovid Goyal c75ae1acb9 Dont show the split cmenu entry for device views 2018-01-31 21:16:08 +05:30
Kovid Goyal 3300ddec54 Make selection mirroring a little more intelligent 2018-01-31 21:16:08 +05:30
Kovid Goyal a9acfd7965 Implement edit and view triggers in the split book list 2018-01-31 21:16:08 +05:30