Kovid Goyal
f1ce0eb75c
Fix test failures due to file locking on windows
2013-07-04 13:16:09 +05:30
Kovid Goyal
7e4a124d52
Ensure we dont leak a file handle
2013-07-04 13:00:08 +05:30
Kovid Goyal
c7033beb98
Make ads in user manual async
2013-07-04 12:46:12 +05:30
Kovid Goyal
c950518da2
Avoid unnecessary string formatting
2013-07-04 12:18:24 +05:30
Charles Haley
cfa952b1c1
Merge branch 'kovidgoyal/master'
2013-07-04 08:22:08 +02:00
Kovid Goyal
ef4efd5768
Refactor creation of hardlinks on windows
...
After creating the hardlink, open and close the file, to ensure that
the directory entry for the file contains the correct file size, see
http://blogs.msdn.com/b/oldnewthing/archive/2011/12/26/10251026.aspx
2013-07-04 11:11:22 +05:30
Kovid Goyal
852bd49453
MOBI Input: Fix regression parsing '
...
MOBI Input: Fix a regression that broke parsing of MOBI files with
malformed markup that also used entities for apostrophes. Fixes #1197585 [Private bug](https://bugs.launchpad.net/calibre/+bug/1197585 )
2013-07-04 09:54:53 +05:30
Kovid Goyal
af26c0055c
Merge branch 'stores' of https://github.com/t3d/calibre
...
Get Books: Update Woblink store plugin
2013-07-04 09:24:57 +05:30
Kovid Goyal
9e0a74b80e
Merge pull request #27 from t3d/master
...
minor recipe change
2013-07-03 20:52:04 -07:00
Kovid Goyal
2aa8f23d6c
When parsing fields, handle escapes
2013-07-04 09:13:37 +05:30
Tomasz Długosz
32fa93d584
update Woblink plugin for website changes
2013-07-04 00:02:19 +02:00
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
a3adb69d94
Metadata download dialog: Prevent the buttons from being re-ordered when
...
the Next button is clicked.
2013-07-03 21:18:32 +05:30
Kovid Goyal
a149790b93
...
2013-07-03 15:17:46 +05:30
Kovid Goyal
36386d06cc
PDF Output: Fix mangling of links
...
PDF Output: Fix links that point to URLs with query parameters being
mangled by the conversion process. Fixes #1197006 [Broken links in PDF in Adobe reader.](https://bugs.launchpad.net/calibre/+bug/1197006 )
2013-07-03 14:42:08 +05:30
Kovid Goyal
541db88ebf
Merge branch 'docx'
...
Fixes #1196728 [Private bug](https://bugs.launchpad.net/calibre/+bug/1196728 )
2013-07-03 13:37:25 +05:30
Kovid Goyal
c8c3741d34
DOCX: Handle redundant bookmarks
...
DOCX Input: Fix links pointing to locations in the same document that
contain multiple, redundant bookmarks not working.
2013-07-03 13:36:30 +05:30
Kovid Goyal
bbaf2ff574
DOCX: Hyperlinked images
...
DOCX Input: Add support for clickable (hyperlinked) images
2013-07-03 13:05:47 +05:30
Kovid Goyal
26e23ac7a6
Splitting: Handle the tail of the split point correctly
...
EPUB/AZW3 Output: Fix splitting on page-break-after with plain text
immediately following the split point causing the text to be added
before rather than after the split point.
2013-07-03 12:15:55 +05:30
Kovid Goyal
584beceee3
DOCX: handle bookmarks defined at the paragraph level
...
See https://bugs.launchpad.net/calibre/+bug/1196728 for an example.
2013-07-03 11:24:12 +05:30
Kovid Goyal
80f3e7f867
DOCX: Insert page breaks at the start of every new section
...
See https://bugs.launchpad.net/calibre/+bug/1196728 for an example
2013-07-03 11:23:26 +05:30
Kovid Goyal
3b4094a890
DOCX: Handle hyperlinks created as fields
...
See https://bugs.launchpad.net/calibre/+bug/1196728 for an example.
2013-07-03 11:19:33 +05:30
Kovid Goyal
e8839bc8dc
Prefix version tags with v
2013-07-03 08:12:33 +05:30
Kovid Goyal
744f05b688
Merge branch 'master' of https://github.com/GRiker/calibre
2013-07-02 21:06:01 +05:30
Kovid Goyal
f5db5d9c00
Driver for Trekstor Pyrus Maxi
...
Fixes #1196931 [Device not recogized](https://bugs.launchpad.net/calibre/+bug/1196931 )
2013-07-02 18:37:21 +05:30
Kovid Goyal
9394f87c14
...
2013-07-02 11:23:59 +05:30
Kovid Goyal
19016a109d
Add warning about font licensing to embed options
2013-07-02 11:22:53 +05:30
Kovid Goyal
3c81080ead
Democracy Now by Antoine Beaupre
2013-07-02 11:17:08 +05:30
Kovid Goyal
acbd785af9
Fix docstring of is_image_collection
2013-07-02 09:24:09 +05:30
Kovid Goyal
e83738653c
Fix #25 (bugfix: pass book_id to FileType plugins on postimport instead of __builtins__.id())
2013-07-02 09:14:21 +05:30
Kovid Goyal
6af87c05e3
Driver for PocketBook Surfpad 2
...
Fixes #1182850 [Private bug](https://bugs.launchpad.net/calibre/+bug/1182850 )
2013-07-01 15:33:20 +05:30
GRiker
c3cc6a2278
Revert "Fixed typo(?) in set_metadata() for touched files."
...
This reverts commit 8f30c17486701bf2cc29a84c98af5336de75fc56.
2013-07-01 03:46:32 -06:00
Kovid Goyal
9952abad4a
Polish: Add option to embed referenced fonts
...
Book polishing: Add option to embed all referenced fonts when polishing
books using the "Polish Books" tool. Fixes #1196038 [[enhancement] embed font without conversion](https://bugs.launchpad.net/calibre/+bug/1196038 )
2013-07-01 15:08:54 +05:30
GRiker
144f66c13b
Added mkdir() to libiMobileDevice
2013-07-01 03:04:32 -06:00
Kovid Goyal
59346348c5
...
2013-07-01 13:46:43 +05:30
Kovid Goyal
10c4c8f69f
...
2013-07-01 12:05:28 +05:30
Kovid Goyal
47626ee0cc
...
2013-07-01 09:03:55 +05:30
Kovid Goyal
0223f60c9d
...
2013-06-30 20:03:57 +05:30
Kovid Goyal
3db0f1895a
...
2013-06-30 10:45:57 +05:30
Tomasz Długosz
e8ada93dda
deduplicate code snippet
2013-06-30 00:58:24 +02:00
Kovid Goyal
373b3c7a22
Fix #22 (Remove double article entries which are already part in other rss feeds of the same recipe)
2013-06-29 12:30:56 +05:30
Kovid Goyal
fa2f92e96c
...
2013-06-29 10:42:18 +05:30
Kovid Goyal
9e857d1ed7
DOCX Input: Support horizontal rules
...
DOCX Input: Add support for horizontal rules created by typing three
hyphens and pressing enter.
2013-06-29 09:39:36 +05:30
Kovid Goyal
4b4b89bc6e
Update iprofessional
...
Fixes #1195826 [Updated recipe for iprofessional](https://bugs.launchpad.net/calibre/+bug/1195826 )
2013-06-29 00:15:38 +05:30
GRiker
ee556b867c
Merge branch 'master' of https://github.com/kovidgoyal/calibre
2013-06-28 03:46:13 -07:00
Kovid Goyal
54a9a7c98e
pep8 and small perf improvement for human_readable()
2013-06-28 12:44:44 +05:30
Kovid Goyal
6579327a6d
Various minor fixes in the publish process
2013-06-28 12:26:56 +05:30
Kovid Goyal
837adb4eab
version 0.9.37
0.9.37
2013-06-28 08:50:14 +05:30
Kovid Goyal
986ab2a078
ebook-convert: Add option to read metadata from OPF
2013-06-28 08:14:25 +05:30