145 Commits

Author SHA1 Message Date
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
e8056c9eb2 Windows build: Update the version of Qt calibre uses to fix crashes on some Windows 8 64 bit machines with touchscreens 2013-05-26 09:47:40 +05:30
Kovid Goyal
f27455e070 Update version of pyreadline bundled with calibre on windows 2013-05-10 13:00:23 +05:30
Kovid Goyal
e0917146f2 ... 2013-04-25 18:30:50 +05:30
Kovid Goyal
9691c13b7d ... 2013-04-25 18:29:26 +05:30
Kovid Goyal
1f8520d94b finish building libimobiledevice on win64 2013-04-25 17:50:09 +05:30
Kovid Goyal
3c8c184666 Initial work compiling libimobiledevice in windows 2013-04-25 16:02:24 +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
186f4c0dad Signing of the 64-bit installer 2012-12-02 10:42:28 +05:30
Kovid Goyal
11ff1b023d Portable installer: Better error message when installation fails. 2012-12-02 07:22:19 +05:30
Kovid Goyal
f7212f46cf Fix broken 32 bit msi caused by name change. Also update version of wix used in the 32 bit build to 3.6 2012-12-02 00:08:34 +05:30
Kovid Goyal
583b5820c8 ... 2012-12-01 17:36:02 +05:30
Kovid Goyal
49bca5e19b Windows installer: Add some extra info to the registry 2012-12-01 16:42:41 +05:30
Kovid Goyal
a27ed8168d ... 2012-12-01 10:19:45 +05:30
Kovid Goyal
6fe9f6e521 Fix various 64bit compiler warnings 2012-12-01 10:19:05 +05:30
Kovid Goyal
a61316891e Fix various compiler warnings 2012-12-01 10:07:56 +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
629277a2f4 Fix WiX 2012-11-30 21:08:49 +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
Kovid Goyal
e6ad3acb20 ... 2012-11-22 17:21:11 +05:30
Kovid Goyal
b2b640e24a More 64-bit windows build progress 2012-11-22 16:39:44 +05:30
Kovid Goyal
4e76a78171 Get rid of the fontconfig env vars on windows 2012-11-20 10:41:48 +05:30
Kovid Goyal
c46f4748c7 64 bit lxml 2012-11-13 11:30:00 +05:30
Kovid Goyal
872cf4f75e We can compile libiconv, libxml2 and libxslt on win64, yay 2012-11-13 10:35:27 +05:30
Kovid Goyal
2238adce24 ... 2012-11-12 18:45:57 +05:30
Kovid Goyal
b2973a6741 ... 2012-11-12 17:49:03 +05:30
Kovid Goyal
d65a12b667 More progress building the 64 bit dependencies, though I have a nasty feeling that none of them will actually work 2012-11-12 17:47:56 +05:30
Kovid Goyal
8e08834403 Much nicer integration with the windows build VMs 2012-11-12 15:32:28 +05:30
Kovid Goyal
f2759fe04e ... 2012-11-12 08:55:46 +05:30
Kovid Goyal
fa5a749363 ... 2012-11-12 00:02:48 +05:30
Kovid Goyal
3888aa5b15 Start adding notes for win 64 version of calibre 2012-11-11 22:05:57 +05:30
Kovid Goyal
9c62f0a21c Remove the unused fontconfig bindings 2012-10-28 17:37:02 +05:30
Kovid Goyal
c0a35f9553 Conversion: Add support for CSS 3 selectors by switching to the new cssselect module which was extracted from the lxml package and further developed 2012-10-18 14:30:51 +05:30
Kovid Goyal
587a1be9ca Calibre portable: Add a manifest to the portable installer exe to prevent the application compatibility wizard from warning about a possible failed installation on windows 7. Also Fixes #1057042 (Calibre Portable installer requires admin privileges) 2012-09-27 16:12:44 +05:30
Kovid Goyal
bd83b0532e Portable: Add support for multiple libraries 2012-09-17 17:43:16 +05:30
Kovid Goyal
2a7a7cab4c Calibre portable: Allow renaming of the 'Calibre Library' folder to something else 2012-09-16 15:44:28 +05:30
Kovid Goyal
95b52a2059 Portable installer: Error out if calibre.exe is running 2012-09-16 14:49:57 +05:30
Kovid Goyal
e5e5da661e Calibre Portable: Create an exe installer 2012-09-16 13:36:39 +05:30
Kovid Goyal
24d2849dfa Always return 0 from the GUI entry point in windows 2012-09-15 18:40:19 +05:30
Kovid Goyal
6ec107a928 Switch to using psutil to measure memory consumption 2012-09-04 13:22:49 +05:30
Kovid Goyal
26618a2a9d Add a function to get information about all network interfaces 2012-08-26 22:39:35 +05:30
Kovid Goyal
c1173a2224 Update podofo to 0.9.1 in all binary build, to fix corruption of some PDFs when updating metadata. Fixes #1031086 (Save To Disk with Update Metadata can corrupt PDF) 2012-07-31 16:21:13 +05:30