Kovid Goyal
3a6ad1e03a
Add a build test for PIL JPEG support
2019-09-13 09:13:36 +05:30
Kovid Goyal
9607e1dc45
Bump beta version
2019-09-13 09:13:35 +05:30
Kovid Goyal
f83e99c9b5
Preserve scroll position in list of keyboard shortcuts when customizing a shortcut
2019-09-13 09:13:35 +05:30
Kovid Goyal
fe0cfc3bea
Use the book text colors for the loading screen
...
Makes it less obtrusive
2019-09-13 09:13:35 +05:30
Kovid Goyal
7198248ce9
Fix error when installing a new editor plugin because of web engine initialization
2019-09-13 09:13:35 +05:30
Kovid Goyal
1551df845c
Default to js version 6 when compiling RS
2019-09-13 09:13:35 +05:30
Kovid Goyal
bc6d38c8e3
Restore external RS compiler
...
While webengine is faster that duktape, the external compiler
still beats it.
2019-09-13 09:13:35 +05:30
Kovid Goyal
e8b21b2f29
Avoid a rare error when calculating CFI
2019-09-13 09:13:35 +05:30
Kovid Goyal
b6c3253fb9
Fix font settings for Editor preview not working
2019-09-13 09:13:35 +05:30
Kovid Goyal
a6097fab4a
Fix default font family type not being respected in the viewer settings
2019-09-13 09:13:35 +05:30
Kovid Goyal
2e50e22aa7
Also refuse to open .app urls
2019-09-13 09:13:35 +05:30
Kovid Goyal
85394a43a8
Fix comments not being displayed to the side in the horizontal book display panel
...
Thanks to limitations of Qt's HTML support we cant any longer have
comments text wrap around the rest of the metadata. Now the rest of the
metadata and the comments are display in 2:3 fixed columns
2019-09-13 09:13:35 +05:30
Kovid Goyal
6bb5a1376c
Dont exclude master on azure
2019-09-13 09:13:35 +05:30
Kovid Goyal
4d9440a94c
Get rid of home grown multitail
...
Use the awesomeness that is kitty instead
2019-09-13 09:13:34 +05:30
Kovid Goyal
1e96510e00
Fix manual not building
2019-09-13 09:13:34 +05:30
Kovid Goyal
b2b5395139
Windows: Fix library usage stats incorrect after import of data
2019-09-13 09:13:34 +05:30
Kovid Goyal
465195026b
Better test failure messages
2019-09-13 09:13:34 +05:30
Kovid Goyal
800880d891
Option to not sign installers
2019-09-13 09:13:34 +05:30
Kovid Goyal
f53a979da9
Forgot to change OS name in one place
2019-09-13 09:13:34 +05:30
Kovid Goyal
778b85b7df
...
2019-09-13 09:13:34 +05:30
Kovid Goyal
da4fc37684
Bump version number to beta level
2019-09-13 09:13:34 +05:30
Kovid Goyal
f10e278d74
PDF Output: Fix incorrect rendering when the same font is used at multiple sizes in the document
...
Chromium produces width arrays in the font descriptors that contain
different values for the same glyph in different font subsets, so rather
than merging the arrays, use the actual width values from the font.
As per the PDF spec the values in these arrays must match the underlying
font anyway.
2019-09-13 09:12:39 +05:30
Kovid Goyal
7366d8f57a
Check glyph definition sizes are identical when merging ttf fonts
2019-09-13 09:12:39 +05:30
Kovid Goyal
411cd21e82
Fix update-on-ox
2019-09-13 09:12:39 +05:30
Kovid Goyal
c77156d47b
Fix failing test on py3
2019-09-13 09:12:39 +05:30
Kovid Goyal
13211f3ab8
Add a python3 test running on Arch
2019-09-13 09:12:39 +05:30
Kovid Goyal
af1d3ab225
Get rid of Appveyor
2019-09-13 09:12:39 +05:30
Kovid Goyal
a3ac1900f6
Work on windows CI
2019-09-13 09:12:39 +05:30
Kovid Goyal
2f2b3cf638
Fix crashes when using webengine on windows with no native GUI
...
Tell Qt to use the software OpenGL renderer in headless mode on windows.
2019-09-13 09:12:39 +05:30
Kovid Goyal
03929d5959
Fix building of calibre portable installer
2019-09-13 09:12:39 +05:30
Kovid Goyal
0a05d2f578
Disabe SetDllDirectories on 32bit builds since it causes a crash
2019-09-13 09:12:38 +05:30
Kovid Goyal
3b3b3292df
Get rid of travis.yml
2019-09-13 09:12:38 +05:30
Kovid Goyal
c4ef009bfb
Fix CI detection on azure pipelines
2019-09-13 09:12:38 +05:30
Kovid Goyal
0d4cdeea97
Ensure Qt plugins are loaded in macOS VM
2019-09-13 09:12:38 +05:30
Kovid Goyal
8567b30051
Need for space in the windows VM
2019-09-13 09:12:38 +05:30
Kovid Goyal
0024a7f8e8
Remove special casing for libjpeg and libpoppler as install names are now fixed at build time
2019-09-13 09:12:38 +05:30
Kovid Goyal
edbd56bbb1
Use fallback library path instead
2019-09-13 09:12:38 +05:30
Kovid Goyal
63539c1dc7
Set the library path for @rpath linked things
2019-09-13 09:12:38 +05:30
Kovid Goyal
987a869614
Disable webengine sandbox in macOS CI
2019-09-13 09:12:38 +05:30
Kovid Goyal
ff5e5f2743
Use proper path for macos SW
2019-09-13 09:12:38 +05:30
Kovid Goyal
7a9f6cf195
...
2019-09-13 09:12:38 +05:30
Kovid Goyal
915f9ad107
Use correct python executable name on macOS
2019-09-13 09:12:38 +05:30
Kovid Goyal
02d590180b
...
2019-09-13 09:12:37 +05:30
Kovid Goyal
a83dacd506
Run CI on macOS
2019-09-13 09:12:37 +05:30
Kovid Goyal
e06094c458
Dont use the external rapydscript tool, since web engine is fast enough
2019-09-13 09:12:37 +05:30
Kovid Goyal
f233cbd7f8
Nicer failure check
2019-09-13 09:12:37 +05:30
Kovid Goyal
46f5413b34
Port the RS gettext funcs to use webengine
2019-09-13 09:12:37 +05:30
Kovid Goyal
c388500dfb
Work on CI
2019-09-13 09:12:37 +05:30
Kovid Goyal
a344028733
Command to export packages
2019-09-13 09:12:37 +05:30
Kovid Goyal
f52d529090
Command to build deps
2019-09-13 09:12:37 +05:30