38861 Commits

Author SHA1 Message Date
Kovid Goyal
3a688453ab
Go back to using git to fetch ephemeral translations
No significant speed difference and curl is failing on the macOS
Travis VM
2019-06-13 10:49:13 +05:30
Kovid Goyal
a38758ca68
Even better error message when loading .mo file fails 2019-06-13 10:38:52 +05:30
Kovid Goyal
98ec15b970
Retry download on fail 2019-06-13 10:37:16 +05:30
Kovid Goyal
a3bf706825
Fix msgfmt.py broken during unicode porting
Also merge in changes from upstream version
2019-06-13 10:36:53 +05:30
Kovid Goyal
6acfcf12ef
Use a tarball based download when downloading ephemeral translations 2019-06-13 09:33:50 +05:30
Kovid Goyal
adbd85bf33
News downloads: Fix incorrect font sizes for some text in the index pages. Fixes #1832628 [Calibre viewer freezes when opening news download converted to LRF](https://bugs.launchpad.net/calibre/+bug/1832628)
Conversion now uses a dedicated attribute data-calibre-rescale for
dynamic font sizing rather than relying on class names which can get
mangled by CSS flattening
2019-06-13 09:06:43 +05:30
Kovid Goyal
7394a508e0
Fix an infinite loop in the LRF renderer 2019-06-13 06:03:06 +05:30
Kovid Goyal
57a3121f6c
pep8 2019-06-12 23:18:24 +05:30
Kovid Goyal
7192861301
Merge branch 'master' of https://github.com/davidfor/calibre 2019-06-12 19:42:22 +05:30
David
af5af3d029 Better layout of new cover options in KoboTouch driver. 2019-06-12 22:21:21 +10:00
Kovid Goyal
c0397def21
... 2019-06-12 13:26:17 +05:30
Kovid Goyal
eafb79aaca
Fixup AINOnline for beautifulsoup 4 2019-06-12 13:25:04 +05:30
Kovid Goyal
ea74df97ec
Get rid of the last use of win32com 2019-06-12 07:07:28 +05:30
Kovid Goyal
9844394258
Windows: Dont use a deprecated API for moving to trash 2019-06-12 05:42:03 +05:30
Kovid Goyal
7a048fe361
Aviation International News by Jose Ortiz 2019-06-12 05:25:59 +05:30
Kovid Goyal
f66a709dfe
Cleanup 2019-06-11 19:52:25 +05:30
Kovid Goyal
59264be1f0
Use RAII in winutil 2019-06-11 18:49:36 +05:30
Kovid Goyal
48e26a754d
Couple more places to get rid of win32com 2019-06-11 18:20:56 +05:30
Kovid Goyal
49f2082ad3
... 2019-06-11 17:11:02 +05:30
Kovid Goyal
1a1db4d1f8
Ensure no trailing NULLs in result of file_association() 2019-06-11 16:35:29 +05:30
Kovid Goyal
000bb4c89e
Better error message when failing to load translations 2019-06-11 16:32:35 +05:30
Kovid Goyal
21fbec2820
Dont use win32com for notifying the OS of file association changes 2019-06-11 16:17:34 +05:30
Kovid Goyal
ed85704799
Undo the fudge for tanslations failing on macOS as it causes another test to fail 2019-06-11 16:14:15 +05:30
Kovid Goyal
529033ff78
Dont use win32com for expanduser 2019-06-11 16:04:47 +05:30
Kovid Goyal
57572d977a
Dont use win32com to get file associations 2019-06-11 15:57:12 +05:30
Kovid Goyal
edd44a559a
... 2019-06-11 15:15:12 +05:30
Kovid Goyal
152e823c41
Kobo driver: Add options to more precisely control the generation of cover images, to reduce size and enhance quality
Merge branch 'master' of https://github.com/NiLuJe/calibre
2019-06-11 15:14:26 +05:30
Kovid Goyal
3139dff9eb
Ignore weird failure when building website translation on Travis on macOS 2019-06-11 14:59:00 +05:30
Kovid Goyal
0f3b2e2329
Dont use win32com for adding to recent docs 2019-06-11 14:50:05 +05:30
Kovid Goyal
8de0ac6022
Get ICU building 2019-06-11 14:36:36 +05:30
NiLuJe
09ffb629a1 Tweak checkbox layout to be more logical 2019-06-10 18:35:19 +02:00
Kovid Goyal
e25fe1e8be
Switch to released version of pywin32 2019-06-10 19:42:24 +05:30
Kovid Goyal
c243fa2358
Cleanup getenv 2019-06-10 19:06:36 +05:30
Kovid Goyal
057b873933
Dont depend on win32api in polyglot 2019-06-10 18:21:38 +05:30
Kovid Goyal
f1199035f6
py3: Port winreg imports 2019-06-10 15:41:30 +05:30
Kovid Goyal
549b822f9c
py3: More unicode fixes 2019-06-10 15:39:55 +05:30
Kovid Goyal
2ecd6dc1b1
Add notes about what is needed in each build VM 2019-06-10 08:08:03 +05:30
Kovid Goyal
11e9aaf8fb
Conf for windows build VM 2019-06-10 08:02:39 +05:30
Kovid Goyal
7ab2ef0182
Use better compression for the dmg 2019-06-09 13:58:06 +05:30
Kovid Goyal
1062ba43f3
Get code signing working on macOS 2019-06-09 13:36:06 +05:30
Kovid Goyal
f0d694a58d
Remove non-working recipe 2019-06-09 13:25:36 +05:30
Kovid Goyal
b6a8fd27e1
Fix code signing via SSH on newer macOS 2019-06-09 12:30:12 +05:30
Kovid Goyal
ef42213ceb
py3: More unicode porting 2019-06-09 11:22:02 +05:30
Kovid Goyal
9316d8d673
Comic Input: Fix incorrect processing of comics with pages that have the same file names in different folders when using the "No process" option. Fixes #1831487 [Private bug](https://bugs.launchpad.net/calibre/+bug/1831487) 2019-06-09 11:21:04 +05:30
Kovid Goyal
a984c6198f
replace deprecated API call 2019-06-08 11:03:22 +05:30
Kovid Goyal
3434a40c35
Move Qt DLL list into this codebase from bypy 2019-06-08 10:48:21 +05:30
Kovid Goyal
4abffead71
macOS: Fix loading of CoreText font database on newer Qt in the headless plugin 2019-06-08 10:31:18 +05:30
Kovid Goyal
d39087a356
py3: more unicode porting 2019-06-07 16:49:14 +05:30
NiLuJe
474d76e645 Fix that comment ;). 2019-06-07 04:12:34 +02:00
Kovid Goyal
216a5c2758
Fixes for some dylib loading issues 2019-06-06 21:11:58 +05:30