199 Commits

Author SHA1 Message Date
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
2e9e71a377 Push to getafix 2012-10-18 11:16:06 +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
cf416ed13c Create a libusb based device scanner and use it on OS X. This is needed to enable MTP support. 2012-08-25 23:28:32 +05:30
Kovid Goyal
4200099915 Update version of poppler bundled with calibre to fix crashes when reading metadata from some PDF files 2012-08-14 12:34:15 +05:30
Kovid Goyal
6d9a72022d Add libmtp to the bundled deps in the linux builds 2012-08-09 09:09:04 +05:30
Kovid Goyal
7702e3b488 IGN:Tag release 2012-08-03 10:16:44 +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
Kovid Goyal
890b0418ed IGN:Tag release 2012-07-20 09:57:26 +05:30
Kovid Goyal
3d18757d8e Digitally sign OS X builds 2012-07-17 16:18:34 +05:30
Kovid Goyal
7aafb31929 Digitally sign the windows .msi installer 2012-07-17 13:32:54 +05:30
Kovid Goyal
e8e109a25a Linux binaries: Bundle libglib to avoid incompatibilities with glib on various distros. See #1022019 2012-07-15 11:13:40 +05:30
Kovid Goyal
2e538c1ef5 ... 2012-07-12 14:36:48 +05:30
Kovid Goyal
f9419c9c3c ... 2012-07-11 10:37:03 +05:30
Kovid Goyal
3f6eceb74f Remove dependency on IPython 2012-07-09 19:10:01 +05:30
Kovid Goyal
f4390b768d ... 2012-07-09 13:32:27 +05:30
Kovid Goyal
0c2a1df518 Support for retina displays in OS X (I hope) 2012-07-08 09:52:37 +05:30
Kovid Goyal
7c2bdb800d ... 2012-07-07 10:40:28 +05:30
Kovid Goyal
37286ca39c Update ICU in windows binary 2012-07-05 13:11:03 +05:30
Kovid Goyal
7ad2a4172c Update ICU in linux build 2012-07-05 09:34:01 +05:30
Kovid Goyal
7ace9fafb2 ... 2012-07-02 14:15:48 +05:30
Kovid Goyal
5d982f24e5 ... 2012-06-23 21:50:35 +05:30
Kovid Goyal
6919614d36 Faster push 2012-06-20 17:08:04 +05:30
Kovid Goyal
bd639fede6 Do not compile Qt on windows with -ltcg as there have been a few reports of calibre crashing in the latest release 2012-06-20 14:32:00 +05:30
Kovid Goyal
5ffd984347 Bundle libexpat in the linux binaries to cater for systems with outdated versions of expat 2012-06-15 19:33:01 +05:30
Kovid Goyal
23e620a0d5 Update the version of ipython in the OS X build 2012-06-12 09:12:16 +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
5cc583c3bd Dont try to start VMs if already running 2012-06-03 11:34:25 +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
8f8e0018aa Move the User Manual out of the src/ directory 2012-05-30 11:32:00 +05:30
Kovid Goyal
48ce2b54f8 PDF Input: Support image rotation commands in PDF files. Fixes the long standing problem of some images being flipped when converting from PDF in calibre. 2012-05-19 13:55:17 +05:30
Kovid Goyal
1b7202a9d6 Update ImageMagick in OS X binaries 2012-05-16 10:29:58 +05:30
Kovid Goyal
f1d3c9da00 Update bundled ImageMagick in linux binaries as well 2012-05-16 01:12:39 +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
a4e1bd8ab3 PDF Output: Fix margin specifications not being applied 2012-03-27 09:46:29 +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
f8c70eccde Calibre portable: Do not allow calibre portable to run if it is placed in a location whose path is too long. Also hide the library location setup in the welcome wizard when running the portable build. 2012-02-25 12:19:00 +05:30
Kovid Goyal
1b9f2c2fa3 Linux binary: Disable qt-sp-api as it causes crashes/performance issues on various distros 2011-12-28 08:52:34 +05:30
Kovid Goyal
44ed7440f4 ... 2011-12-27 12:32:48 +05:30
Kovid Goyal
9b7ee8c924 Complete removal of mount helper 2011-11-05 06:51:15 +05:30