Kovid Goyal
|
5068f62f0f
|
Get rid of the PyQt4 string from everywhere
|
2014-08-08 18:31:07 +05:30 |
|
Kovid Goyal
|
4b8f7184fb
|
Linux binary: Do not fail on system with invalid locale info. Instead default to using the UTF-8 encoding on these systems. Fixes #1343444 [calibre crash with utf_8_valencia](https://bugs.launchpad.net/calibre/+bug/1343444)
|
2014-07-18 07:59:30 +05:30 |
|
Kovid Goyal
|
587e5aba65
|
Linux binary build: Fix worker processes not working on linux systems with bash >= 4.3
|
2014-03-25 00:36:05 +05:30 |
|
Kovid Goyal
|
984c29c1e2
|
Get rid of the workaround for mtpz debug message by compiling libmtp with --disable-mtpz
|
2013-11-24 09:44:37 +05:30 |
|
Kovid Goyal
|
9061290f71
|
Update dbus, and PyQt4 versions in the linux binary builds
|
2013-11-16 19:19:42 +05:30 |
|
Kovid Goyal
|
8265e95b15
|
Linux binary build: Return proper exit codes when raising SystemExit
|
2013-11-12 16:20:50 +05:30 |
|
Kovid Goyal
|
a6567a7c03
|
linux freeze: Handle six.py
|
2013-10-25 09:01:29 +05:30 |
|
Kovid Goyal
|
7d54d25844
|
Remove unused mount helper
Fixes #1225696 [Add patch to compile with CLANG](https://bugs.launchpad.net/calibre/+bug/1225696)
|
2013-09-15 21:58:18 +05:30 |
|
Kovid Goyal
|
bad2bc51c7
|
Add QtXmlPatterns to the linux build as some distros seem to require it
|
2013-08-15 22:06:11 +05:30 |
|
Kovid Goyal
|
9c562b35c3
|
...
|
2013-07-29 21:20:55 +05:30 |
|
Kovid Goyal
|
fa4506a019
|
oops
|
2013-07-29 18:36:21 +05:30 |
|
Kovid Goyal
|
0356894fca
|
Fix apsw not included in linux binary builds
|
2013-07-29 08:35:34 +05:30 |
|
Kovid Goyal
|
afde67471f
|
Linux build: include both ffi libs
Include the ffi libs from both gcc and libffi. Fixes #1186148 [libffi.so.6 not available in debian sid](https://bugs.launchpad.net/calibre/+bug/1186148)
|
2013-05-31 13:31:07 +05:30 |
|
Kovid Goyal
|
9c2a919cf9
|
Change the develop section to point to git
|
2013-05-29 16:54:13 +05:30 |
|
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
|
b1cc151ed7
|
Add libimobiledevice to linux builds
|
2013-04-04 12:38:29 +05:30 |
|
Kovid Goyal
|
1e6e0fa16e
|
Update poppler and podofo in the linux builds
|
2013-02-28 11:28:27 +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
|
f4f58175f8
|
Linux binary: Use exec in the wrapper shell scripts that are used to set env vars and launch calibre utilities. Fixes #1077884 (calibre-server wrapper script should exec binary)
|
2012-11-12 18:44:43 +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
|
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
|
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
|
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
|
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
|
3f6eceb74f
|
Remove dependency on IPython
|
2012-07-09 19:10:01 +05:30 |
|
Kovid Goyal
|
7ad2a4172c
|
Update ICU in linux build
|
2012-07-05 09:34:01 +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
|
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
|
f1d3c9da00
|
Update bundled ImageMagick in linux binaries as well
|
2012-05-16 01:12:39 +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
|
9b7ee8c924
|
Complete removal of mount helper
|
2011-11-05 06:51:15 +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
|
72227947d3
|
Linux binary: Use readlink -f rather than readlink -e in the launcher scripts so that they work with recent releases of busybox
|
2011-08-18 19:07:36 -06:00 |
|
Kovid Goyal
|
c626b60a29
|
Linux binary build: Fix ImageMagick trying to load system modules instead of bundled modules
|
2011-02-24 23:51:50 -07:00 |
|
Kovid Goyal
|
e16968c381
|
Linux binary build: Set the MAGICK_HOME environment variable
|
2011-02-24 22:55:27 -07:00 |
|
Kovid Goyal
|
7dd7914cdc
|
IGN:Tag release
|
2011-02-18 13:51:48 -07:00 |
|
Kovid Goyal
|
8437c89d4d
|
Restore functioning of CALIBRE_DEVELOP_FROM in linux build
|
2011-01-30 08:52:25 -07:00 |
|
Kovid Goyal
|
8ea848312c
|
Fix #7967 (Specific format actions show non-existent formats)
|
2010-12-20 10:52:44 -07:00 |
|
Kovid Goyal
|
eac89c5439
|
Linux binary build: If setting system default locale fails, try setting locale to en_US.UTF-8 instead
|
2010-12-20 09:55:44 -07:00 |
|
Kovid Goyal
|
74a801f4cc
|
Add ICU to linux binary build
|
2010-12-03 20:36:56 -07:00 |
|
Kovid Goyal
|
38be2c7fc6
|
...
|
2010-12-03 20:06:13 -07:00 |
|
Kovid Goyal
|
6ec27b1234
|
...
|
2010-12-03 19:36:31 -07:00 |
|
Kovid Goyal
|
788138cd97
|
...
|
2010-11-30 14:40:31 -07:00 |
|