Commit Graph

102 Commits

Author SHA1 Message Date
Kovid Goyal 5c1b69f5b9 Add hyphen dependency 2019-11-30 17:58:57 +05:30
Kovid Goyal e534f2e558 Forgot to update hashes 2019-11-24 12:04:41 +05:30
Kovid Goyal 0198a77397 Bump sip and PyQt versions 2019-11-24 11:33:13 +05:30
Kovid Goyal 6d8c3c3fbd Bump version of html5-parser 2019-11-03 08:53:18 +05:30
Kovid Goyal e73f7da330 Windows fix UTF-16 output when reporting unhandled exceptions 2019-11-01 19:02:46 +05:30
Kovid Goyal 10d5d8b6bc Fix a regression in 4.0 that broke rendering of PDF covers for PDF files that used JPEG2000 compression. Fixes #1847567 [Cover generation from PDF files is not working](https://bugs.launchpad.net/calibre/+bug/1847567) 2019-10-17 11:10:42 +05:30
Kovid Goyal b698e78547 time formatting 2019-10-04 07:34:54 +05:30
Darío Hereñú 7004af805b Minor formatting proposals 2019-10-03 14:48:43 -03:00
Kovid Goyal 337e8df8bd ... 2019-10-03 19:04:01 +05:30
Kovid Goyal 79fd57eb24 Format lists better on github 2019-10-03 19:02:22 +05:30
Kovid Goyal 97e49f379a github does not render :file: 2019-10-03 18:59:48 +05:30
Kovid Goyal 0bb66f2316 Add instructions for building binaries using bypy 2019-10-03 18:57:43 +05:30
Kovid Goyal 3ce1c8bd63 Use UDBZ dmg files for best compression 2019-09-19 16:31:12 +05:30
Kovid Goyal 5196b29005 Notarize macOS builds 2019-09-18 18:55:50 +05:30
Kovid Goyal d6e8d00b52 Enable hardened runtime on macOS
This is needed for notarization
2019-09-17 09:01:25 +05:30
Kovid Goyal 1b679ae5c8 Fix some compiler warnings 2019-09-13 09:13:37 +05:30
Kovid Goyal 2dd562b731 DRYer 2019-09-13 09:13:37 +05:30
Kovid Goyal 75ffbbba42 Apparently styles plugins dont exist on linux 2019-09-13 09:13:37 +05:30
Kovid Goyal 0c076ab759 Add the Qt styles plugins
Needed on windows for the system theme
2019-09-13 09:13:37 +05:30
Kovid Goyal 8901836673 Bundle distutils in the binaries as Pillow now requires it 2019-09-13 09:13:36 +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 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 ab6b724835 COmmnad ot make testing extension modules easier 2019-09-13 09:12:36 +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
Kovid Goyal be471a8cbe Work on getting windows running 2019-09-13 09:12:35 +05:30
Kovid Goyal 46295bb17f Get the hunspell wraper building correctly on all platforms 2019-09-13 09:12:35 +05:30
Kovid Goyal 22a1481bcd De-vendor hunspell 2019-09-13 09:12:35 +05:30
Kovid Goyal 9601d1c4ba Use only the xz tarballs for windows qt as well 2019-09-13 09:12:35 +05:30
Kovid Goyal b7864096f3 Use Qt zip sources on windows, just in case they are different 2019-09-13 09:12:35 +05:30
Kovid Goyal 713bf6df42 Get macOS signing working again 2019-09-13 09:12:35 +05:30
Kovid Goyal 58f5577a13 Get rid of QT_PLUGIN_PATH on macOS 2019-09-13 09:12:35 +05:30
Kovid Goyal e00835e5c6 Get the GUI apps working on macOS with proper doc integration 2019-09-13 09:12:35 +05:30
Kovid Goyal a7453e877a Simplify launching of console utilities on macOS 2019-09-13 09:12:34 +05:30
Kovid Goyal 7afcc4acdd FreeType needed on windows as well 2019-09-13 09:12:34 +05:30
Kovid Goyal 133ed8968f Add a plist to the utils bundle
Also move it to where it is easy to sign
2019-09-13 09:12:34 +05:30
Kovid Goyal 1db4a15d89 Fix dylib loading for webengine helper process 2019-09-13 09:12:34 +05:30
Kovid Goyal 22e3558a05 Move the utilities into their own bundle 2019-09-13 09:12:34 +05:30
Kovid Goyal aa8f8fa098 Apparently also need the quick widgets DLL 2019-09-13 09:12:33 +05:30
Kovid Goyal 09b93eb8be Build against system freetype/fontconfig on linux
We dont bundle those libs anyway, so we should not build against
custom ones either
2019-09-13 09:12:33 +05:30
Kovid Goyal 7710697ea1 Add webengine resources 2019-09-13 09:12:33 +05:30
Kovid Goyal 0f0df3b5e2 Get webengine loading in the binary build 2019-09-13 09:12:33 +05:30
Kovid Goyal 9f449d90ee The QtWebChannel PyQt module is required 2019-09-13 09:12:33 +05:30
Kovid Goyal a5b5a6bc6e Bump versions of sip and pyqt 2019-09-13 09:12:33 +05:30
Kovid Goyal ec01392e3a Update bundled Qt 2019-09-13 09:12:33 +05:30
Kovid Goyal 82083ddbb8 Drop the dependency on dukpy
The dukpy tests are failing on windows with VS 2017. Instead use Web
Engine to compile rapydscript code, when the rapydscript binary is not
present.
2019-09-13 09:12:16 +05:30
Kovid Goyal d7458841e1 Update bundled mechanize 2019-08-18 14:09:19 +05:30
Eli Schwartz d50a6ddc1b use context managers to open files 2019-07-25 01:30:54 -04:00