Commit graph

925 commits

Author SHA1 Message Date
Kovid Goyal
10dfa877d2 linux installer script: Do not use the filesystem to pass the downloaded tarball to tar as it is possible for malicuous code running on the users computer to alter the download file between signature verification and calling tar to extract the files. 2014-03-04 07:35:48 +05:30
Kovid Goyal
cf5387baa2 ... 2014-03-03 20:25:26 +05:30
Kovid Goyal
576c9b3476 Fix compilation of bzzdec with Visual Studio 2014-03-03 20:01:44 +05:30
Kovid Goyal
54b4d5b329 DJVU Input: A fast C based decompressor for DJVU files 2014-03-03 19:41:10 +05:30
Kovid Goyal
d0bb89c740 Linux installer: Allow using ~ when specifying the installation directory 2014-03-02 11:52:08 +05:30
Kovid Goyal
ffc4cadf39 Linux binary installer: Fix an error when using proxies and python 3
Fixes #1286274 [Binary linux installer fails because of bug in proxy debugging output](https://bugs.launchpad.net/calibre/+bug/1286274)
2014-03-01 07:55:37 +05:30
Kovid Goyal
45e6468b01 Make the linux installer script compatible with python 2.6. Fixes #1286011 [Linux installer for calibre 1.26 does not work on CentOS 6.5](https://bugs.launchpad.net/calibre/+bug/1286011) 2014-02-28 13:58:06 +05:30
Kovid Goyal
94741bab3b Bandwidth monitoring on the file hosting servers 2014-02-28 12:56:45 +05:30
Kovid Goyal
2aa20b15c3 ... 2014-02-26 21:38:18 +05:30
Kovid Goyal
dee8a06a82 ... 2014-02-26 21:35:32 +05:30
Kovid Goyal
8beaa074a6 ... 2014-02-26 21:28:17 +05:30
Kovid Goyal
86df096387 ... 2014-02-26 21:14:46 +05:30
Kovid Goyal
00932e5683 ... 2014-02-26 16:51:06 +05:30
Kovid Goyal
c758c5be30 ... 2014-02-26 12:19:27 +05:30
Kovid Goyal
0c0618178f ... 2014-02-26 11:48:27 +05:30
Kovid Goyal
822d71f45e ... 2014-02-26 11:31:54 +05:30
Kovid Goyal
b8bfd37da4 ... 2014-02-26 08:27:35 +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
552738a436 py3 compat 2014-02-24 14:30:01 +05:30
Kovid Goyal
6dc9091911 ... 2014-02-24 13:46:47 +05:30
Kovid Goyal
5807e56bde ... 2014-02-24 13:45:18 +05:30
Kovid Goyal
a004fca78e Nicer error message on failure 2014-02-24 10:06:15 +05:30
Kovid Goyal
0ff4a12538 ... 2014-02-24 09:49:14 +05:30
Kovid Goyal
6ad895cd72 Make the installer run non-interactively with installation dir specified via environment variable 2014-02-24 08:07:39 +05:30
Kovid Goyal
ac35a5bddc Move the linux installer download script into the calibre source tree 2014-02-23 18:58:03 +05:30
Kovid Goyal
3a08791865 Workaround for bug in xgettext
https://savannah.gnu.org/bugs/index.php?41668
2014-02-22 19:17:58 +05:30
Kovid Goyal
7040010cdc Plugin mirror script: Add a timeout so that the script does not hang if the network or the source server goes down 2014-02-13 21:27:58 +05:30
Kovid Goyal
b821dbd9b8 Only recompile coffescript if the source has actually changed since the last time it was compiled, rather than relying on mtimes. 2014-02-12 12:08:29 +05:30
Kovid Goyal
06baf7445a ... 2014-02-06 23:09:36 +05:30
Kovid Goyal
5dc59bacc6 Only try to push if a connection to the remote host succeeds within 5 seconds 2014-02-06 23:05:06 +05:30
Kovid Goyal
251caa3c7d Refactor all the diff code into a single dir 2014-01-25 20:40:07 +05:30
Kovid Goyal
69bab620c9 ... 2014-01-17 10:59:45 +05:30
Kovid Goyal
0409241765 Get the patience diff module compiling and loading 2014-01-16 20:57:31 +05:30
Kovid Goyal
aa9473d8e5 ... 2014-01-10 11:17:30 +05:30
Kovid Goyal
5370482396 ... 2014-01-10 11:11:13 +05:30
Kovid Goyal
80b0842aea Portable installer: Do not ask the user for confirmation when upgrading an existing installation during an automated install 2014-01-01 09:02:32 +05:30
Kovid Goyal
51c66e2a96 Optimize the regex module to only 2 not 3 2013-12-31 16:34:01 +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
a24a5f77b6 ... 2013-12-24 16:26:29 +05:30
Kovid Goyal
da7ef93e27 Refactor hunspell to allow virtualization of file I/O 2013-12-21 11:56:47 +05:30
Kovid Goyal
5f4110524b Initial import of hunspell for spell checking 2013-12-21 09:35:02 +05:30
Kovid Goyal
12ab1a706b Update lxml in 64bit windows build to fix crashes when parsing using html5lib 2013-12-19 09:40:36 +05:30
Kovid Goyal
289ef5f0b9 Rename Tweak Book to Edit Book 2013-12-10 17:21:51 +05:30
Kovid Goyal
e80ce3f6d6 Update ImageMagick compiling and constants 2013-12-05 14:00:19 +05:30
Kovid Goyal
a87092ba4f Standalone executable for Tweak Book 2013-12-01 16:16:52 +05:30
Kovid Goyal
212091eea6 Decrease the interval between uploading installers and their new signatures when doing a re-upload 2013-11-29 16:13:15 +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
Magliano Andrea
59065f7677 Update __init__.py
guess it's 43e8d66dfc completion;
many thanks for your great project, never thought to see it running on dragonfly!
2013-11-10 19:07:11 +01:00
Kovid Goyal
87d927d7e9 Improved regex module for python
Taken from: https://code.google.com/p/mrab-regex-hg/
2013-11-09 22:05:05 +05:30
Kovid Goyal
a6567a7c03 linux freeze: Handle six.py 2013-10-25 09:01:29 +05:30
Kovid Goyal
78e8ba74a0 Add the six module required by html5lib 2013-10-24 11:35:49 +05:30
Kovid Goyal
7fc33c08f4 ... 2013-10-24 09:15:01 +05:30
Kovid Goyal
4c89fcbe74 Update push for new windows VM 2013-10-18 16:42:03 +05:30
Kovid Goyal
4e086bb3d6 Ensure installers have correct permissions 2013-10-18 15:26:27 +05:30
Kovid Goyal
dd7f18eb54 Robustness improvements 2013-10-12 09:19:30 +05:30
Kovid Goyal
a939e721d1 pep8 2013-10-10 14:36:01 +05:30
Kovid Goyal
dc80d92b1d Exclude the markdown code from check 2013-09-25 18:13:57 +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
3d3cb1fdb9 ... 2013-09-21 07:52:27 +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
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
f0e040639c Fix duplicated sections in PDF user manual
Fixes #1215799 [double-sized calibre manual in pdf version](https://bugs.launchpad.net/calibre/+bug/1215799)
2013-08-24 13:59:10 +05:30
Kovid Goyal
6a9fe9043a Plugin mirror: Parse plugins that import metadata 2013-08-22 06:11:11 +05:30
Kovid Goyal
0d860c43fb OS X build: Log stdout/stderr to Console.app
In OS X 10.8 Apple stopped redirecting stdout/stderr to Console.app for
applications launched by launch services. Re-enable the redirection,
useful for debugging.
2013-08-18 11:05:12 +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
6c630b280f Auto-run .ui file compilation on branch change 2013-08-05 12:54:35 +05:30
Kovid Goyal
34d2b0a64f Allow refering to bugs without closing them in commit messages 2013-08-05 11:06:43 +05:30
Kovid Goyal
8b372eeb44 Update notes on file server deployment 2013-08-03 17:49:40 +05:30
Kovid Goyal
670184a69a Fix file permissions and user agent 2013-08-03 17:39:16 +05:30
Kovid Goyal
34ed01dbd0 Initial implementation of plugins mirroring 2013-08-03 17:30:45 +05:30
Kovid Goyal
929fa49d7a Move mirror domain name to fosshub.com 2013-07-31 13:33:58 +05:30
Kovid Goyal
99d9db82f7 ... 2013-07-29 22:17:14 +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
522ddc9c91 ... 2013-07-16 16:25:52 +05:30
Kovid Goyal
df2c497a13 ... 2013-07-05 11:42:30 +05:30
Kovid Goyal
bd4e828668 Restore building iso639 in develop as it is needed 2013-07-03 22:23:49 +05:30
Kovid Goyal
509cc82d80 Allow running python setup.py develop froma git checkout 2013-07-03 21:58:44 +05:30
Kovid Goyal
e8839bc8dc Prefix version tags with v 2013-07-03 08:12:33 +05:30
Kovid Goyal
47626ee0cc ... 2013-07-01 09:03:55 +05:30
Kovid Goyal
6579327a6d Various minor fixes in the publish process 2013-06-28 12:26:56 +05:30
Kovid Goyal
836074e37d ... 2013-06-27 17:15:52 +05:30
Kovid Goyal
13f31c7839 ... 2013-06-27 17:11:23 +05:30
Kovid Goyal
87dda89378 Add notes on provisioning a file hosting server 2013-06-27 12:41:46 +05:30
Kovid Goyal
3743d26d35 Save dist file sizes for bandwidth calculation
Also fix a typo in copying dist files to tdir and backup.
2013-06-27 10:14:10 +05:30
Kovid Goyal
2096dce1cd Move User Manual and staging to the download server 2013-06-25 13:09:51 +05:30
Kovid Goyal
d2292a759d Upload installers to downloadbestsoftware.com as well 2013-06-24 18:04:07 +05:30
Kovid Goyal
2ee5ad2e30 Ensure dist files have correct permissions 2013-06-22 08:30:59 +05:30
Kovid Goyal
ec2bd359ab Copy calibre releases to my backup hdd 2013-06-22 07:30:27 +05:30
Kovid Goyal
a2aad03af9 Stop using googlecode for file hosting 2013-06-21 22:25:37 +05:30
Kovid Goyal
8d0a9fa2e9 pep8 2013-06-06 14:36:28 +05:30
Joel Goguen
876e0d662f If the destination directory for calibre_style doesn't exist, create it before trying to copy there 2013-05-31 21:29:39 -03:00
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
deaf4f98e1 ... 2013-05-30 15:39:36 +05:30
Kovid Goyal
c5199c2721 Automatically add link to launchpad bug in commits 2013-05-29 18:36:35 +05:30