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
Kovid Goyal
1fbfffd772
Use range iteration for some more loops
2019-09-13 09:12:37 +05:30
Kovid Goyal
bc68e6e735
Fix crash when altering links in PDF
...
Cannot create new dest arrays while iterating over all objects, since
doing so alters the set of all objects
2019-09-13 09:12:37 +05:30
Kovid Goyal
d1ee01b421
Fix header/fotter + added toc not working
2019-09-13 09:12:37 +05:30
Kovid Goyal
9bea79b1bb
...
2019-09-13 09:12:37 +05:30
Kovid Goyal
0319ad478a
Use atomic_rename
2019-09-13 09:12:36 +05:30
Kovid Goyal
ac29ca24a7
Make extdev more robust against crashes of test command
2019-09-13 09:12:36 +05:30
Kovid Goyal
7f1519989f
Catch all exceptions when altering links
2019-09-13 09:12:36 +05:30
Kovid Goyal
8d0f0cef93
Fix compiler warnings
2019-09-13 09:12:36 +05:30
Kovid Goyal
ab6b724835
COmmnad ot make testing extension modules easier
2019-09-13 09:12:36 +05:30
Kovid Goyal
a12da69ba9
Decrease min height for compress losslessly dialog
2019-09-13 09:12:36 +05:30
Kovid Goyal
7c108d4078
Port the installer build commands to use bypy
2019-09-13 09:12:36 +05:30
Kovid Goyal
9a1e55153b
...
2019-09-13 09:12:36 +05:30
Kovid Goyal
03ea489695
Use a fixed size hint for the inspector dock since it starts out empty
2019-09-13 09:12:36 +05:30
Kovid Goyal
9eba7a5f60
Ensure inspector dock connect works
2019-09-13 09:12:36 +05:30
Kovid Goyal
c238a249af
Remove last references to QT_PLUGIN_PATH
2019-09-13 09:12:36 +05:30
Kovid Goyal
89f5a0b183
Do not run the webengine build test on windows as it causes a crash on exit under cygwin+ssh
2019-09-13 09:12:36 +05:30
Kovid Goyal
cb091ea844
Suppress compiler warning for unused parameter
2019-09-13 09:12:35 +05:30
Kovid Goyal
b78f584264
Add mesa DLL to windows build for machines without OpenGL such as VMs
2019-09-13 09:12:35 +05:30