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
25c5ab84a8
Add image compressors to OS X build
2015-11-27 19:18:25 +05:30
Kovid Goyal
d05da909b5
Update version of poppler bundled with calibre
2015-11-16 13:11:36 +05:30
Kovid Goyal
e5e8c8600a
Switch to Qt 5.4.1 for the OS X build
2015-03-24 12:45:04 +05:30
Kovid Goyal
ef09e886b3
Change all shebangs to use python2
2015-01-23 19:08:21 +05:30
Kovid Goyal
79c029c15f
OSX Build: Fix output to stdout/stderr not being redirected to Console.app in newer OS X version (>= 10.8)
2015-01-01 08:15:48 +05:30
Kovid Goyal
58cb71be99
Update the version of libimobiledevice to 1.1.7 shipped in the linux and OS X builds
2014-11-23 14:19:15 +05:30
Kovid Goyal
f5edac6074
Implement v2 codesigning for the calibre app bundle on OS X
...
calibre is now built on 10.9.5 as that is the only version of OS X that
supports v2 codesigning. v2 codesigning is required for Gatekeeper on
all versions of OSX >= 10.9.5
2014-09-19 15:31:33 +05:30
Kovid Goyal
f6e42f4cc1
Fix regression that caused calibre running in debug mode on OS X to not have a menubar or dock icon
2014-09-08 20:40:45 +05:30
Kovid Goyal
d758d88191
Decrease size of icns files in the OS X app bundle
...
By running the PNG images through a PNG optimizer. Also specify a
thumbnail image to use for files associated with calibre. Fixes #295 (Icon association for book files on Mac)
2014-08-30 10:49:00 +05:30
Kovid Goyal
057afd434c
...
2014-08-30 10:22:54 +05:30
Kovid Goyal
c0708c760d
Workaround for bug in hdiutil
2014-08-25 10:17:31 +05:30
Kovid Goyal
1d92987780
OS X: Fix background jobs stealing input focus if they require the use of hidden browser
2014-08-24 18:28:25 +05:30
Kovid Goyal
77bd43ecc4
Add webp support to the binary build on osx and linux to match windows
2014-08-08 18:31:13 +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
cbc95329fc
Workaround for Qt 5 no longer being able to change the dock icon
2014-08-08 18:31:11 +05:30
Kovid Goyal
cb6151e4e1
Remove unnecessary inclusing of ImageMagick config files
2014-08-08 18:31:11 +05:30
Kovid Goyal
d49208a683
...
2014-08-08 18:31:11 +05:30
Kovid Goyal
d7fec99345
OS X builds, needs testing
2014-08-08 18:31:11 +05:30
Kovid Goyal
743eda44f3
Increase minimum required OS X version in the bundle metadata
2014-08-08 18:31:09 +05:30
Kovid Goyal
a13d76ef40
Remove readline as we no longer depend on it in OS X
2014-08-08 18:31:09 +05:30
Kovid Goyal
11873721bb
Add ltdl (required by ImageMagick) to os x build
2014-08-08 18:31:09 +05:30
Kovid Goyal
fbe1180d8e
Get rid of the no longer needed libwmf
2014-08-08 18:31:09 +05:30
Kovid Goyal
243a08ef0e
Use bundles ICU on OS X as well, since we are now no longer generating universal builds
2014-08-08 18:31:09 +05:30
Tony Finch
2be66d733e
Allow calibre to be used by multiple users on Mac OS X.
...
Fixes bug #1320347
For reference see https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-113300
2014-05-19 10:43:43 +01:00
Kovid Goyal
26fd1f8803
Merge branch 'master' of https://github.com/duanemoody/calibre
2014-04-01 08:13:29 +05:30
duanemoody
d9149a2ee8
Add application category (Utilities)
...
OS X's View by Category requires LSApplicationCategoryType otherwise it sorts out to "Other" at the bottom.
2014-03-31 10:29:55 -07:00
Kovid Goyal
316b44c764
PDF Input: Fix crashes on some malformed files, by updating the PDF library calibre uses (poppler 0.22.4)
2013-05-15 11:13:49 +05:30
Kovid Goyal
e4aa24195d
Update version of libimobiledevice in binary builds
2013-04-24 10:19:39 +05:30
Kovid Goyal
6fe7c2c662
pep8
2013-04-24 09:56:42 +05:30
Kovid Goyal
2d4746a39d
Add libimobiledevice to OS X build
2013-04-04 12:52:49 +05:30
Kovid Goyal
21f53431ad
Use nicer name for notifier app so that it is recognizable in the notification center settings
2012-11-29 09:19:17 +05:30
Kovid Goyal
82f10e2712
Show notifications in the Apple notification centre in OS X Mountain Lion
2012-11-28 12:10:58 +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
e7397f60d5
Put fontconfig back in the OS X build since poppler uses it
2012-10-31 13:33:13 +05:30
Kovid Goyal
9c62f0a21c
Remove the unused fontconfig bindings
2012-10-28 17:37:02 +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
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
3d18757d8e
Digitally sign OS X builds
2012-07-17 16:18:34 +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
0c2a1df518
Support for retina displays in OS X (I hope)
2012-07-08 09:52:37 +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
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
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