Kovid Goyal
2fef9eb3ba
...
2013-10-23 20:50:20 +05:30
Kovid Goyal
ce29abef51
HTML 5 parsing: Fix handling of xml:lang attributes on all elements
...
xml:lang is now mapped to a plain lang on all elements, not just <html>
2013-10-23 20:50:20 +05:30
Kovid Goyal
966c5d572c
HTML 5 parsing: Fix handling of xml:lang attributes on all elements
...
xml:lang is now mapped to a plain lang on all elements, not just <html>
2013-10-23 11:35:47 +05:30
Kovid Goyal
b9421065f9
Update HTML 5 parser used in calibre (html5lib-python)
2013-10-23 11:04:05 +05:30
Kovid Goyal
b4bf871077
Test framework for tag soup parsing
...
Also fix a couple of minor bugs in the current html 5 parser (self
closed <style/>, <script/>, <textarea/> tags and re-mapped namespace
prefixes.
2013-10-23 10:37:14 +05:30
Kovid Goyal
18d5d9a3a4
Better error message when importing test module fails
2013-10-23 10:27:36 +05:30
Kovid Goyal
07bccb9761
Add entry to crash/freeze FAQ for native file dialog problems
2013-10-23 07:13:37 +05:30
Kovid Goyal
f0e64e56a2
MOBI Output: Fix handling of white-space:pre-wrap
...
MOBI Output: Fix text marked with white-space:pre-wrap causing the
Kindle to break lines at arbitrary points inside words. Fixes #1240235 [Private bug](https://bugs.launchpad.net/calibre/+bug/1240235 )
2013-10-22 20:46:24 +05:30
Kovid Goyal
c9a88a1a80
When bulk deleting formats use a single temp dir
...
When bulk deleting formats, use a single temporary directory for the
deleted files. This makes restoring them from the recycle bin a little
cleaner. Also might fix the reported issue with windows choking on
creating a large number of folders.
2013-10-22 18:16:34 +05:30
Kovid Goyal
e260906211
DOCX Input: URL less hyperlink fields and stacked block level bookmarks
...
DOCX Input: Add support for hyperlink fields that have only anchors and
not URLs
DOCX Input: Fix handling of multiple block level bookmarks at the same
location.
Fixes #1241451 [links are not working](https://bugs.launchpad.net/calibre/+bug/1241451 )
2013-10-22 15:46:31 +05:30
Kovid Goyal
93c872e8f3
Book container: Fix handling of non-ascii chars in filenames
2013-10-22 10:47:11 +05:30
Kovid Goyal
e360e989cf
Copy to library menu move copy by path to top for more than 50 libraries
...
Copy to library menu: Move the choose library by path option to the
start of the menu if there are more than 50 libraries.
2013-10-22 09:55:46 +05:30
Kovid Goyal
7e56f63c33
Update A List Apart
2013-10-21 22:22:21 +05:30
Kovid Goyal
62d0450dee
...
2013-10-21 16:32:40 +05:30
Kovid Goyal
aca7c64782
Wire up file renaming in the GUI
2013-10-21 16:23:10 +05:30
Kovid Goyal
86b1f1d81a
...
2013-10-21 16:17:53 +05:30
Kovid Goyal
f83313f593
Implement renaming in book containers
2013-10-21 14:29:53 +05:30
Kovid Goyal
f48d9a47ca
Fix incorrect cleanup when building simple book for tests
2013-10-21 11:34:49 +05:30
Kovid Goyal
0ad58ef8a6
...
2013-10-21 08:34:10 +05:30
Kovid Goyal
587d83b0d1
...
2013-10-20 21:22:30 +05:30
John Schember
9a9530f34b
Fix issue # 1242261: Htmlz does not apply inline css from <body>.
2013-10-20 20:49:23 +05:30
Kovid Goyal
7c2f6056d6
Fix #1242291 [ValueError:min() arg is an empty sequence]( https://bugs.launchpad.net/calibre/+bug/1242291 )
2013-10-20 16:58:18 +05:30
Kovid Goyal
2fae9e67c7
Even more robust handling of temp library during restore
2013-10-20 09:43:48 +05:30
Kovid Goyal
0bc80abeab
Fix library restore failing on some windows installs
...
Fix the restore database operation failing on windows installs with long
usernames (this would cause the path to the temporary folder used to
restore the database to become too long).
2013-10-20 09:19:52 +05:30
Kovid Goyal
21540da4f4
Include library path in error message about path length
2013-10-20 08:35:03 +05:30
Kovid Goyal
e643e34688
UI for renaming files
2013-10-19 15:04:01 +05:30
Kovid Goyal
7f2a1f99da
Drag 'n drop re-ordering of spine items
2013-10-19 11:15:30 +05:30
Kovid Goyal
26c1fd0689
More fixes for broken ODT files generated by mk4ht
2013-10-19 10:22:12 +05:30
Kovid Goyal
b4f15bb8ca
Ignore save error when saving during quit
2013-10-19 09:46:47 +05:30
Kovid Goyal
874367cef0
ODT Input: Handle malformed ODT files with no mimetype declaration
2013-10-19 09:19:08 +05:30
Kovid Goyal
66263fdef1
ODT Input: Handle ODT files that have custom DTDs in their meta.xml
2013-10-19 08:49:11 +05:30
Kovid Goyal
6db803d45d
Fix a bug with non-ascii text in the create catalog dialog
...
Fixes #1241515 [Create Catalog: Catalog title problems with special characters](https://bugs.launchpad.net/calibre/+bug/1241515 )
Merge branch 'master' of https://github.com/GRiker/calibre
2013-10-19 08:21:20 +05:30
GRiker
9f011a37a7
Fix for lp:1241515, allow unicode catalog titles when saving presets.
2013-10-18 15:54:32 -06:00
Kovid Goyal
b3ce489f49
Just disable the entire parent widget
...
Paint the busy message manually so that it does not look disabled
2013-10-18 22:48:45 +05:30
Kovid Goyal
3212e5f2a2
Also disable menubar during long jobs
2013-10-18 22:16:03 +05:30
Kovid Goyal
3b146a9b5e
Nicer dialog when quitting with unsaved changes
2013-10-18 22:13:08 +05:30
Kovid Goyal
ef20239be6
Prevent key presses from acting during a long job
2013-10-18 22:12:49 +05:30
Kovid Goyal
9854cef7b6
Fix lock debugging broken in 1.7
2013-10-18 18:06:33 +05:30
Kovid Goyal
4c89fcbe74
Update push for new windows VM
2013-10-18 16:42:03 +05:30
GRiker
c01a7c7812
Merge branch 'master' of https://github.com/kovidgoyal/calibre
2013-10-18 04:50:45 -06:00
Kovid Goyal
4e086bb3d6
Ensure installers have correct permissions
2013-10-18 15:26:27 +05:30
Kovid Goyal
cb617f76be
...
v1.7.0
2013-10-18 11:47:27 +05:30
Kovid Goyal
bc85b0948e
...
2013-10-18 11:46:03 +05:30
Kovid Goyal
1de7cdedc0
...
2013-10-18 11:18:53 +05:30
Kovid Goyal
17f951e98a
version 1.7
2013-10-18 11:12:00 +05:30
Kovid Goyal
6946dc5181
Windows atomic folder move: Handle multiple hardlinks to the same file in a folder
2013-10-18 10:55:20 +05:30
Kovid Goyal
68b5b16625
Refactor out the code to get windows file ids
2013-10-18 10:07:48 +05:30
Kovid Goyal
4e46d4a9b3
Fix bug in handling change of filename but not foldername
...
Fix a bug triggered in very special circumstances (primarily on windows)
that could cause duplicate files entries (hard links) to be created for
a books' files when changing the title and author. The bug was triggered
only if the title or author were between 32 and 35 characters in length
and the book entry had originally been created by a pre 1.x version of
calibre.
2013-10-18 09:56:00 +05:30
Kovid Goyal
bbac6e953d
Tolino driver: Add an option to swap the main memory and card in calibre
...
Fixes #1240504 [Tolino Shine: Please change (again, sorry) device order](https://bugs.launchpad.net/calibre/+bug/1240504 )
2013-10-17 16:29:17 +05:30
Kovid Goyal
abcaae49e2
Fix dump and restore not working on windows
2013-10-17 15:41:29 +05:30