Kovid Goyal
d337aee373
Disable app-local deployment of the universal CRT
...
It does not work for some hard to fathom reason.
2017-05-21 13:39:07 +05:30
Kovid Goyal
897a1a137e
Do not have the launcher executables depend on the CRT
2017-05-21 13:39:07 +05:30
Kovid Goyal
f8560f79fc
Add proper manifests to all calibre executables
...
Marked as compatible with all versions of windows upto 10
2017-05-21 13:39:07 +05:30
Kovid Goyal
9b5a3ba5a5
Build 32bit calibre
2017-05-21 13:39:07 +05:30
Kovid Goyal
645f1d138f
Option to not build installers
2017-05-21 13:39:06 +05:30
Kovid Goyal
e3d0d6e23a
Add CRT to the frozen build
2017-05-21 13:39:06 +05:30
Kovid Goyal
ab3e048a95
Use only win32 functions in the launcher, no CRT functions
...
Reduces the size of the executables a little
2017-05-21 13:39:06 +05:30
Kovid Goyal
9a49104dac
Refactor application layout on windows
...
Now only the calibre executables are present in the top level directory
(which is added to PATH). No third party executables and no dlls.
This became necessary because the VS 2015 CRT is not manifest based, so
it would have to be placed in the top level dir in the old layout. Now
it can be put into the DLLs dir.
2017-05-21 13:39:06 +05:30
Kovid Goyal
77a0558cf2
Initial stab at replacing use of MemoryModule
2017-05-21 13:39:06 +05:30
Kovid Goyal
6206f7687d
Update timestamp server URLs
2017-05-12 09:56:25 +05:30
Kovid Goyal
ce9d5f4104
Convert more URLs to use https
2016-06-17 10:26:44 +05:30
Kovid Goyal
4294db3e46
Windows: Workaround for explorer shell extensions on windows that write to stdout
...
Use a pipe for reading output from the worker process instead of stdout.
Apparently there exist shell extensions that write to stdout. Le
bubbling sigh.
2016-05-26 18:25:27 +05:30
Kovid Goyal
7128d6eadd
Build the file dialog helper
2016-05-11 07:15:33 +05:30
Kovid Goyal
cc42267ba8
Do not add IM to the calibre builds
2016-05-10 15:51:20 +05:30
Kovid Goyal
ca85b8ac07
Dont add imageops.pyd to pylib.zip
2016-05-06 07:00:45 +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
69d425e4b0
Add image compression tools into windows build
2015-11-27 20:49:22 +05:30
Kovid Goyal
6ed8c25836
Windows build: Fix dukpy, apparently it has to be loaded from the filesystem, or it crashes
2015-08-08 11:44:19 +05:30
Kovid Goyal
010d12e84d
Make exe file descriptions consistent
2015-02-18 08:09:52 +05:30
Kovid Goyal
ef09e886b3
Change all shebangs to use python2
2015-01-23 19:08:21 +05:30
Kovid Goyal
2e9024e55e
Do not exclude six when freezing, since calibre no longer bundles it
2015-01-09 10:17:44 +05:30
Kovid Goyal
4ba3255dd1
Build option to not strip the generated linux/os x binaries
2014-08-08 18:31:13 +05:30
Kovid Goyal
3177772cc6
Exclude unneeded ddls from the pythonwin package int he windows 32bit binary build
2014-08-08 18:31:12 +05:30
Kovid Goyal
4e7ce1fece
More robust removal of CRT dependencies from dlls in the windows build
...
Fixes a problem with the 64-bit ImageMagick core DLL getting corrupted
by the old removal process.
2014-08-08 18:31:11 +05:30
Kovid Goyal
b43fd024d7
The windows binaries build
2014-08-08 18:31:10 +05:30
Kovid Goyal
5068f62f0f
Get rid of the PyQt4 string from everywhere
2014-08-08 18:31:07 +05:30
Kovid Goyal
64c865f31d
Proper fix for incorrect progress in portable installer
2014-06-06 07:48:25 +05:30
Kovid Goyal
f5301dbfef
Windows: Use a separate worker process to move files to the recycle bin. Fixes the problem of the recycle bin icon not being updated when deleting books into an empty recycle bin. Also avoids the overhead of launching a new, short-lived worker process for every delete.
2014-02-25 22:45:41 +05:30
Kovid Goyal
78911d6077
Windows 64bit build: Fix corrupted images in MOBI files causing crash. Fixes #1264534 [calibre-parallel has stopped working]( https://bugs.launchpad.net/calibre/+bug/1264534 )
...
Loads the PIL C extensions from the file system as they apparently use
exceptions that cause crash with MemoryModule
2013-12-31 10:20:33 +05:30
Kovid Goyal
d0e60cf213
...
2013-12-24 16:27:59 +05:30
Kovid Goyal
289ef5f0b9
Rename Tweak Book to Edit Book
2013-12-10 17:21:51 +05:30
Kovid Goyal
a87092ba4f
Standalone executable for Tweak Book
2013-12-01 16:16:52 +05:30
Kovid Goyal
78e8ba74a0
Add the six module required by html5lib
2013-10-24 11:35:49 +05:30
Kovid Goyal
8b820767d0
Windows: Improved device ejection code
...
Eject individual drives before trying to eject the device. Hopefully,
this fixes incomplete ejection with the Nook devices.
2013-09-21 11:21:47 +05:30
Kovid Goyal
ac2dd2f7a2
Fix #1225552 [Windows portable executable file description should be "Calibre"]( https://bugs.launchpad.net/calibre/+bug/1225552 )
2013-09-15 08:45:09 +05:30
Kovid Goyal
838c832f01
Move delete to recycle bin into a separate process on windows
...
This will hopefully fix any remaining locking errors on windows.
2013-08-27 18:40:02 +05:30
Kovid Goyal
7495fd3dd6
Update 32 bit windows build to Qt 4.8.4 as well
2013-05-26 21:05:17 +05:30
Kovid Goyal
4ef2f1a2f8
IGN:Tag release
2013-03-08 10:12:36 +05:30
Kovid Goyal
8538079882
Windows build: Fix a regression in 0.9.9 that caused calibre to not start on some windows system that were missing the VC.90 dlls (some older XP systems)
2012-12-21 00:34:36 +05:30
Kovid Goyal
3128c81b8b
Fix #1087816 (Calibre 0.9.9 64bit startup)
2012-12-08 00:50:57 +05:30
Kovid Goyal
710f6fc94d
Faster signing of windows installers
2012-12-04 12:08:49 +05:30
Kovid Goyal
a27ed8168d
...
2012-12-01 10:19:45 +05:30
Kovid Goyal
c8398e295f
Do not put C extensions that use exceptions into the zip file as an exception will then cause a crash. Also update the memory dll loader tosupport 64 bit dlls
2012-12-01 09:50:46 +05:30
Kovid Goyal
ed57ee77d6
...
2012-12-01 07:58:15 +05:30
Kovid Goyal
e4cf16327a
...
2012-12-01 07:53:36 +05:30
Kovid Goyal
c1dd30004e
64 bit windows msi builds, though it's still picking up the 32 bit paths for some reason. Sigh.
2012-11-30 18:19:12 +05:30
Kovid Goyal
6e02f9a4a0
Move unrar.pyd out of pylib.zip as the zip loader breaks it
2012-11-26 13:14:57 +05:30
Kovid Goyal
b96ec77417
Speedup processing of RAR/CBR files by avoiding an extra file copy
2012-11-26 09:23:43 +05:30
Kovid Goyal
833849a863
calibre C modules compile on win64
2012-11-23 16:38:04 +05:30