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
Kovid Goyal
bce0c6296c
Update Le Monde
...
Fixes #1713040 [recipe le monde abonnés](https://bugs.launchpad.net/calibre/+bug/1713040 )
2017-08-29 08:24:29 +05:30
Kovid Goyal
7e5555845b
Linux: Fix SONY PRS-650 not being detected
2017-08-29 08:14:04 +05:30
Kovid Goyal
de181c8bb7
If the --start-in-tray option is specified, create a tray icon even if the configuration option to enable tray icons is disabled.
2017-08-28 13:00:53 +05:30
Kovid Goyal
5f64b78cc9
Merge branch 'patch-4' of https://github.com/bobbysteel/calibre
2017-08-27 21:18:59 +05:30
bobbysteel
98a17ad96a
Exclude CN and ES lang content
2017-08-27 16:38:33 +01:00
bobbysteel
ce79c26d84
Exclude CN and ES lang content
2017-08-27 16:37:20 +01:00
Kovid Goyal
c21a19da74
Update Financial Times
...
Merge branch 'patch-2' of https://github.com/bobbysteel/calibre
2017-08-27 19:15:45 +05:30
Kovid Goyal
65c06edb6a
Merge branch 'patch-3' of https://github.com/bobbysteel/calibre
2017-08-27 19:15:11 +05:30
bobbysteel
1e04233e2c
Fix Financial Times Int'l categories
2017-08-27 14:38:42 +01:00
bobbysteel
1cf37c8400
Fix Financial Times UK categories
2017-08-27 14:38:09 +01:00
Kovid Goyal
fe9f9ac723
Print out settings used for metadata bulk operations in debug mode
2017-08-26 09:15:53 +05:30
Kovid Goyal
d7e17d1899
String changes
2017-08-25 13:11:19 +05:30
Kovid Goyal
9173f47b1f
version 3.7.0
v3.7.0
2017-08-25 09:17:17 +05:30
Kovid Goyal
fbdefe6bcc
Use localized website links in the update notification
2017-08-24 10:52:39 +05:30
Kovid Goyal
09d25c21e8
Update website translations on publish
2017-08-24 10:35:08 +05:30
Kovid Goyal
31e693cd09
Reduce the threshold for website translations to be included
2017-08-24 00:18:46 +05:30
Kovid Goyal
134035b18a
...
2017-08-23 23:24:50 +05:30
Kovid Goyal
b6ef1092ce
Also write lang names to website locales zip file
2017-08-23 10:57:21 +05:30
Kovid Goyal
a66cf0f185
Fix missing buddy association
2017-08-23 10:54:05 +05:30
Kovid Goyal
5bd5cfe761
Only read UM localization stats once
2017-08-23 09:59:15 +05:30