81 Commits

Author SHA1 Message Date
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
Kovid Goyal
e6ad3acb20 ... 2012-11-22 17:21:11 +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
8e08834403 Much nicer integration with the windows build VMs 2012-11-12 15:32:28 +05:30
Kovid Goyal
fa5a749363 ... 2012-11-12 00:02:48 +05:30
Kovid Goyal
9c62f0a21c Remove the unused fontconfig bindings 2012-10-28 17:37:02 +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
7aafb31929 Digitally sign the windows .msi installer 2012-07-17 13:32:54 +05:30
Kovid Goyal
2e538c1ef5 ... 2012-07-12 14:36:48 +05:30
Kovid Goyal
37286ca39c Update ICU in windows binary 2012-07-05 13:11:03 +05:30
Kovid Goyal
13bdcf83b5 Update Qt to 4.8.2 in windows binary build and turn on LTCG 2012-06-11 15:59:56 +05:30
Kovid Goyal
28d6e85913 Import QtCurve into the calibre source tree so I can fix the various platform specific bugs myself 2012-06-03 11:50:33 +05:30
Kovid Goyal
415f08afd9 Ad QT Curve to the windows and OS X builds 2012-05-31 20:11:19 +05:30
Kovid Goyal
e2148e812b PDF metadata: Do not crash when reading malformed PDF files 2012-05-31 00:45:20 +05:30
Kovid Goyal
5b4f6b1b52 Update version of imagemagick in the windows build to fix secunia reporting a phantom? security vulnerability in the ImageMagick DLLs. Fixes #999496 (Used ImageMagick DLL is insecure) 2012-05-16 00:00:10 +05:30
Kovid Goyal
d7908b9f1f Update Qt to 4.8.1 in windows binary build 2012-04-01 17:26:58 +05:30
Kovid Goyal
91a4bd7d42 Upgrade version of Qt in windows builds to 4.8.0 2012-03-17 14:51:55 +05:30
Kovid Goyal
6c01b3cc67 Updated translations 2011-09-02 10:14:21 -06:00
Kovid Goyal
77e6d76e27 ... 2011-09-02 10:10:54 -06:00
Kovid Goyal
aa6a3929eb Fix handling of non-ascii paths (I hope) in calibre portable launcher 2011-07-29 01:38:05 -06:00
Kovid Goyal
6fd23c7ca1 ... 2011-07-29 01:19:58 -06:00
Kovid Goyal
72d9c3fa96 Fix bundled PyCrypto in the windows build 2011-06-11 09:50:34 -06:00
Kovid Goyal
41841f2e66 Fix creation of empty dorectories in zip files 2011-06-07 09:49:33 -06:00