Kovid Goyal
59d1a6f2c6
Update version of Qt in OS X build to 5.5.1
...
Needed to prevent QT from using the system openssl library. For Qt >=
5.5 it uses Apple's TextScure API instead of openssl.
2016-01-30 15:56:27 +05:30
Kovid Goyal
fc7d4830a9
Switch to using a private openssl lib on OS X
2016-01-30 12:40:50 +05:30
Kovid Goyal
deb72df077
Remove code superseeded by winusb
2016-01-19 20:18:00 +05:30
Kovid Goyal
444c01ed30
Update bundled duktape JS interpreter
2016-01-19 11:32:54 +05:30
Kovid Goyal
e2e93a3a74
...
2016-01-19 00:26:31 +05:30
Kovid Goyal
7db8c4df74
Remove no longer need code
2016-01-17 18:58:39 +05:30
Kovid Goyal
76c0a9b8b7
...
2016-01-15 09:24:37 +05:30
Kovid Goyal
0c57ad189e
Dont upload to files.calibre-ebook.com as it no longer exists
2016-01-12 10:24:31 +05:30
Kovid Goyal
cad0f939cb
Self host plugin icon
2016-01-10 14:17:15 +05:30
Kovid Goyal
ccd069c343
Now host user manual on main server
2016-01-10 14:14:35 +05:30
Kovid Goyal
f32888e47d
...
2016-01-10 10:12:44 +05:30
Kovid Goyal
e71c1a4888
Change to using main server download URL for the linux installer
2016-01-09 10:53:50 +05:30
Kovid Goyal
af34535d4c
Also write calibre version to the main server
2016-01-08 17:30:10 +05:30
Kovid Goyal
5a24f7f51b
Avoid mixed content warnings when referring to resources on the calibre website
2016-01-08 15:57:20 +05:30
Kovid Goyal
f6fb20a481
Remove no longer needed instructions
2016-01-07 19:04:18 +05:30
Kovid Goyal
e81938ae31
Reset owner after uploading manual
2016-01-07 16:25:13 +05:30
Kovid Goyal
77051cf145
...
2016-01-07 15:49:25 +05:30
Kovid Goyal
5a792a0d6a
...
2016-01-07 15:25:30 +05:30
Kovid Goyal
9c582259be
...
2016-01-07 15:17:35 +05:30
Kovid Goyal
e0871ec10d
...
2016-01-07 15:06:18 +05:30
Kovid Goyal
7c5ab5bc17
Additional DLL for linux build with Qt 5.5
2016-01-05 00:52:58 +05:30
Kovid Goyal
54cb75dacb
Update version of podofo in linux build
2016-01-05 00:11:20 +05:30
Kovid Goyal
5e8402c5ef
Allow the linux installer to work even if the installation location is a symlink
2016-01-03 14:33:27 +05:30
Kovid Goyal
d90d89aa8c
...
2015-12-31 17:01:11 +05:30
Kovid Goyal
4772ea768b
Use SHA 256 with Authenticode
2015-12-31 14:50:42 +05:30
Kovid Goyal
2b3a1ea10c
Update CA root certificate to use a SHA256 signature
2015-12-23 11:29:43 +05:30
Kovid Goyal
08be881052
...
2015-12-07 13:33:36 +05:30
Kovid Goyal
62e942d7b8
Also preserve sip.exe
2015-12-07 13:25:38 +05:30
Kovid Goyal
906dd4305f
Move creation of pycygrun into the install script
2015-12-07 13:20:21 +05:30
Kovid Goyal
ad4f4b65fe
Fix python install script not actually preserving site-packages
2015-12-07 12:56:14 +05:30
Kovid Goyal
5cc46c24e4
...
2015-12-07 10:58:16 +05:30
Kovid Goyal
86a42609ba
Get rid of iconv from windows build
...
The DLL was not working with VS 2015.
Also libxml2 covers the most commonly used encoding internally:
http://www.xmlsoft.org/encoding.html
In any case most (all?) parsing via lxml in calibre pre-decodes
input in python.
2015-12-07 09:44:43 +05:30
Kovid Goyal
9c7e8c19fd
...
2015-12-07 09:43:19 +05:30
Kovid Goyal
e13dc5ead1
...
2015-12-07 08:59:25 +05:30
Kovid Goyal
a3abdce095
Rebuild everything with VS 2015
...
Makes sure that the instructions work from a clean VM and also gives me
the opportunity to update to VS 2015 SP1
2015-12-06 23:29:49 +05:30
Kovid Goyal
7124e39cdc
...
2015-12-06 18:19:55 +05:30
Kovid Goyal
dc52214b2b
Building of calibre extension modules with VS 2015
2015-12-06 13:47:56 +05:30
Kovid Goyal
607268dee1
Build Qt with VS 2015
2015-12-06 13:22:22 +05:30
Kovid Goyal
166697795f
More VS 2015 work
...
Now only Qt is left. Will wait for release of 5.6.1 for that
QtWebKit is being removed from Qt 5.6 so will have tobuild it
separately/out-of-tree? Dont know what will happen with PyQt's wrappers
for QtWebKit, will they also be have to be built out of tree?
2015-12-04 11:23:47 +05:30
Kovid Goyal
4467f98e93
Enable asm in openssl builds with VS 2015
2015-12-04 09:54:25 +05:30
Kovid Goyal
04b4838d99
Compile ImageMagick with VS 2015
2015-12-03 23:44:45 +05:30
Kovid Goyal
96800edcfa
Build PoDoFo with VS 2015
2015-12-03 22:07:04 +05:30
Kovid Goyal
2efab97540
Build poppler with VS 2015
2015-12-03 21:45:29 +05:30
Kovid Goyal
6894028e37
...
2015-12-03 20:41:04 +05:30
Kovid Goyal
05b8d30710
More VS 2015
2015-12-03 18:54:31 +05:30
Kovid Goyal
b3317ea463
More VS 2015
2015-12-03 18:05:28 +05:30
Kovid Goyal
b9f83d5509
More progress building calibre dependencies with VS 2015
2015-12-03 16:13:55 +05:30
Kovid Goyal
ef1f633538
...
2015-12-02 21:36:16 +05:30
Kovid Goyal
ef8d72900e
Instructions for compiling pywin32 with VS 2015
2015-12-02 20:58:27 +05:30
Kovid Goyal
1915bb64cd
...
2015-12-01 23:53:22 +05:30