Commit Graph

35806 Commits

Author SHA1 Message Date
Kovid Goyal 4070b39d22 Update A List Apart 2017-09-25 16:03:00 +05:30
Matthew Vincent 8270c24e09 Updating feed URL for A List Apart
Seems like the abridged feedburner URL is no longer active (only adverts) so switching to the main feed. If there is any reason to keep it on feedburner, then here is the other URL: http://feeds.feedburner.com/alistapart
2017-09-25 12:24:57 +02:00
Kovid Goyal 4bae60751b Make the elapsed time display in the jobs dialog more human friendly. Fixes #1719059 [Show hours run in jobs window](https://bugs.launchpad.net/calibre/+bug/1719059) 2017-09-24 09:13:29 +05:30
Kovid Goyal be464001e2 Fix #1718977 [Please use ngettext for updated plugins msg in status bar](https://bugs.launchpad.net/calibre/+bug/1718977) 2017-09-23 07:58:01 +05:30
Kovid Goyal 4657e48f1e Dedup Nat Geo recipe title 2017-09-23 07:54:10 +05:30
Kovid Goyal 5a1d3fa168 Forgot to add preserve cover aspect ratio option to GUI.
Fixes #1719026 ["Preserve the cover aspect ratio" for DOCX output NOT present in 3.8](https://bugs.launchpad.net/calibre/+bug/1719026)
2017-09-23 07:43:25 +05:30
Kovid Goyal 60fb6b96fb version 3.8.0 v3.8.0 2017-09-22 08:44:11 +05:30
Kovid Goyal 917f4389c0 Bulk metadata edit dialog: Add an action to set metadata from ebook files. Fixes #1717755 [Reading metadata fails when adding many books](https://bugs.launchpad.net/calibre/+bug/1717755) 2017-09-21 14:10:01 +05:30
Kovid Goyal 92d5525072 Use the app uid when adding to recent docs on windows 2017-09-21 13:21:47 +05:30
Kovid Goyal 2b3608cc1a Make setting of app uids on windows more robust 2017-09-21 12:54:08 +05:30
Kovid Goyal ae098550e9 DOCX Output: Add a n option to preserve the cover aspect ratio in the output document. Fixes #1715800 [Conversion to DOCX Results in Stretched Cover Page](https://bugs.launchpad.net/calibre/+bug/1715800) 2017-09-20 19:18:26 +05:30
Kovid Goyal f19fbaf61c DOCX Output: Fix text immediately after a hidden tag not being included. Fixes #1717403 [Sections of Text Missing After Conversion (DOCX)](https://bugs.launchpad.net/calibre/+bug/1717403) 2017-09-20 13:20:47 +05:30
Kovid Goyal ff828ae47d Update The Hindu 2017-09-20 11:55:31 +05:30
Kovid Goyal 81f6841cdb Merge branch 'master' of https://github.com/lifanxi/calibre 2017-09-20 07:50:56 +05:30
Li Fanxi 4d3fbd018a [Bug] Unable to fetch Douban metadata, due to wrong XML namespace. This bug was introduced in 5f8a7c04 2017-09-19 23:35:27 +08:00
Kovid Goyal d0cf78b717 Make ncols calculation a little more robust 2017-09-19 17:27:51 +05:30
Kovid Goyal 9537bfeff2 Cover grid: Fix Shift+arrow keys to manipulate selection not working. Fixes #1717828 [Cover grid highlighting bug](https://bugs.launchpad.net/calibre/+bug/1717828)
Another workaround for Qt brokenness. I had already worked around
Shift+click but apparently forgot Shift+arrow key
2017-09-19 17:20:23 +05:30
Kovid Goyal 3535bb6f0c Show the IP address the content server is listening on in Preferences->Sharing over the net. Fixes #1717641 [Show Content server IP address in Main window](https://bugs.launchpad.net/calibre/+bug/1717641) 2017-09-19 14:41:22 +05:30
Kovid Goyal 312e6388c1 Update Le Monde 2017-09-19 13:39:02 +05:30
Kovid Goyal 525510e53d Editor snippets: Dont lose the last selected word when the user triggers a non-existent snippet. Fixes #1713244 [Typo in snippet trigger makes ebook editor forget the selection](https://bugs.launchpad.net/calibre/+bug/1713244) 2017-09-19 11:14:15 +05:30
Kovid Goyal 2b92691c68 Server: Add an option to control the number of books displayed per page in the browser (Preferences->Sharing over the net->Advanced). Fixes #1715283 [[Enhancement] Control # of Books Output to Browser](https://bugs.launchpad.net/calibre/+bug/1715283) 2017-09-19 10:17:30 +05:30
Kovid Goyal 545443190e Book details popup window: Show the cover size in the bottom right corner if the option to show cover size in the Book details panel is set. Fixes #1716520 [Would like to see the same cover info that is shown on the details panel to also show in the details list when using the menu to look.](https://bugs.launchpad.net/calibre/+bug/1716520) 2017-09-18 11:35:29 +05:30
Kovid Goyal 110b022a86 Book details panel: An option to control the layout of the panel in "Narrow" mode (Preferences->Look & feel->Book details)
See #1714613 (Is the description suppose to bleed over to the details panel?)
2017-09-18 10:03:16 +05:30
Kovid Goyal 28965f45ae Linux: Fix regression that broke using calibre on some VNC servers 2017-09-17 08:51:12 +05:30
Kovid Goyal 589a67f916 Note that plucker support is input only 2017-09-16 09:19:19 +05:30
Kovid Goyal 0ba906da05 Update Wired Monthly
Merge branch 'master' of https://github.com/coiby/calibre
2017-09-16 08:47:58 +05:30
Coiby 5e3d4428cf Make Wired Monthly Recipe Work again
1. use seperator "." instead of "-", e.g. tag/magazine-25-02/page/1 => tag/magazine-25.02/page/1 

