28988 Commits

Author SHA1 Message Date
Kovid Goyal
28965f45ae
Linux: Fix regression that broke using calibre on some VNC servers 2017-09-17 08:51:12 +05:30
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
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
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
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
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
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
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
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
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 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
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
Kovid Goyal
de640e338c
Fix compiler warning in icu module 2017-08-23 08:03:38 +05:30
Kovid Goyal
c04c82c7cf
Fix compiler warning in sqlite_custom module 2017-08-23 08:01:03 +05:30
Kovid Goyal
90999636f9
Fix compiler warnings in the lzx module 2017-08-23 07:57:23 +05:30
Kovid Goyal
2f35ca7ca5
Fix compiler warnings when compiling patience diff module 2017-08-23 07:49:45 +05:30
Kovid Goyal
9355dd7668
Update version of LZMA SDK 2017-08-23 07:45:56 +05:30
Kovid Goyal
b993bcb41d
Fix #1712204 [Hovering a tab shows not translated string](https://bugs.launchpad.net/calibre/+bug/1712204) 2017-08-22 07:33:38 +05:30
Kovid Goyal
331190c369
Fix libraries being sorted alphabetically by full path rather than just library name 2017-08-20 22:44:39 +05:30
Kovid Goyal
f90de5d9d7
Server: Allow hyphens in user names 2017-08-20 19:37:45 +05:30
Kovid Goyal
53c347420f
Replace a few more dangerous uses of etree.Element 2017-08-20 17:33:37 +05:30
Kovid Goyal
e7ad535834
MOBI Output: Fix a regression causing a crash for some input documents that specify text-transform or font-variant CSS properties. Fixes #1711776 [Private bug](https://bugs.launchpad.net/calibre/+bug/1711776) 2017-08-20 17:17:31 +05:30
Kovid Goyal
d2a2da5f68
Allow searching for books in a virtual library using a new 'vl:' prefix
Merge branch 'master' of https://github.com/cbhaley/calibre
2017-08-20 16:46:45 +05:30
Charles Haley
9dcc4167e9 Make OPDS report an HTTP error if the user-level search expression is not valid. 2017-08-20 12:33:18 +02:00
Charles Haley
622833eb05 Add ability to search for books in a vl (vl:foo).
Fix not recomputing the search cache when vls are edited.
2017-08-20 11:50:48 +02:00
Kovid Goyal
c90a726acc
Server: Nicer error reporting when an invalid search expression is used as a restriction 2017-08-20 14:24:50 +05:30
Kovid Goyal
86a83be17d
Better error message when using an unknown saved search 2017-08-19 21:05:05 +05:30
Kovid Goyal
c5b6613aa7
Clear search caches when adding a virtual library 2017-08-19 18:56:52 +05:30
Kovid Goyal
c234d70647
Dont store a reference to the js source 2017-08-19 13:30:19 +05:30
Kovid Goyal
9889b5fc7d
Fix a regression that could cause conversion to crash when using the first-letter CSS pseudo selector and outputting to MOBI or DOCX. Fixes #1711224 [Calibre 3.6 crashes while fetching news](https://bugs.launchpad.net/calibre/+bug/1711224) 2017-08-18 15:07:06 +05:30
Kovid Goyal
8fcaf05e98
Server: Fix downloading files via the list of formats not working when launching the calibre app from the homescreen on iOS 2017-08-16 17:01:57 +05:30
Kovid Goyal
7cf94768cb
Narrow layout: Fix wasted space to the left of the comments in the Book details panel 2017-08-15 18:27:48 +05:30
Kovid Goyal
bdd2e3639a
Also get rid of platform dependent fonts from the PDF Output plugin 2017-08-15 09:22:09 +05:30
Kovid Goyal
cf824e5670
Browser viewer: Fix controls help overlay not being displayed the first time the viewer is used 2017-08-14 09:36:31 +05:30
Kovid Goyal
e9f82abf39
DOCX Input: Fix framed lists being rendered with the frame inside the bullets instead of outside it. Fixes #1709569 [Converting from DOCX - problem with framed paragraphs and lists](https://bugs.launchpad.net/calibre/+bug/1709569) 2017-08-10 10:54:09 +05:30
Kovid Goyal
6f0c724dad
Conversion: Fix remove first image option not working for comic input with the disable comic processing option. Fixes #1709150 [CBZ > EPUB "remove first image" issue](https://bugs.launchpad.net/calibre/+bug/1709150) 2017-08-09 10:07:42 +05:30
Kovid Goyal
20a01d93df
... 2017-08-08 09:03:01 +05:30
Kovid Goyal
e5ed6fca10
Workaround for Qt bug that prevented using the shift and ctrl keys with the touchscreen 2017-08-06 23:05:46 +05:30
Kovid Goyal
c3cdafb59f
Linux: Fix kdialog based file dialogs not supporting multiple file name filter groups 2017-08-05 23:30:20 +05:30
Kovid Goyal
b57708dd67
Increase test shutdown timeout
Hopefully makes it more robust on flaky test rigs like Travis
2017-08-05 23:24:51 +05:30
Kovid Goyal
847fe898d0
Tighten up ConnectedWorker main loop 2017-08-05 23:21:14 +05:30