Note: if you access the magazine for "LOAD MORE RESULTS" from the page (e.g. https://www.wired.com/magazine/what-lies-ahead/), WIRED will still give you the link "tag/magazine-25-02/page/1". But the actual url is "tag/magazine-25.02/page/1".

2. find story links in div.archive-list-component__items

3. use the same remove_tags, keep_only_tags etc. as in latest wired_daily.recipe, so the article can be downloaded successfully.

4. If no new stories are fetched, morepages = False

The old way of making "morepages = False" is to catch HTTP exception. But accessing "tag/magazine-25.09/page/100" will not raise exception any more.

5. The url of story should begin with "/story" instead of "https://www.wired.com/". As a result, the basic url ""https://www.wired.com" should be added as prefix to the url of story.
2017-09-16 10:48:02 +08:00
Kovid Goyal cca87e7ad2 Browser viewer: Do not fail if the book contains javascript that has errors. Fixes #1715781 [Private bug](https://bugs.launchpad.net/calibre/+bug/1715781) 2017-09-10 06:39:41 +05:30
Kovid Goyal ccc6c5d988 User Manual: Make code blocks wrap
Fixes #1716062 [[Doco] - Tweaks](https://bugs.launchpad.net/calibre/+bug/1716062)
2017-09-09 08:20:08 +05:30
Kovid Goyal d661af061e Linux: Fix file open dialog on older KDE desktops not working correctly. Fixes #1715648 [Native file dialog used incorrectly](https://bugs.launchpad.net/calibre/+bug/1715648) 2017-09-07 21:25:57 +05:30
Kovid Goyal 099f99a386 ... 2017-09-07 20:40:38 +05:30
Kovid Goyal 84b853dca8 Output the actual command used for the linux native dialogs in debug mode 2017-09-07 20:38:54 +05:30
Kovid Goyal 3b05cd601f Update Cracked.com 2017-09-07 06:13:01 +05:30
Kovid Goyal 788d2d6611 Update Ozon.ru metadata plugin for website changes. Fixes #1715347 [Crash getting metadata from Ozon.ru](https://bugs.launchpad.net/calibre/+bug/1715347) 2017-09-06 15:54:39 +05:30
Kovid Goyal fcd533a21c Update RapydScript 2017-09-06 11:24:08 +05:30
Kovid Goyal 4726f10627 Clarify text on copying library folders 2017-09-06 08:16:59 +05:30
Kovid Goyal 5e565bd1ef Dunya Halleri by Sukru Alatas
Merge branch 'master' of https://github.com/alatas/calibre
2017-09-06 07:52:54 +05:30
Kovid Goyal 577e6337ae Update Carta 2017-09-06 07:03:21 +05:30
Kovid Goyal ccc3be19ac Update FAZ.NET 2017-09-06 07:02:28 +05:30
Sukru Alatas 85a0304bf6 added dunyahalleri and dunyahalleri_haftaninozeti 2017-09-04 01:23:11 +03:00
Kovid Goyal e767a32d39 ... 2017-09-01 14:26:00 +05:30
Kovid Goyal af6b232bf6 Update Newsweek 2017-09-01 14:15:47 +05:30
Kovid Goyal 6f9214d5a7 Another mysterious instance of Qt delivering resize events with type set to that of mouse events.
Fixes #1714353 [series name change](https://bugs.launchpad.net/calibre/+bug/1714353)
2017-09-01 05:39:11 +05:30
Kovid Goyal 08471c12a4 ... 2017-08-31 07:05:45 +05:30
Kovid Goyal 59bb0f8e55 News download: Remove the srcset attribute from all images
It is useless and causes unnecessary network activity when reading books
in viewer that support it. Also might be causing iBooks on iOS to refuse
to display the images.
2017-08-30 18:42:41 +05:30
Kovid Goyal 7fd413d392 Remove srcset attribute from images in economist and new york review of books 2017-08-30 18:37:47 +05:30
Kovid Goyal 181f595294 LIT Input: Fix a buffer overflow caused by malformed LIT files
Fixes #1713716 [Private bug](https://bugs.launchpad.net/calibre/+bug/1713716)
2017-08-29 20:11:00 +05:30
Kovid Goyal d77a86e803 Merge branch 'eax/minor-error-bug/param' of https://github.com/grimreaper/calibre 2017-08-29 13:47:26 +05:30
Eitan Adler 14c6a84f16 Fix a few minor nits
- Add missing args in format strings
- Add missing `self` or `cls` param
- Use new style class in one location where it makes sense
2017-08-29 00:59:10 -07:00
Kovid Goyal 043c5cbfe5 Conversion: Expand -epub-writing-mode to -webkit-writing-mode and writing-mode properties for maximum compatibility. Fixes #1713509 [epub's -webkit-writing-mode not converted to -webkit-writing-mode in azw3](https://bugs.launchpad.net/calibre/+bug/1713509) 2017-08-29 08:39:45 +05:30